summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2015-07-25 22:06:48 +0000
committerChaoren Lin <chaorenl@google.com>2015-07-25 22:06:48 +0000
commit424848cabebe90b1348d3d93458b3e5cddc68147 (patch)
tree461f311166e13b36c2a847840fa61fde989bb5d5
parent5e706b3ee31b4e42a69a184fabc8b8cfbf4677af (diff)
downloadbcm5719-llvm-424848cabebe90b1348d3d93458b3e5cddc68147.tar.gz
bcm5719-llvm-424848cabebe90b1348d3d93458b3e5cddc68147.zip
XFAIL TestExprOptions on Linux.
llvm-svn: 243230
-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