[Lldb-commits] [lldb] r299807 - Mark this test as XFAIL on all platforms, it's happening everywhere.
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 7 16:20:22 PDT 2017
Author: jmolenda
Date: Fri Apr 7 18:20:22 2017
New Revision: 299807
URL: http://llvm.org/viewvc/llvm-project?rev=299807&view=rev
Log:
Mark this test as XFAIL on all platforms, it's happening everywhere.
llvm.org/pr32553 and <rdar://problem/30646077> are tracking this.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py?rev=299807&r1=299806&r2=299807&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py Fri Apr 7 18:20:22 2017
@@ -24,7 +24,7 @@ class LibcxxVBoolDataFormatterTestCase(T
self.line = line_number('main.cpp', '// Set break point at this line.')
@add_test_categories(["libc++"])
- @expectedFailureAll(oslist=["linux"], bugnumber="llvm.org/pr32553")
+ @expectedFailureAll(bugnumber="llvm.org/pr32553")
def test_with_run_command(self):
"""Test that that file and class static variables display correctly."""
self.build()
More information about the lldb-commits
mailing list