Searched refs:T_ASSERT_EQ_STR (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.141.1/tests/ |
| H A D | sched_enabled_policy.c | 89 T_ASSERT_EQ_STR(policy_name, "clutch", "SMP platform should be running the Clutch scheduler"); 94 …T_ASSERT_EQ_STR(policy_name, "edge", "Non-exempt AMP platform should be running the Edge scheduler…
|
| 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 | 610 T_ASSERT_EQ_STR(msg, buffer, "same message"); 652 T_ASSERT_EQ_STR(msg, buffer, "same message"); 681 T_ASSERT_EQ_STR(expected_msg, buffer, "same message");
|
| /xnu-10063.141.1/libkern/os/ |
| H A D | log.c | 1365 T_ASSERT_EQ_STR(s->ols_name, sub, "Log subsystem name is %s", sub); in verify_os_log() 1369 T_ASSERT_EQ_STR(&s->ols_name[sub_len], cat, "Log category name is %s", cat); in verify_os_log()
|
| /xnu-10063.141.1/osfmk/tests/ |
| H A D | ktest.h | 319 #define T_ASSERT_EQ_STR(lhs, rhs, msg, ...) do {\ macro
|
| /xnu-10063.141.1/tests/ktrace/ |
| H A D | kdebug_tests.c | 1574 T_ASSERT_EQ_STR(configured_by, "kernel_task", "configured by kernel_task"); in expect_kernel_task_tracing()
|