summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-01-06 10:20:29 +0000
committerPavel Labath <labath@google.com>2017-01-06 10:20:29 +0000
commita284b76d9e4cbe8994eaa7c3823ea1b84f72f127 (patch)
tree09f82aceaa5dba20322345de6665cdaaa00a7091 /lldb/packages/Python/lldbsuite
parent7a8ff1368a08fd39aaebcf7bbc252e16b2b465a3 (diff)
downloadbcm5719-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')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-mi/stack/TestMiStack.py2
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."""
OpenPOWER on IntegriCloud