/libuv/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 | benchmark-udp-pummel.c | 66 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb() 156 ASSERT_LE(n_senders, ARRAY_SIZE(senders)); in pummel() 157 ASSERT_LE(n_receivers, ARRAY_SIZE(receivers)); in pummel()
|
H A D | test-get-memory.c | 46 ASSERT_LE(available_mem, total_mem); in TEST_IMPL()
|
H A D | test-tcp-close-accept.c | 72 ASSERT_LE(connect_reqs, req); in connect_cb() 73 ASSERT_LE(req, connect_reqs + ARRAY_SIZE(connect_reqs)); in connect_cb()
|
H A D | test-udp-recv-in-a-row.c | 75 ASSERT_LE(recv_cnt, N+1); in check_cb()
|
H A D | test-udp-try-send.c | 45 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb()
|
H A D | test-tcp-unexpected-read.c | 113 ASSERT_LE(ticks, 20); in TEST_IMPL()
|
H A D | test-udp-send-immediate.c | 45 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb()
|
H A D | benchmark-pump.c | 424 ASSERT_LE(n, MAX_WRITE_HANDLES); in tcp_pump() 442 ASSERT_LE(n, MAX_WRITE_HANDLES); in pipe_pump()
|
H A D | test-udp-multicast-join.c | 49 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb()
|
H A D | test-udp-send-and-recv.c | 49 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb()
|
H A D | test-udp-send-unreachable.c | 49 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb()
|
H A D | test-udp-multicast-join6.c | 61 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb()
|
H A D | test-udp-connect.c | 48 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 | runner-win.c | 188 ASSERT_LE(n, MAXIMUM_WAIT_OBJECTS); in process_wait()
|
H A D | test-fs-copyfile.c | 210 ASSERT_LE(r, 0); in TEST_IMPL()
|
H A D | test-udp-open.c | 87 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb()
|
H A D | test-metrics.c | 72 ASSERT_LE(idle_time, (timeout + 500) * UV_NS_TO_MS); in TEST_IMPL()
|
H A D | echo-server.c | 248 ASSERT_LE(0, uv_udp_send(req, handle, &sndbuf, 1, addr, on_send)); in on_recv()
|
H A D | test-tcp-open.c | 92 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb()
|
H A D | task.h | 202 #define ASSERT_LE(a, b) ASSERT_BASE(a, <=, b, int64_t, PRId64) macro
|
H A D | test-timer.c | 157 ASSERT_LE(500, uv_now(uv_default_loop()) - start_time); in TEST_IMPL()
|
H A D | test-fs.c | 355 ASSERT_LE(stats->f_bfree, stats->f_blocks); in statfs_cb() 356 ASSERT_LE(stats->f_bavail, stats->f_bfree); in statfs_cb() 363 ASSERT_LE(stats->f_ffree, stats->f_files); in statfs_cb() 848 ASSERT_LE(s->st_atim.tv_sec, (long) atime); in check_utime() 849 ASSERT_LE(s->st_mtim.tv_sec, (long) mtime); in check_utime() 3233 ASSERT_LE(0, uv_fs_open(NULL, &open_req1, in fs_read_bufs()
|
H A D | test-tty-escape-sequence-processing.c | 265 ASSERT_LE(end - cs->text, cs->si.length); in make_expect_screen_erase()
|