Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_harness.c298 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 DSDL_test_assert.c85 SDLTest_Log(SDLTEST_ASSERT_CHECK_FORMAT, logMessage, "Passed"); in SDLTest_AssertCheck()
107 SDLTest_Log(SDLTEST_ASSERT_CHECK_FORMAT, logMessage, "Pass"); in SDLTest_AssertPass()
128SDLTest_Log(SDLTEST_ASSERT_SUMMARY_FORMAT, totalAsserts, SDLTest_AssertsPassed, SDLTest_AssertsFai… in SDLTest_LogAssertSummary()
A DSDL_test_log.c85 void SDLTest_Log(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDLTest_Log() function
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_pixels.c140 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 Dtestautomation_audio.c287 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 Dtestautomation_syswm.c36 SDLTest_Log((result == SDL_TRUE) ? "Got window information" : "Couldn't get window information"); in syswm_getWindowWMInfo()
A Dtestautomation_rwops.c612 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 Dtestautomation_stdlib.c149 SDLTest_Log("Expected: NULL, Got: '%s' (%i)", text, (int) SDL_strlen(text)); in stdlib_getsetenv()
A Dtestautomation_video.c434 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 DSDL_test_log.h50 void SDLTest_Log(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_VARARG_FUNC(1);

Completed in 21 milliseconds