/libuv/test/ |
H A D | test-fs.c | 992 ASSERT_GE(r, 0); in fs_file_sync() 998 ASSERT_GE(r, 0); in fs_file_sync() 1009 ASSERT_GE(r, 0); in fs_file_sync() 1015 ASSERT_GE(r, 0); in fs_file_sync() 1037 ASSERT_GE(r, 0); in fs_file_sync() 1044 ASSERT_GE(r, 0); in fs_file_sync() 1082 ASSERT_GE(r, 0); in TEST_IMPL() 1127 ASSERT_GE(r, 0); in fs_file_write_null_buffer() 1174 ASSERT_GE(r, 0); in TEST_IMPL() 1183 ASSERT_GE(r, 0); in TEST_IMPL() [all …]
|
H A D | test-get-loadavg.c | 30 ASSERT_GE(avg[0], 0); in TEST_IMPL() 31 ASSERT_GE(avg[1], 0); in TEST_IMPL() 32 ASSERT_GE(avg[2], 0); in TEST_IMPL()
|
H A D | test-platform-output.c | 74 ASSERT_GE(rusage.ru_utime.tv_sec, 0); in TEST_IMPL() 75 ASSERT_GE(rusage.ru_utime.tv_usec, 0); in TEST_IMPL() 76 ASSERT_GE(rusage.ru_stime.tv_sec, 0); in TEST_IMPL() 77 ASSERT_GE(rusage.ru_stime.tv_usec, 0); in TEST_IMPL() 90 ASSERT_GE(par, 1); in TEST_IMPL() 127 ASSERT_GE(par, cgroup_par); in TEST_IMPL()
|
H A D | test-pipe-sendmsg.c | 51 ASSERT_GE(flags, 0); in set_nonblocking() 53 ASSERT_GE(r, 0); in set_nonblocking() 82 ASSERT_GE(nread, 0); in read_cb() 133 ASSERT_GE(sizeof(scratch), msg.msg_controllen); in TEST_IMPL()
|
H A D | test-fs-open-flags.c | 92 ASSERT_GE(r, 0); in refresh() 93 ASSERT_GE(open_req.result, 0); in refresh() 106 ASSERT_GE(r, 0); in refresh() 107 ASSERT_GE(open_req.result, 0); in refresh() 153 ASSERT_GE(r, 0); in refreshOpen() 154 ASSERT_GE(open_req.result, 0); in refreshOpen() 182 ASSERT_GE(r, 0); in writeExpect() 183 ASSERT_GE(open_req.result, 0); in writeExpect()
|
H A D | test-metrics.c | 73 ASSERT_GE(idle_time, (timeout - 500) * UV_NS_TO_MS); in TEST_IMPL() 104 ASSERT_GE(idle_time, (timeout - 500) * UV_NS_TO_MS); in metrics_routine_cb() 192 ASSERT_GE(req->result, 0); in create_cb() 377 ASSERT_GE(metrics.events, 7); in TEST_IMPL() 382 ASSERT_GE(metrics.events_waiting, 4); in TEST_IMPL()
|
H A D | test-tty.c | 89 ASSERT_GE(ttyin_fd, 0); in TEST_IMPL() 90 ASSERT_GE(ttyout_fd, 0); in TEST_IMPL() 184 ASSERT_GE(ttyin_fd, 0); in TEST_IMPL() 241 ASSERT_GE(ttyout_fd, 0); in TEST_IMPL() 287 ASSERT_GE(ttyout_fd, 0); in TEST_IMPL() 326 ASSERT_GE(ttyin_fd, 0); in TEST_IMPL()
|
H A D | test-tcp-read-stop-start.c | 65 ASSERT_GE(nread, 0); in on_read1() 132 ASSERT_GE(read_cb_called, 2); in TEST_IMPL()
|
H A D | test-tty-duplicate-key.c | 155 ASSERT_GE(ttyin_fd, 0); in TEST_IMPL() 209 ASSERT_GE(ttyin_fd, 0); in TEST_IMPL() 275 ASSERT_GE(ttyin_fd, 0); in TEST_IMPL()
|
H A D | test-fs-copyfile.c | 87 ASSERT_GE(r, 0); in touch_file() 96 ASSERT_GE(r, 0); in touch_file()
|
H A D | test-thread.c | 225 ASSERT_GE(pthread_get_stacksize_np(pthread_self()), expected); in thread_check_stack() 239 ASSERT_GE(stack_size, expected); in thread_check_stack()
|
H A D | test-udp-recv-in-a-row.c | 74 ASSERT_GE(recv_cnt, 1); in check_cb()
|
H A D | test-udp-open.c | 56 ASSERT_GE(sock, 0); in create_udp_socket() 322 ASSERT_GE(fd, 0); in TEST_IMPL()
|
H A D | test-fork.c | 426 ASSERT_GE(r, 0); in create_file() 442 ASSERT_GE(r, 0); in touch_file() 448 ASSERT_GE(r, 0); in touch_file()
|
H A D | test-tcp-oob.c | 64 ASSERT_GE(nread, 0); in read_cb()
|
H A D | test-udp-mmsg.c | 76 ASSERT_GE(nread, 0); in recv_cb()
|
H A D | test-poll.c | 112 ASSERT_GE(sock, 0); in create_bound_socket() 230 ASSERT_GE(r, 0); 506 ASSERT_GE(sock, 0);
|
H A D | test-thread-affinity.c | 123 ASSERT_GE(c, 0); in TEST_IMPL()
|
H A D | benchmark-ping-udp.c | 151 ASSERT_GE(completed_pingers, 1); in ping_udp()
|
H A D | test-ipc-send-recv.c | 117 ASSERT_GE(nread, 0); in recv_cb() 317 ASSERT_GE(nread, 0); in read_cb()
|
H A D | test-ipc-heavy-traffic-deadlock-bug.c | 97 ASSERT_GE(nread, 0); in read_cb()
|
H A D | test-poll-oob.c | 186 ASSERT_GE(client_fd, 0); in TEST_IMPL()
|
H A D | test-fs-readdir.c | 365 ASSERT_GE(r, 0); in TEST_IMPL() 379 ASSERT_GE(r, 0); in TEST_IMPL()
|
H A D | test-signal-multiple-loops.c | 315 ASSERT_GE(loop_creation_counter, NUM_LOOP_CREATING_THREADS); in TEST_IMPL()
|
H A D | test-fs-event.c | 76 ASSERT_GE(r, 0); in create_file() 107 ASSERT_GE(r, 0); in touch_file() 113 ASSERT_GE(r, 0); in touch_file()
|