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

[test] Name jslib tests consistently and group together. NFC #23293

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jan 3, 2025

No description provided.

@sbc100 sbc100 requested a review from kripken January 3, 2025 22:23
var depthSlice = {{{ makeGetValue('caPtr', C_STRUCTS.WGPURenderPassColorAttachment.depthSlice, 'i32') }}};
{{{ gpu.convertSentinelToUndefined('depthSlice') }}}
var depthSlice = {{{ makeGetValue('caPtr', C_STRUCTS.WGPURenderPassColorAttachment.depthSlice, 'u32') }}};
if (depthSlice == 0xFFFFFFFF) depthSlice = undefined;
Copy link
Member

Choose a reason for hiding this comment

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

This looks unrelated to the title+description of the PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oops, reverted.

@sbc100 sbc100 merged commit 8abb175 into emscripten-core:main Jan 8, 2025
27 of 29 checks passed
@sbc100 sbc100 deleted the jslib_tests branch January 8, 2025 23:55
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.

2 participants