diff options
Diffstat (limited to 'lldb/test/lang/cpp/this/TestCPPThis.py')
| -rw-r--r-- | lldb/test/lang/cpp/this/TestCPPThis.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/this/TestCPPThis.py b/lldb/test/lang/cpp/this/TestCPPThis.py index 3efb84d102b..13ebf9003f2 100644 --- a/lldb/test/lang/cpp/this/TestCPPThis.py +++ b/lldb/test/lang/cpp/this/TestCPPThis.py @@ -9,11 +9,15 @@ class CPPThisTestCase(TestBase): mydir = os.path.join("lang", "cpp", "this") @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + #rdar://problem/9962849 + @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 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() |

