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:
Kevin Petit
2019-02-20 16:10:04 +00:00
committed by Kévin Petit
parent b1603eb6ba
commit 53db6e7f9f
115 changed files with 2632 additions and 1304 deletions

View File

@@ -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",