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

Expect Validation Error from Copy Operations #275

Closed
kunalmohan opened this issue Aug 21, 2020 · 2 comments
Closed

Expect Validation Error from Copy Operations #275

kunalmohan opened this issue Aug 21, 2020 · 2 comments

Comments

@kunalmohan
Copy link
Contributor

For invalid CopyBufferToBuffer, spec says to generate validation error in the copy operation itself.
Whereas the cts expects the validation error to be reported on commandEncoder.finish()-

commandEncoder.copyBufferToBuffer(srcBuffer, srcOffset, dstBuffer, dstOffset, copySize);
this.expectValidationError(() => {
commandEncoder.finish();
}, !isSuccess);

@kunalmohan

This comment has been minimized.

@kunalmohan
Copy link
Contributor Author

This is no longer expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant