From: Ed Maste Date: Mon, 27 Jul 2015 19:10:16 +0000 (+0000) Subject: XFAIL TestExprOptions on FreeBSD. X-Git-Tag: studio-1.4~1511 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c98da6451d96cc10ddefce180f283051c6c2264;p=platform%2Fupstream%2Fllvm.git XFAIL TestExprOptions on FreeBSD. r243230 XFAILed it for Linux; it also fails on FreeBSD. llvm-svn: 243307 --- 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."""