Clean up linux test decorators and add links to known bugs

- s/skipOnLinux/skipIfLinux/ to match style of every other decorator
- linkify bugizilla/PR numbers in comments

No intended change in functionality.

llvm-svn: 181913
This commit is contained in:
Daniel Malea
2013-05-15 18:48:32 +00:00
parent 5c42d8a87c
commit e8bdd1f5c0
41 changed files with 52 additions and 52 deletions

View File

@@ -18,7 +18,7 @@ class CmdPythonTestCase(TestBase):
self.pycmd_tests ()
@dwarf_test
@skipOnLinux # causes buildbot failures, skip until we can investigate it
@skipIfLinux # causes buildbot failures, skip until we can investigate it
def test_with_dwarf (self):
self.buildDwarf ()
self.pycmd_tests ()