[Lldb-commits] [lldb] r256925 - XFAIL TestMiSymbol on linux

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 6 01:48:55 PST 2016


Author: labath
Date: Wed Jan  6 03:48:54 2016
New Revision: 256925

URL: http://llvm.org/viewvc/llvm-project?rev=256925&view=rev
Log:
XFAIL TestMiSymbol on linux

new test introduced in r256863 fails on linux.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/symbol/TestMiSymbol.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/symbol/TestMiSymbol.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/symbol/TestMiSymbol.py?rev=256925&r1=256924&r2=256925&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/symbol/TestMiSymbol.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/symbol/TestMiSymbol.py Wed Jan  6 03:48:54 2016
@@ -15,6 +15,7 @@ class MiSymbolTestCase(lldbmi_testcase.M
 
     @skipIfWindows #llvm.org/pr24452: Get lldb-mi tests working on Windows
     @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
+    @expectedFailureLinux # new failure after r256863
     def test_lldbmi_symbol_list_lines_file(self):
         """Test that 'lldb-mi --interpreter' works for -symbol-list-lines when file exists."""
 




More information about the lldb-commits mailing list