Searched defs:test_skip (Results 1 – 8 of 8) sorted by relevance
| /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/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/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 |