forked from OSchip/llvm-project
Skip these two cases temporarily while investigating the crash on OSX Lion with clang as the compiler.
llvm-svn: 138393
This commit is contained in:
parent
9e9f2ce32d
commit
4aa4f5dc0a
|
@ -8,6 +8,7 @@ class CPPThisTestCase(TestBase):
|
|||
|
||||
mydir = os.path.join("lang", "cpp", "this")
|
||||
|
||||
@unittest2.skip("segmentation fault -- skipping")
|
||||
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
||||
#rdar://problem/9962849
|
||||
@expectedFailureClang
|
||||
|
@ -16,6 +17,7 @@ class CPPThisTestCase(TestBase):
|
|||
self.buildDsym()
|
||||
self.static_method_commands()
|
||||
|
||||
@unittest2.skip("segmentation fault -- skipping")
|
||||
#rdar://problem/9962849
|
||||
@expectedFailureClang
|
||||
def test_with_dwarf_and_run_command(self):
|
||||
|
|
Loading…
Reference in New Issue