Negative test for CL_INVALID_QUEUE_PROPERTIES (#1935)

Test that verifies `CL_INVALID_QUEUE_PROPERTIES` is returned from
`clCreateCommandQueue`, `clCreateCommandQueueWithProperties`, and
`clCreateCommandQueueWithPropertiesKHR` to match spec wording

> CL_INVALID_QUEUE_PROPERTIES if values specified in properties are
valid but are not supported by the device.
This commit is contained in:
Ewan Crawford
2024-06-25 17:40:32 +01:00
committed by GitHub
parent 2b266434b7
commit 8e6c519354
4 changed files with 191 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ set(MODULE_NAME API)
set(${MODULE_NAME}_SOURCES
main.cpp
negative_platform.cpp
negative_queue.cpp
test_api_consistency.cpp
test_bool.cpp
test_retain.cpp