mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 07:39:11 +08:00
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:
@@ -26,7 +26,7 @@ class ExprCommandCallFunctionTestCase(TestBase):
|
||||
self.call_function()
|
||||
|
||||
@dwarf_test
|
||||
@expectedFailureGcc # bugzilla 14437, fails with GCC 4.6.3 and 4.7.2
|
||||
@expectedFailureGcc # llvm.org/pr14437, fails with GCC 4.6.3 and 4.7.2
|
||||
def test_with_dwarf(self):
|
||||
"""Test calling std::String member function."""
|
||||
self.buildDwarf()
|
||||
|
||||
Reference in New Issue
Block a user