Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_harness.c62 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()
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()
215 SDLTest_LogError("TestCaseTimeout timer expired. Aborting test run."); in SDLTest_BailOut()
415 SDLTest_LogError("Generating a random seed failed"); in SDLTest_RunSuites()
[all …]
A DSDL_test_compare.c105SDLTest_LogError("Comparison of pixels with allowable error of %i failed %i times.", allowable_err… in SDLTest_CompareSurfaces()
106SDLTest_LogError("First detected occurrence at position %i,%i with a squared RGB-difference of %i.… in SDLTest_CompareSurfaces()
111SDLTest_LogError("Surfaces from failed comparison saved as '%s' and '%s'", imageFilename, referenc… in SDLTest_CompareSurfaces()
A DSDL_test_assert.c80 SDLTest_LogError(SDLTEST_ASSERT_CHECK_FORMAT, logMessage, "Failed"); in SDLTest_AssertCheck()
132SDLTest_LogError(SDLTEST_ASSERT_SUMMARY_FORMAT, totalAsserts, SDLTest_AssertsPassed, SDLTest_Asser… in SDLTest_LogAssertSummary()
A DSDL_test_log.c103 void SDLTest_LogError(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDLTest_LogError() function
/AliOS-Things-master/components/SDL2/include/
A DSDL_test_log.h57 void SDLTest_LogError(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_VARARG_FUNC(1);
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_timer.c29 SDLTest_LogError("%s", SDL_GetError()); in _timerSetUp()
A Dtestautomation_audio.c27 SDLTest_LogError("%s", SDL_GetError()); in _audioSetUp()
563 SDLTest_LogError("%s", SDL_GetError()); in audio_buildAudioCVT()
876 SDLTest_LogError("%s", SDL_GetError()); in audio_convertAudio()
A Dtestautomation_sdltest.c1141 SDLTest_LogError("Invalid result from generator: '%s'", result); in sdltest_randomAsciiString()
1179 SDLTest_LogError("Invalid result from generator: '%s'", result); in sdltest_randomAsciiStringWithMaximumLength()
1233 SDLTest_LogError("Invalid result from generator: '%s'", result); in sdltest_randomAsciiStringOfSize()
A Dtestautomation_render.c892 SDLTest_LogError("SDL_CreateTextureFromSurface() failed with error: %s", SDL_GetError()); in _loadTestFace()

Completed in 18 milliseconds