-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added negative tests for clEnqueueCommandBufferKHR #1931
Added negative tests for clEnqueueCommandBufferKHR #1931
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good apart from some minor comments
test_conformance/extensions/cl_khr_command_buffer/negative_command_buffer_enqueue.cpp
Show resolved
Hide resolved
test_conformance/extensions/cl_khr_command_buffer/negative_command_buffer_enqueue.cpp
Outdated
Show resolved
Hide resolved
test_conformance/extensions/cl_khr_command_buffer/negative_command_buffer_enqueue.cpp
Show resolved
Hide resolved
We aren't returning the correct errors as specified by `clEnqueueCommandBufferKHR`. Issues we're found based on testing of CTS PR KhronosGroup/OpenCL-CTS#1931 that verifies these errors
We aren't returning the correct errors as specified by `clEnqueueCommandBufferKHR`. Issues we're found based on testing of CTS PR KhronosGroup/OpenCL-CTS#1931 that verifies these errors. UnitCL tests need updating too, which were checking for incorrect error codes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice addition, caught a few non-conformities in OCK implementation uxlfoundation/oneapi-construction-kit#429
test_conformance/extensions/cl_khr_command_buffer/negative_command_buffer_enqueue.cpp
Show resolved
Hide resolved
We aren't returning the correct errors as specified by `clEnqueueCommandBufferKHR`. Issues we're found based on testing of CTS PR KhronosGroup/OpenCL-CTS#1931 that verifies these errors. UnitCL tests need updating too, which were checking for incorrect error codes.
Agreed to merge in the April 16th teleconference once the conflicts are resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging as discussed.
According to description #1668