Skip to content

Commit

Permalink
Divaded tests by fill buffer and fill image
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-goras-mobica committed May 21, 2024
1 parent be9d2f3 commit 64ef65f
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 60 deletions.
25 changes: 19 additions & 6 deletions test_conformance/extensions/cl_khr_command_buffer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,25 @@ test_definition test_list[] = {
ADD_TEST(negative_release_command_buffer_invalid_command_buffer),
ADD_TEST(negative_finalize_command_buffer_invalid_command_buffer),
ADD_TEST(negative_finalize_command_buffer_not_recording_state),
ADD_TEST(negative_command_buffer_command_fill_queue_not_null),
ADD_TEST(negative_command_buffer_command_fill_context_not_same),
ADD_TEST(negative_command_buffer_command_fill_sync_points_null_or_num_zero),
ADD_TEST(negative_command_buffer_command_fill_invalid_command_buffer),
ADD_TEST(negative_command_buffer_command_fill_finalized_command_buffer),
ADD_TEST(negative_command_buffer_command_fill_mutable_handle_not_null),
ADD_TEST(negative_command_buffer_command_fill_buffer_queue_not_null),
ADD_TEST(negative_command_buffer_command_fill_buffer_context_not_same),
ADD_TEST(
negative_command_buffer_command_fill_buffer_sync_points_null_or_num_zero),
ADD_TEST(
negative_command_buffer_command_fill_buffer_invalid_command_buffer),
ADD_TEST(
negative_command_buffer_command_fill_buffer_finalized_command_buffer),
ADD_TEST(
negative_command_buffer_command_fill_buffer_mutable_handle_not_null),
ADD_TEST(negative_command_buffer_command_fill_image_queue_not_null),
ADD_TEST(negative_command_buffer_command_fill_image_context_not_same),
ADD_TEST(
negative_command_buffer_command_fill_image_sync_points_null_or_num_zero),
ADD_TEST(negative_command_buffer_command_fill_image_invalid_command_buffer),
ADD_TEST(
negative_command_buffer_command_fill_image_finalized_command_buffer),
ADD_TEST(
negative_command_buffer_command_fill_image_mutable_handle_not_null),
ADD_TEST(negative_create_command_buffer_num_queues),
ADD_TEST(negative_create_command_buffer_null_queues),
ADD_TEST(negative_create_command_buffer_repeated_properties),
Expand Down
Loading

0 comments on commit 64ef65f

Please sign in to comment.