Home
last modified time | relevance | path

Searched refs:test_skip (Results 1 – 19 of 19) sorted by relevance

/external/jemalloc_new/test/unit/
Dfork.c70 test_skip("fork(2) is irrelevant to Windows"); in TEST_BEGIN()
131 test_skip("fork(2) is irrelevant to Windows"); in TEST_BEGIN()
Datomic.c181 test_skip("64-bit atomic operations not supported"); in TEST_BEGIN()
/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dsubunit.h29 static inline void test_skip(char *name) in test_skip() function
/external/jemalloc/test/unit/
Dfork.c53 test_skip("fork(2) is irrelevant to Windows"); in TEST_BEGIN()
Datomic.c73 test_skip("64-bit atomic operations not supported"); in TEST_STRUCT()
/external/linux-kselftest/tools/testing/selftests/powerpc/
Dharness.c124 test_skip(name); in test_harness()
/external/jemalloc/test/integration/
Dthread_tcache_enabled.c83 test_skip("\"thread.tcache.enabled\" mallctl not available"); in thd_start()
Dallocated.c95 test_skip("\"thread.allocated\" mallctl not available"); in thd_start()
/external/jemalloc_new/test/integration/
Dallocated.c98 test_skip("\"thread.allocated\" mallctl not available"); in thd_start()
Dmallocx.c159 test_skip("test_alignment_and_size skipped: " in TEST_BEGIN()
/external/jemalloc/test/src/
Dtest.c10 test_skip(const char *format, ...) in test_skip() function
/external/jemalloc_new/test/src/
Dtest.c67 test_skip(const char *format, ...) { in test_skip() function
/external/jemalloc/test/include/test/
Dtest.h319 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/
Dtest.h321 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/
Dtest_skipping.py38 def test_skip(self): pass member in Test_TestSkipping.test_skipping_decorators.Foo
/external/python/cpython3/Lib/unittest/test/
Dtest_skipping.py63 def test_skip(self): pass member in Test_TestSkipping.test_skipping_decorators.Foo
/external/python/cpython3/Lib/test/
Dtest_bdb.py716 def test_skip(self): member in StateTestCase
/external/python/cpython3/Lib/
Ddoctest.py2316 def test_skip(self): member in SkipDocTestCase
/external/python/cpython2/Lib/
Ddoctest.py2349 def test_skip(self): member in SkipDocTestCase