diff options
author | Pavel Labath <labath@google.com> | 2017-01-06 10:20:29 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-01-06 10:20:29 +0000 |
commit | a284b76d9e4cbe8994eaa7c3823ea1b84f72f127 (patch) | |
tree | 09f82aceaa5dba20322345de6665cdaaa00a7091 /lldb/packages/Python/lldbsuite/test | |
parent | 7a8ff1368a08fd39aaebcf7bbc252e16b2b465a3 (diff) | |
download | bcm5719-llvm-a284b76d9e4cbe8994eaa7c3823ea1b84f72f127.tar.gz bcm5719-llvm-a284b76d9e4cbe8994eaa7c3823ea1b84f72f127.zip |
Revert "XFAIL an lldb-mi test"
The clang bug is fixed now. This reverts commit r291100.
llvm-svn: 291225
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/stack/TestMiStack.py | 2 |
1 files changed, 0 insertions, 2 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 d581f39ac8a..454597c1c5d 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,8 +243,6 @@ 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.""" |