summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/expression_command/options/TestExprOptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/options/TestExprOptions.py b/lldb/test/expression_command/options/TestExprOptions.py
index 523463a901b..c28ddcdeef0 100644
--- a/lldb/test/expression_command/options/TestExprOptions.py
+++ b/lldb/test/expression_command/options/TestExprOptions.py
@@ -26,6 +26,7 @@ class ExprOptionsTestCase(TestBase):
self.line = line_number('main.cpp', '// breakpoint_in_main')
self.exe = os.path.join(os.getcwd(), "a.out")
+ @expectedFailureLinux # ObjC expression broken on Linux?
def test_expr_options(self):
"""These expression command options should work as expected."""
self.buildDefault()
OpenPOWER on IntegriCloud