diff options
author | Pavel Labath <labath@google.com> | 2017-01-05 12:03:49 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-01-05 12:03:49 +0000 |
commit | b982b6db51fc573770efa413058254849c44314f (patch) | |
tree | 12c4945ac320ede5c232f976faa8b4a4dbc19f77 | |
parent | eced071e888a20b25d38fcf07bd89363dcb7a26d (diff) | |
download | bcm5719-llvm-b982b6db51fc573770efa413058254849c44314f.tar.gz bcm5719-llvm-b982b6db51fc573770efa413058254849c44314f.zip |
XFAIL an lldb-mi test
the test fails due to a bug in ToT clang
llvm-svn: 291100
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/stack/TestMiStack.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/stack/TestMiStack.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/stack/TestMiStack.py index 454597c1c5d..d581f39ac8a 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/stack/TestMiStack.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/stack/TestMiStack.py @@ -243,6 +243,8 @@ class MiStackTestCase(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 + @expectedFailureAll(bugnumber="llvm.org/pr31545", compiler="clang", + compiler_version=['>=', '4.0'], archs="i386") def test_lldbmi_stack_list_variables(self): """Test that 'lldb-mi --interpreter' can shows local variables and arguments.""" |