Home
last modified time | relevance | path

Searched refs:ASSERT_UINT64_EQ (Results 1 – 6 of 6) sorted by relevance

/libuv/test/
H A Dtest-metrics.c149 ASSERT_UINT64_EQ(cntr, metrics.loop_count); in TEST_IMPL()
160 ASSERT_UINT64_EQ(3, metrics.loop_count); in close_cb()
172 ASSERT_UINT64_EQ(2, metrics.loop_count); in write_cb()
191 ASSERT_UINT64_EQ(1, metrics.loop_count); in create_cb()
214 ASSERT_UINT64_EQ(0, metrics.loop_count); in prepare_cb()
215 ASSERT_UINT64_EQ(0, metrics.events); in prepare_cb()
H A Dbenchmark-loop-count.c77 ASSERT_UINT64_EQ(ticks, NUM_TICKS); in BENCHMARK_IMPL()
H A Dtest-timer.c289 ASSERT_UINT64_EQ(1, uv_timer_get_due_in(&tiny_timer)); in TEST_IMPL()
290 ASSERT_UINT64_EQ(281474976710655, uv_timer_get_due_in(&huge_timer1)); in TEST_IMPL()
H A Dtask.h207 #define ASSERT_UINT64_EQ(a, b) ASSERT_BASE(a, ==, b, uint64_t, PRIu64) macro
H A Dtest-pipe-getsockname.c227 ASSERT_UINT64_EQ(sizeof(name) - 1, buflen); in TEST_IMPL()
H A Dtest-fs.c1299 ASSERT_UINT64_EQ(s1.st_size, s2.st_size + 1); in test_sendfile()
1313 ASSERT_UINT64_EQ(s1.st_size, s2.st_size); in test_sendfile()

Completed in 34 milliseconds