Searched refs:T_ASSERT_EQ_LONG (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | vsock.c | 373 T_ASSERT_EQ_LONG(0L, read_bytes, "read zero bytes"); 410 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)read_bytes, "read all bytes"); 433 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)read_bytes, "read all bytes"); 452 T_ASSERT_EQ_LONG(0L, read_bytes, "read zero bytes"); 476 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)read_bytes, "read all bytes"); 504 T_ASSERT_EQ_LONG(strlen(msg) * 2, (unsigned long)read_bytes, "read all bytes"); 579 T_ASSERT_EQ_LONG(size, sent, "sent all bytes"); 583 T_ASSERT_EQ_LONG(size, (unsigned long)read_bytes, "read all bytes");
|
| H A D | shared_cache_reslide_test.c | 86 T_ASSERT_EQ_LONG(ADDRESS_OUTPUT_SIZE, read_bytes, "read helper output"); in get_current_slide_address()
|
| H A D | vsock_helpers.c | 197 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)sent_bytes, "sent all bytes"); in vsock_send()
|
| H A D | bpf_write.c | 292 T_ASSERT_EQ_LONG(nwritten, (long)hp->bh_caplen, "bpf read same size as written"); in do_bpf_write()
|
| H A D | disk_mount_conditioner.m | 290 T_ASSERT_EQ_LONG((long)sizeof(buf), write(fd, buf, sizeof(buf)), "write random data to temp file"); 534 T_QUIET; T_ASSERT_EQ_LONG(ret, READSIZE, "read %ld bytes from temporary file", READSIZE);
|
| /xnu-12377.61.12/osfmk/tests/ |
| H A D | ktest.h | 512 #define T_ASSERT_EQ_LONG(lhs, rhs, msg, ...) \ macro
|