Lines Matching refs:SDLTest_LogError

62         SDLTest_LogError("The length of the harness seed must be >0.");  in SDLTest_GenerateRunSeed()
69 SDLTest_LogError("SDL_malloc for run seed output buffer failed."); in SDLTest_GenerateRunSeed()
114 SDLTest_LogError("Invalid runSeed string."); in SDLTest_GenerateExecKey()
119 SDLTest_LogError("Invalid suiteName string."); in SDLTest_GenerateExecKey()
124 SDLTest_LogError("Invalid testName string."); in SDLTest_GenerateExecKey()
129 SDLTest_LogError("Invalid iteration count."); in SDLTest_GenerateExecKey()
145 SDLTest_LogError("Failed to allocate buffer for execKey generation."); in SDLTest_GenerateExecKey()
178 SDLTest_LogError("Timeout callback can't be NULL"); in SDLTest_SetTestTimeout()
183 SDLTest_LogError("Timeout value must be bigger than zero."); in SDLTest_SetTestTimeout()
190 SDLTest_LogError("Failed to init timer subsystem: %s", SDL_GetError()); in SDLTest_SetTestTimeout()
199 SDLTest_LogError("Creation of SDL timer failed: %s", SDL_GetError()); in SDLTest_SetTestTimeout()
215 SDLTest_LogError("TestCaseTimeout timer expired. Aborting test run."); in SDLTest_BailOut()
239 SDLTest_LogError("Setup failure: testSuite or testCase references NULL"); in SDLTest_RunTest()
262 SDLTest_LogError(SDLTEST_FINAL_RESULT_FORMAT, "Suite Setup", testSuite->name, "Failed"); in SDLTest_RunTest()
307SDLTest_LogError(SDLTEST_FINAL_RESULT_FORMAT, "Test", testCase->name, "Failed (test started, but d… in SDLTest_RunTest()
310 SDLTest_LogError(SDLTEST_FINAL_RESULT_FORMAT, "Test", testCase->name, "Failed (Aborted)"); in SDLTest_RunTest()
415 SDLTest_LogError("Generating a random seed failed"); in SDLTest_RunSuites()
450 SDLTest_LogError("Unable to allocate cache for failed tests"); in SDLTest_RunSuites()
489 SDLTest_LogError("Filter '%s' did not match any test suite/case.", filter); in SDLTest_RunSuites()
608SDLTest_LogError(SDLTEST_FINAL_RESULT_FORMAT, "Test", currentTestName, "Failed"); in SDLTest_RunSuites()
611SDLTest_LogError(SDLTEST_FINAL_RESULT_FORMAT,"Test", currentTestName, "No Asserts"); in SDLTest_RunSuites()
640SDLTest_LogError(SDLTEST_LOG_SUMMARY_FORMAT, "Suite", countSum, testPassedCount, testFailedCount, … in SDLTest_RunSuites()
641 SDLTest_LogError(SDLTEST_FINAL_RESULT_FORMAT, "Suite", currentSuiteName, "Failed"); in SDLTest_RunSuites()
666SDLTest_LogError(SDLTEST_LOG_SUMMARY_FORMAT, "Run", countSum, totalTestPassedCount, totalTestFaile… in SDLTest_RunSuites()
667 SDLTest_LogError(SDLTEST_FINAL_RESULT_FORMAT, "Run /w seed", runSeed, "Failed"); in SDLTest_RunSuites()