Home
last modified time | relevance | path

Searched refs:T_ASSERT_EQ_STR (Results 1 – 9 of 9) sorted by relevance

/xnu-11417.121.6/tests/sched/
H A Denabled_policy.c68 T_ASSERT_EQ_STR(policy_name, "clutch", "SMP platform should be running the Clutch scheduler");
73T_ASSERT_EQ_STR(policy_name, "edge", "Non-exempt AMP platform should be running the Edge scheduler…
/xnu-11417.121.6/tests/vfs/
H A Dstatfs_ext.c121 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 Dgetattrlist_fullpath.c51T_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 Dso_bindtodevice.c84 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 Dscanf.c84 T_ASSERT_EQ_STR(s, "012", "string value");
87 T_ASSERT_EQ_STR(s, "ABC", "string value");
H A Dvsock.c612 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 Dlog.c1364 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 Dktest.h319 #define T_ASSERT_EQ_STR(lhs, rhs, msg, ...) do {\ macro
/xnu-11417.121.6/tests/ktrace/
H A Dkdebug_tests.c1589 T_ASSERT_EQ_STR(configured_by, "kernel_task", "configured by kernel_task"); in expect_kernel_task_tracing()