Marcin Hajder
81f33190e2
Added test to verify program queries after recompiling and relinking ( #2272 )
...
Fixes #2163 according to issue description
As approved 25Mar25
2025-03-25 08:41:04 -07:00
Ahmed Hesham
2131aff0e9
Migrate compiler suite to the new test registration framework ( #2319 )
...
Contributes to #2181 .
Signed-off-by: Ahmed Hesham <ahmed.hesham@arm.com >
2025-03-18 17:10:21 +00:00
Marcin Hajder
a7c4d7f4c7
Added test to verify program queries after rebuilding ( #2253 )
...
Fixes #2163 according to issue description
2025-02-26 09:55:38 -08:00
Marcin Hajder
a90a8194bc
Added object comparability verification for program devices query ( #2237 )
...
Fixes #1485 according to work plan from issue description.
2025-02-25 08:43:12 -08:00
Sven van Haastregt
56d383b2e9
Fix more Wformat warnings related to size_t ( #2166 )
...
Printing of a `size_t` requires the `%zu` specifier.
This fixes occurrences where the previous wrong specifier appears to
work in a typical 64-bit build, but causes a Wformat warning in 32-bit
builds.
---------
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com >
2024-12-10 09:13:58 -08:00
Stuart Brady
12fce84a66
Minor refactoring of CL_PROGRAM_SOURCE tests ( #1032 )
...
Signed-off-by: Stuart Brady <stuart.brady@arm.com >
2020-11-04 12:44:54 +00:00
James Price
b051f07a57
Fix buffer overflow in compiler suite ( #740 )
...
* Fix buffer overflow in compiler suite
* Use ARRAY_SIZE to determine number of source lines
* Add static assertion for number of lines
2020-04-22 12:48:13 +01:00
James Price
40f50d77a3
Rename test .c sources to .cpp where necessary ( #604 )
...
Remove hacks to force language from CMake files.
Closes KhronosGroup/OpenCL-CTS#25
2020-02-21 17:34:31 +00:00