[Lldb-commits] [lldb] r243230 - XFAIL TestExprOptions on Linux.

Chaoren Lin chaorenl at google.com
Sat Jul 25 15:06:49 PDT 2015


Author: chaoren
Date: Sat Jul 25 17:06:48 2015
New Revision: 243230

URL: http://llvm.org/viewvc/llvm-project?rev=243230&view=rev
Log:
XFAIL TestExprOptions on Linux.

Modified:
    lldb/trunk/test/expression_command/options/TestExprOptions.py

Modified: lldb/trunk/test/expression_command/options/TestExprOptions.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/options/TestExprOptions.py?rev=243230&r1=243229&r2=243230&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/options/TestExprOptions.py (original)
+++ lldb/trunk/test/expression_command/options/TestExprOptions.py Sat Jul 25 17:06:48 2015
@@ -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()





More information about the lldb-commits mailing list