Skipped two test cases due to seg fault while hadnling command:

Application Specific Information:
HandleCommand(command = "expression self->str")


radar:8711052

llvm-svn: 120431
This commit is contained in:
Johnny Chen 2010-11-30 17:46:46 +00:00
parent aa9bc2eca5
commit ad6e34609d
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class FoundationTestCase(TestBase):
self.buildDwarf()
self.break_on_objc_methods()
@unittest2.skip("rdar://problem/8711052")
#@unittest2.expectedFailure
# rdar://problem/8542091
# rdar://problem/8492646
@ -31,6 +32,7 @@ class FoundationTestCase(TestBase):
self.buildDsym()
self.data_type_and_expr_objc()
@unittest2.skip("rdar://problem/8711052")
#@unittest2.expectedFailure
# rdar://problem/8542091
# rdar://problem/8492646