forked from OSchip/llvm-project
XFAIL TestDataFormatterLibcxxVBool on Linux & Android
The skipping logic for the test have been fixed recently but the test is very flakey on the buildbot. llvm-svn: 299677
This commit is contained in:
parent
4479ac15c9
commit
95776ad5b8
|
@ -24,6 +24,7 @@ class LibcxxVBoolDataFormatterTestCase(TestBase):
|
|||
self.line = line_number('main.cpp', '// Set break point at this line.')
|
||||
|
||||
@add_test_categories(["libc++"])
|
||||
@expectedFailureAll(oslist=["linux"], bugnumber="llvm.org/pr32553")
|
||||
def test_with_run_command(self):
|
||||
"""Test that that file and class static variables display correctly."""
|
||||
self.build()
|
||||
|
|
Loading…
Reference in New Issue