[lldb] [test] Add NetBSD to XFAIL list for thread_local test
authorMichal Gorny <mgorny@gentoo.org>
Wed, 25 Sep 2019 10:18:38 +0000 (10:18 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Wed, 25 Sep 2019 10:18:38 +0000 (10:18 +0000)
llvm-svn: 372840

lldb/packages/Python/lldbsuite/test/lang/cpp/thread_local/TestThreadLocal.py

index 9f8ed89..5152c00 100644 (file)
@@ -2,4 +2,5 @@ from lldbsuite.test import lldbinline
 from lldbsuite.test import decorators
 
 lldbinline.MakeInlineTest(__file__, globals(),
-                          lldbinline.expectedFailureAll(oslist=["windows", "linux"]))
+                          lldbinline.expectedFailureAll(oslist=[
+                              "windows", "linux", "netbsd"]))