Author: emaste
Date: Mon Jul 27 14:10:16 2015
New Revision: 243307
URL: http://llvm.org/viewvc/llvm-project?rev=243307&view=rev
Log:
XFAIL TestExprOptions on FreeBSD.
r243230 XFAILed it for Linux; it also fails on FreeBSD.
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=243307&r1=243306&r2=243307&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/options/TestExprOptions.py (original)
+++ lldb/trunk/test/expression_command/options/TestExprOptions.py Mon Jul 27
14:10:16 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")
+ @expectedFailureFreeBSD # ObjC expression broken on FreeBSD?
@expectedFailureLinux # ObjC expression broken on Linux?
def test_expr_options(self):
"""These expression command options should work as expected."""
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits