diff options
| author | Greg Clayton <gclayton@apple.com> | 2013-12-11 23:08:25 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2013-12-11 23:08:25 +0000 |
| commit | 7cff3133355f87e03c48329f1d8e629bc4f3bb9c (patch) | |
| tree | 83e7d65cec3d301107c01bdf239ea8edcbc93058 | |
| parent | 7afe9908d28850c0a59ebc71a864f6496eb464bf (diff) | |
| download | bcm5719-llvm-7cff3133355f87e03c48329f1d8e629bc4f3bb9c.tar.gz bcm5719-llvm-7cff3133355f87e03c48329f1d8e629bc4f3bb9c.zip | |
Make this test an expected fail on darwin until we can fix this bug.
llvm-svn: 197087
| -rw-r--r-- | lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py b/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py index ea15e86b8ae..568b14ad167 100644 --- a/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py +++ b/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py @@ -19,7 +19,7 @@ class Radar9673644TestCase(TestBase): self.main_source = "main.c" self.line = line_number(self.main_source, '// Set breakpoint here.') - # rdar://problem/9673664 + @expectedFailureDarwin(15641319) def test_expr_commands(self): """The following expression commands should just work.""" self.buildDefault() |

