forked from OSchip/llvm-project
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:
parent
64bab4894e
commit
1e4cd1fc97
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue