Reworked the test decorators to match the test results on the buildbots.

llvm-svn: 186717
This commit is contained in:
Ashok Thirumurthi 2013-07-19 20:22:43 +00:00
parent c1c44f62bc
commit d4b5a0f53f
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ class StdVectorDataFormatterTestCase(TestBase):
self.data_formatter_commands()
@dwarf_test
@expectedFailureGcc(15301, ["==", "4.6.3"]) # llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
@expectedFailureClang # llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""
self.buildDwarf()

View File

@ -21,7 +21,7 @@ class TypeCompletionTestCase(TestBase):
@dwarf_test
@expectedFailureIcc # often fails with 'NameAndAddress should be valid'
@expectedFailureGcc(15301, [">", "4.6"]) # llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
# Fails with gcc 4.8.1 with llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
def test_with_dwarf_and_run_command(self):
"""Check that types only get completed when necessary."""
self.buildDwarf()