Commenting out the two @expectedFailureClang decorators as the tests have been passing for a while

with the recent clang compilers.

The latest I tried is: Apple clang version 3.1 (tags/Apple/clang-318.0.9) (based on LLVM 3.1svn)

llvm-svn: 146427
This commit is contained in:
Johnny Chen 2011-12-12 22:07:36 +00:00
parent 64bab4894e
commit 1e4cd1fc97
1 changed files with 2 additions and 2 deletions

View File

@ -10,14 +10,14 @@ class CPPThisTestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
#rdar://problem/9962849
@expectedFailureClang
#@expectedFailureClang
def test_with_dsym_and_run_command(self):
"""Test that the appropriate member variables are available when stopped in C++ static, inline, and const methods"""
self.buildDsym()
self.static_method_commands()
#rdar://problem/9962849
@expectedFailureClang
#@expectedFailureClang
def test_with_dwarf_and_run_command(self):
"""Test that the appropriate member variables are available when stopped in C++ static, inline, and const methods"""
self.buildDwarf()