[Lldb-commits] [lldb] r193771 - Tls test fails on FreeBSD due to llvm.org/pr16696
Ed Maste
emaste at freebsd.org
Thu Oct 31 10:21:16 PDT 2013
Author: emaste
Date: Thu Oct 31 12:21:15 2013
New Revision: 193771
URL: http://llvm.org/viewvc/llvm-project?rev=193771&view=rev
Log:
Tls test fails on FreeBSD due to llvm.org/pr16696
(Threaded inferior debugging not yet available on FreeBSD.)
Modified:
lldb/trunk/test/lang/c/tls_globals/TestTlsGlobals.py
Modified: lldb/trunk/test/lang/c/tls_globals/TestTlsGlobals.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/c/tls_globals/TestTlsGlobals.py?rev=193771&r1=193770&r2=193771&view=diff
==============================================================================
--- lldb/trunk/test/lang/c/tls_globals/TestTlsGlobals.py (original)
+++ lldb/trunk/test/lang/c/tls_globals/TestTlsGlobals.py Thu Oct 31 12:21:15 2013
@@ -18,6 +18,7 @@ class TlsGlobalTestCase(TestBase):
self.tls_globals()
@dwarf_test
+ @expectedFailureFreeBSD("llvm.org/pr16696")
def test_with_dwarf(self):
"""Test thread-local storage."""
self.buildDwarf()
More information about the lldb-commits
mailing list