[lldb] [test] Add NetBSD to XFAIL list for thread_local test

llvm-svn: 372840
This commit is contained in:
Michal Gorny 2019-09-25 10:18:38 +00:00
parent 10d10102a4
commit b73e3ca39a
1 changed files with 2 additions and 1 deletions

View 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"]))