James Price
09aa54246f
Fix warnings in basic suite ( #782 )
...
* Fix "ignored typedef" warning
* Fix "returning reference to temporary" warning
2020-05-20 15:16:18 -04:00
Ankit Goyal
833f0d029e
Fix return-type warnings with harness library and basic test ( #776 )
...
* Fix offending `-Wreturn-type` in harness library
* Fix offending `-Wreturn-type` in basic test
2020-05-18 13:03:17 +01:00
Marco Antognini
3e771b0070
Fixes #498 - Extend progvar_prog_scope_uninit checks ( #544 )
...
This adds checks to progvar_prog_scope_uninit which ensure that
program-scope variables are default-initialized to the zero-value for
their type.
2020-03-11 18:18:12 +00:00
Kevin Petit
ef832c330c
Stop using ../../test_common to include common headers
...
Fixes #395 .
Signed-off-by: Kevin Petit <kevin.petit@arm.com >
2019-08-01 18:41:12 +01:00
Wenju He
702498b367
test_basic/progvar: fix 64bit atomic types error ( #374 )
...
Enable 64bit atomics extentions in order to use 64bit atomic types in
test_progvar_prog_scope_init and test_progvar_prog_scope_uninit.
2019-07-15 10:47:20 +01:00
Kevin Petit
95b040bec2
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
2019-03-05 16:24:50 +00:00
Kedar Patil
2821bf1323
Initial open source release of OpenCL 2.2 CTS.
2017-05-16 18:44:33 +05:30