Skip to content

Commit 969230a

Browse files
committed
Mark this test as XFAIL on all platforms, it's happening everywhere.
llvm.org/pr32553 and <rdar://problem/30646077> are tracking this. llvm-svn: 299807
1 parent 1a8030e commit 969230a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def setUp(self):
2424
self.line = line_number('main.cpp', '// Set break point at this line.')
2525

2626
@add_test_categories(["libc++"])
27-
@expectedFailureAll(oslist=["linux"], bugnumber="llvm.org/pr32553")
27+
@expectedFailureAll(bugnumber="llvm.org/pr32553")
2828
def test_with_run_command(self):
2929
"""Test that that file and class static variables display correctly."""
3030
self.build()

0 commit comments

Comments
 (0)