mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-23 15:39:03 +00:00
Added two tests not calling event calback upon error status (#2028)
#1900 Tested on POCL, callback is not called.
This commit is contained in:
committed by
GitHub
parent
746544af80
commit
6cbe8cae35
@@ -57,6 +57,8 @@ test_definition test_list[] = {
|
||||
ADD_TEST(callbacks),
|
||||
ADD_TEST(callbacks_simultaneous),
|
||||
ADD_TEST(userevents_multithreaded),
|
||||
ADD_TEST(callback_on_error_simple),
|
||||
ADD_TEST(callback_on_error_enqueue_command)
|
||||
};
|
||||
|
||||
const int test_num = ARRAY_SIZE(test_list);
|
||||
|
||||
Reference in New Issue
Block a user