XFAIL TestExprOptions on Linux.
authorChaoren Lin <chaorenl@google.com>
Sat, 25 Jul 2015 22:06:48 +0000 (22:06 +0000)
committerChaoren Lin <chaorenl@google.com>
Sat, 25 Jul 2015 22:06:48 +0000 (22:06 +0000)
llvm-svn: 243230

lldb/test/expression_command/options/TestExprOptions.py

index 523463a..c28ddcd 100644 (file)
@@ -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()