Home
last modified time | relevance | path

Searched refs:ASSERT_LE (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-embed.c37 ASSERT_LE(0, uv_barrier_wait(&barrier)); in thread_main()
56 ASSERT_LE(0, uv_barrier_wait(&barrier)); in TEST_IMPL()
60 ASSERT_LE(0, uv_run(loop, UV_RUN_ONCE)); in TEST_IMPL()
70 ASSERT_LE(0, uv_run(loop, UV_RUN_NOWAIT)); in TEST_IMPL()
H A Dtest-udp-send-unreachable.c49 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb()
H A Dtest-udp-connect6.c48 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb()
H A Dtask.h203 #define ASSERT_LE(a, b) ASSERT_BASE(a, <=, b, int64_t, PRId64) macro
H A Dtest-fs.c842 ASSERT_LE(s->st_atim.tv_sec, (long) atime); in check_utime()
843 ASSERT_LE(s->st_mtim.tv_sec, (long) mtime); in check_utime()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc95 ASSERT_LE(kRegistryQuarantine, 5U); in TestRegistry()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2065 # define ASSERT_LE(val1, val2) GTEST_ASSERT_LE(val1, val2) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc676 ASSERT_LE(sz, 5 + 2000); in TEST()
700 ASSERT_LE(sz, 5 + 2000); in TEST()