Skip to content

Commit

Permalink
Added negative tests for clCommandCopyImage[ToBufferKHR]KHR
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-goras-mobica committed Apr 10, 2024
1 parent 29fcbe7 commit f92be8f
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 1 deletion.
5 changes: 5 additions & 0 deletions test_conformance/extensions/cl_khr_command_buffer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ test_definition test_list[] = {
ADD_TEST(finalize_empty),
// Command-buffer negative tests
ADD_TEST(negative_command_buffer_copy_image_queue_not_null),
ADD_TEST(negative_command_buffer_copy_image_context_not_same),
ADD_TEST(negative_command_buffer_copy_image_sync_points_null_or_num_zero),
ADD_TEST(negative_command_buffer_copy_image_invalid_command_buffer),
ADD_TEST(negative_command_buffer_copy_image_finalized_command_buffer),
ADD_TEST(negative_command_buffer_copy_image_mutable_handle_not_null),
ADD_TEST(negative_get_command_buffer_info_invalid_command_buffer),
ADD_TEST(negative_get_command_buffer_info_not_supported_param_name),
ADD_TEST(negative_get_command_buffer_info_queues),
Expand Down
Loading

0 comments on commit f92be8f

Please sign in to comment.