diff options
| author | Ed Maste <emaste@freebsd.org> | 2015-07-27 19:10:16 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2015-07-27 19:10:16 +0000 |
| commit | 7c98da6451d96cc10ddefce180f283051c6c2264 (patch) | |
| tree | 7eacb94b4856360041ab351e57c045f02c9fac0e | |
| parent | 074c0d97dcc450232b7f795f223657d2c0bfde1f (diff) | |
| download | bcm5719-llvm-7c98da6451d96cc10ddefce180f283051c6c2264.tar.gz bcm5719-llvm-7c98da6451d96cc10ddefce180f283051c6c2264.zip | |
XFAIL TestExprOptions on FreeBSD.
r243230 XFAILed it for Linux; it also fails on FreeBSD.
llvm-svn: 243307
| -rw-r--r-- | lldb/test/expression_command/options/TestExprOptions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/options/TestExprOptions.py b/lldb/test/expression_command/options/TestExprOptions.py index c28ddcdeef0..cb099f6af40 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.""" |

