Added new tests to verify negative results of clGetSemaphoreInfoKHR (#1981)

According to work plan from issue #1691
This commit is contained in:
Marcin Hajder
2024-07-09 17:46:37 +02:00
committed by GitHub
parent 89cd9660be
commit c1af7c3301
4 changed files with 140 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ test_definition test_list[] = {
ADD_TEST_VERSION(semaphores_multi_wait, Version(1, 2)),
ADD_TEST_VERSION(semaphores_queries, Version(1, 2)),
ADD_TEST_VERSION(semaphores_import_export_fd, Version(1, 2)),
ADD_TEST_VERSION(semaphores_negative_get_info_invalid_semaphore,
Version(1, 2)),
ADD_TEST_VERSION(semaphores_negative_get_info_invalid_value, Version(1, 2)),
ADD_TEST_VERSION(semaphores_negative_wait_invalid_command_queue,
Version(1, 2)),
ADD_TEST_VERSION(semaphores_negative_wait_invalid_value, Version(1, 2)),