aboutsummaryrefslogtreecommitdiff
path: root/test/expression_command/test/TestExprs.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/expression_command/test/TestExprs.py')
-rw-r--r--test/expression_command/test/TestExprs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/expression_command/test/TestExprs.py b/test/expression_command/test/TestExprs.py
index 422e05e3e..363adf289 100644
--- a/test/expression_command/test/TestExprs.py
+++ b/test/expression_command/test/TestExprs.py
@@ -180,6 +180,7 @@ class BasicExprCommandsTestCase(TestBase):
# rdar://problem/8686536
# CommandInterpreter::HandleCommand is stripping \'s from input for WantsRawCommand commands
+ @expectedFailureFreeBSD('llvm.org/pr16697') # Expression fails with 'there is no JIT compiled function'
def test_expr_commands_can_handle_quotes(self):
"""Throw some expression commands with quotes at lldb."""
self.buildDefault()