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:
Johnny Chen 2011-08-23 22:10:17 +00:00
parent 9e9f2ce32d
commit 4aa4f5dc0a
1 changed files with 2 additions and 0 deletions

View File

@ -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):