From 7c98da6451d96cc10ddefce180f283051c6c2264 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 27 Jul 2015 19:10:16 +0000 Subject: [PATCH] XFAIL TestExprOptions on FreeBSD. r243230 XFAILed it for Linux; it also fails on FreeBSD. llvm-svn: 243307 --- lldb/test/expression_command/options/TestExprOptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/expression_command/options/TestExprOptions.py b/lldb/test/expression_command/options/TestExprOptions.py index c28ddcd..cb099f6 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") + @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.""" -- 2.7.4