diff options
| author | Zachary Turner <zturner@google.com> | 2015-09-16 18:08:33 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-09-16 18:08:33 +0000 |
| commit | 4a58dd3035ba3a4fa7907a98c89808e91e5df8ee (patch) | |
| tree | 5f1f94818052b5bf398ebea7bd77b2c160721255 /lldb/test/expression_command | |
| parent | 8c8fe5a0159041e176e3331e7fc0d3031ebefe16 (diff) | |
| download | bcm5719-llvm-4a58dd3035ba3a4fa7907a98c89808e91e5df8ee.tar.gz bcm5719-llvm-4a58dd3035ba3a4fa7907a98c89808e91e5df8ee.zip | |
Last set of XFAILs for Windows.
llvm-svn: 247825
Diffstat (limited to 'lldb/test/expression_command')
| -rw-r--r-- | lldb/test/expression_command/test/TestExprs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/test/TestExprs.py b/lldb/test/expression_command/test/TestExprs.py index d9219d2fefd..4d718aa8b1c 100644 --- a/lldb/test/expression_command/test/TestExprs.py +++ b/lldb/test/expression_command/test/TestExprs.py @@ -95,6 +95,7 @@ class BasicExprCommandsTestCase(TestBase): @python_api_test @expectedFailureAll("llvm.org/pr23139", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.9"], archs=["i386"]) + @expectedFailureWindows # Test crashes def test_evaluate_expression_python(self): """Test SBFrame.EvaluateExpression() API for evaluating an expression.""" self.buildDefault() |

