Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dtestutil.h411 int test_skip(const char *file, int line, const char *desc, ...)
537 # define TEST_skip(...) test_skip(__FILE__, __LINE__, __VA_ARGS__)
/third_party/openssl/test/testutil/
Dtests.c161 int test_skip(const char *file, int line, const char *desc, ...) in test_skip() function
/third_party/python/Lib/unittest/test/
Dtest_skipping.py94 def test_skip(self): pass member in Test_TestSkipping.test_skipping_decorators.Foo
/third_party/python/Lib/test/
Dtest_bdb.py716 def test_skip(self): member in StateTestCase
/third_party/python/Lib/
Ddoctest.py2334 def test_skip(self): member in SkipDocTestCase