Skip to content
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

fix bugs in negative command_buffer tests #1969

Merged
merged 2 commits into from
Jul 2, 2024

Commits on May 23, 2024

  1. fix bugs in negative command_buffer tests

    - CL_INVALID_VALUE from command_queue != NULL should only be returned
      if the device doesn't support cl_khr_command_buffer_multi_device
    
    - some tests enqueued commands with multiple invalid arguments, e.g.
      clCommandCopyImageToBufferKHR with two images and invalid sync points.
      AFAIK the order of argument checking is not defined, so multiple errors
      can be returned for such API calls, but the tests assumed only one error.
      Fix the tests to be unambiguous.
    franz committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4277322 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. fix issues found by review

    franz committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c823676 View commit details
    Browse the repository at this point in the history