Searched refs:ASSERT_LE (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-embed.c | 37 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 D | test-udp-send-unreachable.c | 49 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb()
|
H A D | test-udp-connect6.c | 48 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb()
|
H A D | task.h | 203 #define ASSERT_LE(a, b) ASSERT_BASE(a, <=, b, int64_t, PRId64) macro
|
H A D | test-fs.c | 842 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 D | sanitizer_thread_registry_test.cc | 95 ASSERT_LE(kRegistryQuarantine, 5U); in TestRegistry()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest.h | 2065 # define ASSERT_LE(val1, val2) GTEST_ASSERT_LE(val1, val2) macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 676 ASSERT_LE(sz, 5 + 2000); in TEST() 700 ASSERT_LE(sz, 5 + 2000); in TEST()
|