/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/jemalloc/test/unit/ |
D | fork.c | 53 test_skip("fork(2) is irrelevant to Windows"); in TEST_BEGIN()
|
D | atomic.c | 73 test_skip("64-bit atomic operations not supported"); in TEST_STRUCT()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ |
D | harness.c | 124 test_skip(name); in test_harness()
|
/external/jemalloc/test/integration/ |
D | thread_tcache_enabled.c | 83 test_skip("\"thread.tcache.enabled\" mallctl not available"); in thd_start()
|
D | allocated.c | 95 test_skip("\"thread.allocated\" mallctl not available"); in thd_start()
|
/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/jemalloc/test/src/ |
D | test.c | 10 test_skip(const char *format, ...) in test_skip() function
|
/external/jemalloc_new/test/src/ |
D | test.c | 67 test_skip(const char *format, ...) { in test_skip() function
|
/external/jemalloc/test/include/test/ |
D | test.h | 319 test_skip("%s:%s:%d: Test skipped: (%s)", \ 325 void test_skip(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
|
/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/cpython2/Lib/unittest/test/ |
D | test_skipping.py | 38 def test_skip(self): pass member in Test_TestSkipping.test_skipping_decorators.Foo
|
/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 | 2316 def test_skip(self): member in SkipDocTestCase
|
/external/python/cpython2/Lib/ |
D | doctest.py | 2349 def test_skip(self): member in SkipDocTestCase
|