/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
D | TdcPlugin.py | 21 def pre_case(self, caseinfo, test_skip): argument 26 self.args.test_skip = test_skip
|
D | tdc.py | 125 def call_pre_case(self, caseinfo, *, test_skip=False): argument 128 pgn_inst.pre_case(caseinfo, test_skip) 264 pm.call_pre_case(tidx, test_skip=True)
|
/external/jemalloc_new/test/unit/ |
D | fork.c | 70 test_skip("fork(2) is irrelevant to Windows"); in TEST_BEGIN() 131 test_skip("fork(2) is irrelevant to Windows"); in TEST_BEGIN()
|
D | atomic.c | 181 test_skip("64-bit atomic operations not supported"); in TEST_BEGIN()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/include/ |
D | subunit.h | 29 static inline void test_skip(char *name) in test_skip() function
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ |
D | harness.c | 126 test_skip(name); in test_harness()
|
/external/jemalloc_new/test/integration/ |
D | allocated.c | 98 test_skip("\"thread.allocated\" mallctl not available"); in thd_start()
|
D | mallocx.c | 159 test_skip("test_alignment_and_size skipped: " in TEST_BEGIN()
|
/external/tensorflow/tensorflow/python/ops/ |
D | sobol_ops_test.py | 74 def test_skip(self): member in SobolSampleOpTest
|
/external/jemalloc_new/test/src/ |
D | test.c | 67 test_skip(const char *format, ...) { in test_skip() function
|
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/ |
D | test_skipping.py | 42 def test_skip(self): member in Test_TestSkipping.test_skipping_decorators.Foo
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/plugin-lib/ |
D | valgrindPlugin.py | 107 if self.args.test_skip:
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_skipping.py | 38 def test_skip(self): pass member in Test_TestSkipping.test_skipping_decorators.Foo
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 321 test_skip("%s:%s:%d: Test skipped: (%s)", \ 329 void test_skip(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_skipping.py | 63 def test_skip(self): pass member in Test_TestSkipping.test_skipping_decorators.Foo
|
/external/python/cpython3/Lib/test/ |
D | test_bdb.py | 716 def test_skip(self): member in StateTestCase
|
/external/python/cpython3/Lib/ |
D | doctest.py | 2324 def test_skip(self): member in SkipDocTestCase
|
/external/python/cpython2/Lib/ |
D | doctest.py | 2349 def test_skip(self): member in SkipDocTestCase
|