summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/lang/cpp/thread_local/TestThreadLocal.py
blob: 5152c0010d1021ef61baa122971c8fe238728281 (plain) (blame)
1
2
3
4
5
6
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(),
                          lldbinline.expectedFailureAll(oslist=[
                              "windows", "linux", "netbsd"]))