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
This commit is contained in:
Johnny Chen 2010-11-30 23:57:58 +00:00
parent d4b0873c06
commit be6fb3a85f
1 changed files with 2 additions and 0 deletions

View File

@ -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",