diff options
| author | Ed Maste <emaste@freebsd.org> | 2013-10-31 17:21:15 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2013-10-31 17:21:15 +0000 |
| commit | fb15ba68792edfc4dc8a954546e0d628d10f062f (patch) | |
| tree | ab43db907b22a2e1e54bdd344b31cbacef66ab1e | |
| parent | d5cc93c3ae76e379cae1c1e3a4e875a320bf4e6c (diff) | |
| download | bcm5719-llvm-fb15ba68792edfc4dc8a954546e0d628d10f062f.tar.gz bcm5719-llvm-fb15ba68792edfc4dc8a954546e0d628d10f062f.zip | |
Tls test fails on FreeBSD due to llvm.org/pr16696
(Threaded inferior debugging not yet available on FreeBSD.)
llvm-svn: 193771
| -rw-r--r-- | lldb/test/lang/c/tls_globals/TestTlsGlobals.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/c/tls_globals/TestTlsGlobals.py b/lldb/test/lang/c/tls_globals/TestTlsGlobals.py index 8f2cf29c0c0..eaa74775dbd 100644 --- a/lldb/test/lang/c/tls_globals/TestTlsGlobals.py +++ b/lldb/test/lang/c/tls_globals/TestTlsGlobals.py @@ -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() |

