MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCL-CTS / subtest_fail

Function subtest_fail

test_conformance/printf/test_printf.cpp:606–617  ·  view source on GitHub ↗

----------------------------------------- subtest_fail -----------------------------------------

Source from the content-addressed store, hash-verified

604// subtest_fail
605//-----------------------------------------
606void subtest_fail(const char* msg, ...)
607{
608 if (msg)
609 {
610 va_list argptr;
611 va_start(argptr, msg);
612 vfprintf(stderr, msg, argptr);
613 va_end(argptr);
614 }
615 ++s_test_fail;
616 ++s_test_cnt;
617}
618
619//-----------------------------------------
620// logTestType - printout test details

Callers 1

doTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected