diff options
| author | Ilia K <ki.stfu@gmail.com> | 2015-05-15 11:51:52 +0000 |
|---|---|---|
| committer | Ilia K <ki.stfu@gmail.com> | 2015-05-15 11:51:52 +0000 |
| commit | fbc88aa1ddfb89faed1ccbeefe37aacb12edd065 (patch) | |
| tree | b2e6bad28d181c07f06def829606f7e500bcba1a /lldb/test/tools/lldb-mi/stack/TestMiStack.py | |
| parent | 48fca3b982ba5a49bd382e61b011f4fc11327ebf (diff) | |
| download | bcm5719-llvm-fbc88aa1ddfb89faed1ccbeefe37aacb12edd065.tar.gz bcm5719-llvm-fbc88aa1ddfb89faed1ccbeefe37aacb12edd065.zip | |
XFAIL 4 lldb-mi tests to get Linux build green back (MI)
llvm-svn: 237437
Diffstat (limited to 'lldb/test/tools/lldb-mi/stack/TestMiStack.py')
| -rw-r--r-- | lldb/test/tools/lldb-mi/stack/TestMiStack.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/tools/lldb-mi/stack/TestMiStack.py b/lldb/test/tools/lldb-mi/stack/TestMiStack.py index 10c7034d1d2..beeccdfafc0 100644 --- a/lldb/test/tools/lldb-mi/stack/TestMiStack.py +++ b/lldb/test/tools/lldb-mi/stack/TestMiStack.py @@ -11,6 +11,7 @@ class MiStackTestCase(lldbmi_testcase.MiTestCaseBase): mydir = TestBase.compute_mydir(__file__) @lldbmi_test + @expectedFailureLinux # The print-values argument can't be parsed correctly on Linux @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races def test_lldbmi_stack_list_arguments(self): @@ -73,6 +74,7 @@ class MiStackTestCase(lldbmi_testcase.MiTestCaseBase): self.expect("\^error,msg=\"Command 'stack-list-arguments'\. Thread frame range invalid\"") @lldbmi_test + @expectedFailureLinux # The print-values argument can't be parsed correctly on Linux @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races def test_lldbmi_stack_list_locals(self): @@ -200,6 +202,7 @@ class MiStackTestCase(lldbmi_testcase.MiTestCaseBase): self.expect("\^done,locals=\[{name=\"test_str\",value=\".*?Rakaposhi.*?\"},{name=\"var_e\",value=\"24\"},{name=\"ptr\",value=\".*?\"}\]") @lldbmi_test + @expectedFailureLinux # The print-values argument can't be parsed correctly on Linux @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races def test_lldbmi_stack_list_variables(self): |

