Searched refs:T_ASSERT_NULL (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.61.5/osfmk/arm64/ ! |
| H A D | platform_tests.c | 507 T_ASSERT_NULL(success, "Second mtx try lock for a locked mtx"); in lt_test_trylocks() 515 T_ASSERT_NULL(success, "try lock should fail after regular lck_mtx_lock"); in lt_test_trylocks() 527 T_ASSERT_NULL(success, "exclusive lock attempt on previously held lock should fail"); in lt_test_trylocks() 539 T_ASSERT_NULL(success, "After regular shared grab an exclusive lock attempt should fail."); in lt_test_trylocks() 550 T_ASSERT_NULL(success, "try lock in shared mode attempt after an exclusive grab should fail"); in lt_test_trylocks() 552 T_ASSERT_NULL(success, "try lock in exclusive mode attempt after an exclusive grab should fail"); in lt_test_trylocks() 560 T_ASSERT_NULL(success, "After regular exclusive grab, shared trylock should not succeed"); in lt_test_trylocks() 562 T_ASSERT_NULL(success, "After regular exclusive grab, exclusive trylock should not succeed"); in lt_test_trylocks() 571 T_ASSERT_NULL(success, "Second attempt to spin lock should fail"); in lt_test_trylocks() 576 T_ASSERT_NULL(success, "After taking spin lock, trylock attempt should fail"); in lt_test_trylocks() [all …]
|
| /xnu-11215.61.5/tests/ ! |
| H A D | stackshot_accuracy.m | 204 T_ASSERT_NULL(nserror, "no NSError occured while parsing the kcdata container");
|
| H A D | net_bridge.c | 939 T_ASSERT_NULL(kev.udata, NULL); in switch_port_check_tx() 1356 T_ASSERT_NULL(kev[i].udata, NULL); in switch_port_list_check_receive()
|
| H A D | stackshot_tests.m | 2695 T_QUIET; T_ASSERT_NULL(error, "error unset after parsing container"); 3007 T_QUIET; T_ASSERT_NULL(error, "error unset after parsing array"); 3031 T_QUIET; T_ASSERT_NULL(error, "error unset after parsing sharedcache container"); 3053 T_QUIET; T_ASSERT_NULL(error, "error unset after parsing container");
|
| /xnu-11215.61.5/osfmk/tests/ ! |
| H A D | ktest.h | 287 #define T_ASSERT_NULL(expr, msg, ...) do {\ macro
|
| /xnu-11215.61.5/tests/vm/ ! |
| H A D | memorystatus_freeze_test.c | 1055 T_QUIET; T_ASSERT_NULL(child_entry, "Child is not in second freezer snapshot");
|