diff options
| -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() |

