mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Khronos Bug 15728 SPIR 1.2 tests fail when some cases are skipped (#117)
This commit is contained in:
committed by
Kévin Petit
parent
f10ee34dd8
commit
3b36a66eff
@@ -346,9 +346,11 @@ bool test_suite(cl_device_id device, cl_uint size_t_width, const char *folder,
|
||||
{
|
||||
std::cout << "Failed tests:" << std::endl;
|
||||
std::for_each(ErrList.begin(), ErrList.end(), printError);
|
||||
std::cout << std::endl;
|
||||
return false;
|
||||
}
|
||||
std::cout << std::endl;
|
||||
return tests_passed == number_of_tests;
|
||||
return true;
|
||||
}
|
||||
|
||||
static std::string getTestFolder(const std::string& TS)
|
||||
|
||||
Reference in New Issue
Block a user