Files
OpenCL-CTS/test_conformance/api/test_kernel_attributes.cpp
Romaric Jodin 2dc2533130 fix test kernel attributes when api fcts are failing (#1449)
test_error returns the err given as the first argument. As the
run_test function returns a bool, we end up returning true (meaning
pass) when an api function fails.
Instead return explicitly false (meaning fail).
2022-08-31 22:56:10 -07:00

12 KiB