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 tests for gl.readPixels(), gl.texImage2D() and gl.texSubImage2D() from Wasm Memories of 4GB and 16GB in size. #3592

Merged
merged 2 commits into from
Sep 22, 2023

Conversation

juj
Copy link
Contributor

@juj juj commented Sep 20, 2023

Add tests for gl.readPixels(), gl.texImage2D() and gl.texSubImage2D() from Wasm Memories of 4GB and 16GB in size.

CC @kenrussell

… from Wasm Memories of 4GB and 16GB in size.
@CLAassistant
Copy link

CLAassistant commented Sep 20, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@kenrussell kenrussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Jukka for these tests!

With a small modification to make them runnable directly without URL query parameters, the 4 GB tests pass in Chromium ToT and Safari Tech Preview. They happen to fail in Firefox for reasons discussed in this week's WebGL concall; this will be worked on by the Mozilla team.

The 16 GB tests fail on all browsers right now. This seems fine; better to have the tests in place and decide whether to run them as part of the next conformance test snapshot later.

Deleted trailing whitespace.
@kenrussell kenrussell merged commit 77bd9ad into KhronosGroup:main Sep 22, 2023
2 checks passed
kenrussell added a commit to kenrussell/WebGL that referenced this pull request Sep 22, 2023
This makes them runnable by navigating to them outside of the test
harness and without URL query parameters.

Follow-on to KhronosGroup#3592.
kenrussell added a commit that referenced this pull request Sep 22, 2023
)

This makes them runnable by navigating to them outside of the test
harness and without URL query parameters.

Follow-on to #3592.
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

Successfully merging this pull request may close these issues.

3 participants