Searched refs:T_ASSERT_EQ_STR (Results 1 – 9 of 9) sorted by relevance
| /xnu-11417.121.6/tests/sched/ |
| H A D | enabled_policy.c | 68 T_ASSERT_EQ_STR(policy_name, "clutch", "SMP platform should be running the Clutch scheduler"); 73 …T_ASSERT_EQ_STR(policy_name, "edge", "Non-exempt AMP platform should be running the Edge scheduler…
|
| /xnu-11417.121.6/tests/vfs/ |
| H A D | statfs_ext.c | 121 T_ASSERT_EQ_STR(sfs.f_fstypename, sfs_ext->f_fstypename, "Validating f_fstypename"); in statfs_compare() 122 T_ASSERT_EQ_STR(sfs.f_mntonname, sfs_ext->f_mntonname, "Validating f_mntonname"); in statfs_compare() 123 T_ASSERT_EQ_STR(sfs.f_mntfromname, sfs_ext->f_mntfromname, "Validating f_mntfromname"); in statfs_compare()
|
| H A D | getattrlist_fullpath.c | 51 …T_ASSERT_EQ_STR(fast_realpath(input, false), output, "Testing input '%s', output '%s'", input, out… in test_realpath()
|
| /xnu-11417.121.6/tests/ |
| H A D | so_bindtodevice.c | 84 T_ASSERT_EQ_STR(ifname, "", "default interface name empty"); in test_so_bindtodevice() 103 T_ASSERT_EQ_STR(ifname, "lo0", "loopback interface name"); in test_so_bindtodevice() 130 T_ASSERT_EQ_STR(ifname, "lo0", "loopback interface name"); in test_so_bindtodevice()
|
| H A D | scanf.c | 84 T_ASSERT_EQ_STR(s, "012", "string value"); 87 T_ASSERT_EQ_STR(s, "ABC", "string value");
|
| H A D | vsock.c | 612 T_ASSERT_EQ_STR(msg, buffer, "same message"); 654 T_ASSERT_EQ_STR(msg, buffer, "same message"); 683 T_ASSERT_EQ_STR(expected_msg, buffer, "same message");
|
| /xnu-11417.121.6/libkern/os/ |
| H A D | log.c | 1364 T_ASSERT_EQ_STR(s->ols_name, sub, "Log subsystem name is %s", sub); in verify_os_log() 1368 T_ASSERT_EQ_STR(&s->ols_name[sub_len], cat, "Log category name is %s", cat); in verify_os_log()
|
| /xnu-11417.121.6/osfmk/tests/ |
| H A D | ktest.h | 319 #define T_ASSERT_EQ_STR(lhs, rhs, msg, ...) do {\ macro
|
| /xnu-11417.121.6/tests/ktrace/ |
| H A D | kdebug_tests.c | 1589 T_ASSERT_EQ_STR(configured_by, "kernel_task", "configured by kernel_task"); in expect_kernel_task_tracing()
|