Added two tests not calling event calback upon error status (#2028)

#1900 
Tested on POCL, callback is not called.
This commit is contained in:
Kamil-Goras-Mobica
2024-08-20 17:55:03 +02:00
committed by GitHub
parent 746544af80
commit 6cbe8cae35
3 changed files with 94 additions and 0 deletions

View File

@@ -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);