Home
last modified time | relevance | path

Searched refs:skipTest (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/
H A DTestMPXTable.py33 self.skipTest("features plugin missing.")
56 self.skipTest("Intel(R) MPX is not supported.")
123 self.skipTest("features plugin missing.")
140 self.skipTest("Intel(R) MPX is not supported.")
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_unittest2_with.py100 self.skipTest('foobar')
120 self.skipTest('no reason')
H A Dtest_skipping.py12 self.skipTest("skip")
24 self.skipTest("testing")
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/intelpt/
H A Dintelpt_testcase.py34 self.skipTest("The intel-pt test plugin is not enabled")
46 self.skipTest("Per cpu tracing is not supported. You need "
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py157 self.skipTest(reason)
H A Dlldbutil.py1528 test.skipTest(reason)
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py464 def skipTest(self, reason): member in TestCase