forked from OSchip/llvm-project
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:
parent
aa9bc2eca5
commit
ad6e34609d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue