Searched refs:SDLTest_Log (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_harness.c | 298 SDLTest_Log("Fuzzer invocations: %d", fuzzerCount); in SDLTest_RunTest() 332 SDLTest_Log("Test Suite %i - %s\n", suiteCounter, 341 SDLTest_Log(" Test Case %i - %s: %s", testCounter, 432 SDLTest_Log("::::: Test Run /w seed '%s' started\n", runSeed); in SDLTest_RunSuites() 490 SDLTest_Log("Exit code: 2"); in SDLTest_RunSuites() 507 SDLTest_Log("===== Test Suite %i: '%s' skipped\n", in SDLTest_RunSuites() 521 SDLTest_Log("===== Test Suite %i: '%s' started\n", in SDLTest_RunSuites() 557 SDLTest_Log("Test Description: '%s'", in SDLTest_RunSuites() 653 SDLTest_Log("Total Run runtime: %.1f sec", runtime); in SDLTest_RunSuites() 672 SDLTest_Log("Harness input to repro failures:"); in SDLTest_RunSuites() [all …]
|
A D | SDL_test_assert.c | 85 SDLTest_Log(SDLTEST_ASSERT_CHECK_FORMAT, logMessage, "Passed"); in SDLTest_AssertCheck() 107 SDLTest_Log(SDLTEST_ASSERT_CHECK_FORMAT, logMessage, "Pass"); in SDLTest_AssertPass() 128 …SDLTest_Log(SDLTEST_ASSERT_SUMMARY_FORMAT, totalAsserts, SDLTest_AssertsPassed, SDLTest_AssertsFai… in SDLTest_LogAssertSummary()
|
A D | SDL_test_log.c | 85 void SDLTest_Log(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDLTest_Log() function
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_pixels.c | 140 SDLTest_Log("RGB Format: %s (%u)", unknownFormat, format); in pixels_allocFreeFormat() 161 SDLTest_Log("RGB Format: %s (%u)", _RGBPixelFormatsVerbose[i], format); in pixels_allocFreeFormat() 185 SDLTest_Log("non-RGB Format: %s (%u)", _nonRGBPixelFormatsVerbose[i], format); in pixels_allocFreeFormat() 244 SDLTest_Log("RGB Format: %s (%u)", unknownFormat, format); in pixels_getPixelFormatName() 259 SDLTest_Log("RGB Format: %s (%u)", _RGBPixelFormatsVerbose[i], format); in pixels_getPixelFormatName() 275 SDLTest_Log("non-RGB Format: %s (%u)", _nonRGBPixelFormatsVerbose[i], format); in pixels_getPixelFormatName()
|
A D | testautomation_audio.c | 287 SDLTest_Log("Pause/Unpause iteration: %d", l+1); in audio_pauseUnpauseAudio() 358 SDLTest_Log("Number of %s devices < 0, reported as %i", (t) ? "capture" : "output", n); in audio_enumerateAndNameAudioDevices() 653 SDLTest_Log("%s", message); in audio_buildAudioCVTNegative() 742 SDLTest_Log("No devices to test with"); in audio_openCloseAndGetAudioStatus() 792 SDLTest_Log("Simulate callback processing - delay"); in audio_lockUnlockOpenAudioDevice() 804 SDLTest_Log("No devices to test with"); in audio_lockUnlockOpenAudioDevice() 839 SDLTest_Log("%s", message); in audio_convertAudio() 884 SDLTest_Log("Creating dummy sample buffer of %i length (%i bytes)", l, ll); in audio_convertAudio() 964 SDLTest_Log("No devices to test with"); in audio_openCloseAudioDeviceConnected()
|
A D | testautomation_syswm.c | 36 SDLTest_Log((result == SDL_TRUE) ? "Got window information" : "Couldn't get window information"); in syswm_getWindowWMInfo()
|
A D | testautomation_rwops.c | 612 SDLTest_Log("All 0 values"); in rwops_testFileWriteReadEndian() 621 SDLTest_Log("All 1 values"); in rwops_testFileWriteReadEndian() 630 SDLTest_Log("Random values"); in rwops_testFileWriteReadEndian()
|
A D | testautomation_stdlib.c | 149 SDLTest_Log("Expected: NULL, Got: '%s' (%i)", text, (int) SDL_strlen(text)); in stdlib_getsetenv()
|
A D | testautomation_video.c | 434 SDLTest_Log("Testing against display: %d", i); in video_getClosestDisplayModeCurrentResolution() 488 SDLTest_Log("Testing against display: %d", i); in video_getClosestDisplayModeRandomResolution()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_test_log.h | 50 void SDLTest_Log(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_VARARG_FUNC(1);
|
Completed in 21 milliseconds