HomeSort by relevance Sort by last modified time
    Searched refs:test_skip (Results 1 - 21 of 21) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
subunit.h 29 static inline void test_skip(char *name) function
  /external/jemalloc/test/unit/
fork.c 53 test_skip("fork(2) is irrelevant to Windows");
atomic.c 73 test_skip("64-bit atomic operations not supported");
  /external/jemalloc_new/test/unit/
fork.c 70 test_skip("fork(2) is irrelevant to Windows");
131 test_skip("fork(2) is irrelevant to Windows");
atomic.c 181 test_skip("64-bit atomic operations not supported");
  /external/jemalloc/test/integration/
allocated.c 95 test_skip("\"thread.allocated\" mallctl not available");
thread_tcache_enabled.c 83 test_skip("\"thread.tcache.enabled\" mallctl not available");
  /external/jemalloc/test/src/
test.c 10 test_skip(const char *format, ...) function
  /external/jemalloc_new/test/integration/
allocated.c 98 test_skip("\"thread.allocated\" mallctl not available");
mallocx.c 159 test_skip("test_alignment_and_size skipped: "
  /external/linux-kselftest/tools/testing/selftests/powerpc/
harness.c 124 test_skip(name);
  /external/jemalloc_new/test/src/
test.c 67 test_skip(const char *format, ...) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_skipping.py 38 def test_skip(self): pass member in class:Test_TestSkipping.test_skipping_decorators.Foo
42 test_do_skip = Foo("test_skip")
  /external/python/cpython2/Lib/unittest/test/
test_skipping.py 38 def test_skip(self): pass member in class:Test_TestSkipping.test_skipping_decorators.Foo
42 test_do_skip = Foo("test_skip")
  /external/jemalloc/test/include/test/
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/
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/cpython3/Lib/unittest/test/
test_skipping.py 63 def test_skip(self): pass member in class:Test_TestSkipping.test_skipping_decorators.Foo
67 test_do_skip = Foo("test_skip")
  /external/python/cpython3/Lib/test/
test_bdb.py 716 def test_skip(self): member in class:StateTestCase
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
doctest.py 2271 def test_skip(self): member in class:SkipDocTestCase
    [all...]
  /external/python/cpython2/Lib/
doctest.py 2349 def test_skip(self): member in class:SkipDocTestCase
    [all...]
  /external/python/cpython3/Lib/
doctest.py 2316 def test_skip(self): member in class:SkipDocTestCase
    [all...]

Completed in 860 milliseconds