forked from OSchip/llvm-project
These two tests were failing on the FreeBSD bot - one has to assume because FreeBSD comes with libc++. Skip them
llvm-svn: 219032
This commit is contained in:
parent
719772c269
commit
1a3576a450
|
@ -23,6 +23,7 @@ class StdMapDataFormatterTestCase(TestBase):
|
|||
# assert DeclCXX.h:554 queried property of class with no definition
|
||||
@expectedFailureIcc # llvm.org/pr15301: LLDB prints incorrect size of
|
||||
# libstdc++ containers
|
||||
@skipIfFreeBSD
|
||||
@dwarf_test
|
||||
def test_with_dwarf_and_run_command(self):
|
||||
"""Test data formatter commands."""
|
||||
|
|
|
@ -20,6 +20,7 @@ class StdVectorDataFormatterTestCase(TestBase):
|
|||
self.data_formatter_commands()
|
||||
|
||||
@dwarf_test
|
||||
@skipIfFreeBSD
|
||||
@expectedFailureIcc # llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
|
||||
@expectedFailureGcc # llvm.org/pr17499 The data formatter cannot parse STL containers
|
||||
def test_with_dwarf_and_run_command(self):
|
||||
|
|
Loading…
Reference in New Issue