forked from OSchip/llvm-project
[lldb] [test] Add NetBSD to XFAIL list for thread_local test
llvm-svn: 372840
This commit is contained in:
parent
10d10102a4
commit
b73e3ca39a
|
@ -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"]))
|
||||
|
|
Loading…
Reference in New Issue