From 60bd35012aad1f72e6a4845b9b4bc42ebdc8e483 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Thu, 31 Oct 2013 23:43:42 +0000 Subject: [PATCH] This test is expected to fail pending proper support llvm-svn: 193831 --- lldb/test/lang/c/tls_globals/TestTlsGlobals.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/test/lang/c/tls_globals/TestTlsGlobals.py b/lldb/test/lang/c/tls_globals/TestTlsGlobals.py index eaa74775dbd6..43d1c7808af8 100644 --- a/lldb/test/lang/c/tls_globals/TestTlsGlobals.py +++ b/lldb/test/lang/c/tls_globals/TestTlsGlobals.py @@ -12,6 +12,7 @@ class TlsGlobalTestCase(TestBase): @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @dsym_test + @unittest2.expectedFailure("rdar://7796742") def test_with_dsym(self): """Test thread-local storage.""" self.buildDsym() @@ -19,6 +20,7 @@ class TlsGlobalTestCase(TestBase): @dwarf_test @expectedFailureFreeBSD("llvm.org/pr16696") + @unittest2.expectedFailure("rdar://7796742") def test_with_dwarf(self): """Test thread-local storage.""" self.buildDwarf()