Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/tc-testing/
DTdcPlugin.py21 def pre_case(self, caseinfo, test_skip): argument
26 self.args.test_skip = test_skip
Dtdc.py125 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/
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/linux-kselftest/tools/testing/selftests/powerpc/
Dharness.c126 test_skip(name); in test_harness()
/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/tensorflow/tensorflow/python/ops/
Dsobol_ops_test.py74 def test_skip(self): member in SobolSampleOpTest
/external/jemalloc_new/test/src/
Dtest.c67 test_skip(const char *format, ...) { in test_skip() function
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_skipping.py42 def test_skip(self): member in Test_TestSkipping.test_skipping_decorators.Foo
/external/linux-kselftest/tools/testing/selftests/tc-testing/plugin-lib/
DvalgrindPlugin.py107 if self.args.test_skip:
/external/python/cpython2/Lib/unittest/test/
Dtest_skipping.py38 def test_skip(self): pass member in Test_TestSkipping.test_skipping_decorators.Foo
/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/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.py2324 def test_skip(self): member in SkipDocTestCase
/external/python/cpython2/Lib/
Ddoctest.py2349 def test_skip(self): member in SkipDocTestCase