mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-21 14:59:02 +00:00
Synchronise with Khronos-private Gitlab branch
The maintenance of the conformance tests is moving to Github. This commit contains all the changes that have been done in Gitlab since the first public release of the conformance tests. Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
@@ -346,9 +346,12 @@ 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)
|
||||
@@ -840,7 +843,6 @@ bool test_basic (cl_device_id device, cl_uint size_t_width, const char *folder)
|
||||
"test_sizeof.sizeof_uintptr_t",
|
||||
"test_sizeof.sizeof_image2d_t",
|
||||
"test_sizeof.sizeof_image3d_t",
|
||||
"test_sizeof.sizeof_sampler_t",
|
||||
"test_sizeof.sizeof_double",
|
||||
"test_sizeof.sizeof_double2",
|
||||
"test_sizeof.sizeof_double4",
|
||||
|
||||
Reference in New Issue
Block a user