Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dmemorystatus_assertion_helpers.c197 char *expected_string; in verify_assertion_state() local
200 expected_string = "ASSERTION_STATE_IS_SET"; in verify_assertion_state()
202 expected_string = "ASSERTION_STATE_IS_RELINQUISHED"; in verify_assertion_state()
220 T_PASS("%s as expected", expected_string); in verify_assertion_state()
223 T_FAIL("state 0x%x: %s but expected %s", state, actual_string, expected_string); in verify_assertion_state()