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)
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@146427 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/lang/cpp/this/TestCPPThis.py b/test/lang/cpp/this/TestCPPThis.py
index 13ebf90..260ce6f 100644
--- a/test/lang/cpp/this/TestCPPThis.py
+++ b/test/lang/cpp/this/TestCPPThis.py
@@ -10,14 +10,14 @@
@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()