Reworked the test decorators to match the test results on the buildbots.
llvm-svn: 186717
This commit is contained in:
parent
c1c44f62bc
commit
d4b5a0f53f
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue