diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-11-30 23:57:58 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-11-30 23:57:58 +0000 |
| commit | be6fb3a85fe888220ed79f70d849cd6456295032 (patch) | |
| tree | 4bf30f97b3cce92dc7d578c4f0bb8789abc0f5e4 /lldb/test/help/TestHelp.py | |
| parent | d4b0873c06de66a00e28850f31c227995ecb1592 (diff) | |
| download | bcm5719-llvm-be6fb3a85fe888220ed79f70d849cd6456295032.tar.gz bcm5719-llvm-be6fb3a85fe888220ed79f70d849cd6456295032.zip | |
Add expectedFailure decorator for test_help_image_dump_symtab_should_not_crash().
Possibly due to http://llvm.org/viewvc/llvm-project?rev=120484&view=rev.
llvm-svn: 120503
Diffstat (limited to 'lldb/test/help/TestHelp.py')
| -rw-r--r-- | lldb/test/help/TestHelp.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/help/TestHelp.py b/lldb/test/help/TestHelp.py index 84b1eb0d302..2c3233b5bdd 100644 --- a/lldb/test/help/TestHelp.py +++ b/lldb/test/help/TestHelp.py @@ -24,6 +24,8 @@ class HelpCommandTestCase(TestBase): self.expect("help", startstr = 'The following is a list of built-in, permanent debugger commands') + @unittest2.expectedFailure + # rdar://problem/8713425 def test_help_image_dump_symtab_should_not_crash(self): """Command 'help image dump symtab' should not crash lldb.""" self.expect("help image dump symtab", |

