summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/this/TestCPPThis.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/this/TestCPPThis.py')
-rw-r--r--lldb/test/lang/cpp/this/TestCPPThis.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/lang/cpp/this/TestCPPThis.py b/lldb/test/lang/cpp/this/TestCPPThis.py
index 362f16328e9..13ebf9003f2 100644
--- a/lldb/test/lang/cpp/this/TestCPPThis.py
+++ b/lldb/test/lang/cpp/this/TestCPPThis.py
@@ -8,7 +8,6 @@ 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
@@ -17,7 +16,6 @@ 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):
OpenPOWER on IntegriCloud