Added new cl_khr_semaphore tests to verify clReleaseSemaphoreKHR/clRetainSemaphoreKHR negative results (#1976)

According to work plan from issue #1691

Co-authored-by: Ben Ashbaugh <ben.ashbaugh@intel.com>
This commit is contained in:
Marcin Hajder
2024-07-16 17:08:28 +02:00
committed by GitHub
parent 881560a0fe
commit 7b0f4ee861
4 changed files with 100 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ test_definition test_list[] = {
Version(1, 2)),
ADD_TEST_VERSION(semaphores_negative_wait_invalid_event_status,
Version(1, 2)),
ADD_TEST_VERSION(semaphores_negative_release, Version(1, 2)),
ADD_TEST_VERSION(semaphores_negative_retain, Version(1, 2)),
};
const int test_num = ARRAY_SIZE(test_list);