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

Add CTS tests for virtual memory interfaces #590

Closed
10 tasks done
kbenzie opened this issue Jun 9, 2023 · 0 comments
Closed
10 tasks done

Add CTS tests for virtual memory interfaces #590

kbenzie opened this issue Jun 9, 2023 · 0 comments
Assignees
Labels
conformance Conformance test suite issues.
Milestone

Comments

@kbenzie
Copy link
Contributor

kbenzie commented Jun 9, 2023

Following on from #525 which introduces a new API object along side a number of entry points, add CTS tests for all of the additions to the specification detailed in the PR.

Required Entry-Points

Required Coverage:

  • At least one successful (i.e. called with correct arguments and assert on expected result, not applicable to CreateWithNativeHandle entry points)
  • If this a query entry-point or one which accepts flags etc : we should tests every possible enumeration (where possible).
  • A test case for each returned error code (exclude disaster situations i.e. OUT_OF_MEMORY etc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conformance Conformance test suite issues.
Projects
None yet
Development

No branches or pull requests

2 participants