diff options
author | Pavel Labath <labath@google.com> | 2016-01-06 09:48:54 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-01-06 09:48:54 +0000 |
commit | 876ae59cf616b1f921076668b06f677343405db0 (patch) | |
tree | 3270c5e6abb3313ad9318a42f21e2e8b67e72927 /lldb/packages/Python/lldbsuite | |
parent | 51f2d11be9dfafce9c326d7358480f02b290f701 (diff) | |
download | bcm5719-llvm-876ae59cf616b1f921076668b06f677343405db0.tar.gz bcm5719-llvm-876ae59cf616b1f921076668b06f677343405db0.zip |
XFAIL TestMiSymbol on linux
new test introduced in r256863 fails on linux.
llvm-svn: 256925
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/symbol/TestMiSymbol.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/symbol/TestMiSymbol.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/symbol/TestMiSymbol.py index fc875e86fe8..3566b2f220c 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/symbol/TestMiSymbol.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/symbol/TestMiSymbol.py @@ -15,6 +15,7 @@ class MiSymbolTestCase(lldbmi_testcase.MiTestCaseBase): @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.""" |