Searched refs:printTestResult (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/tools/tests/memorystatus/
H A Dmemorystatus_groups.c106 printTestResult(const char *testName, boolean_t didPass, const char *msg, ...) function
149 printTestResult("NULL pointer test", passflag, NULL);
161 printTestResult("zero size test", passflag, NULL);
173 printTestResult("bad size test", passflag, NULL);
184 printTestResult("bad priority test", passflag, NULL);
249 printTestResult(g_testname, FALSE, "Can't use both -g and -l options\n");
255 printTestResult(g_testname, FALSE,
269 printTestResult(g_testname, FALSE,
276 printTestResult(g_testname, FALSE,
444 printTestResult(g_testnam
[all...]
H A Dmemorystatus.c122 * is when printTestResult() reports a FAIL status.
149 printTestResult(const char *testName, boolean_t didPass, const char *msg, ...) function
307 printTestResult(__func__, false, "Fork error!");
499 printTestResult("List validation test", valid, NULL);
538 printTestResult("Sanity test", valid, NULL);
671 printTestResult(__func__, false, "Something bad happened...");
695 printTestResult("Idle exit deferral test", g_shared->completed, NULL);
761 printTestResult(__func__, false, "Failed to retrieve system memory");
768 printTestResult(__func__, false, "Failed to retrieve compressor config");
775 printTestResult("setu
[all...]

Completed in 113 milliseconds