Skip to content

Fix = vs == typos in test assertions. NFC #24194

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

Merged
merged 1 commit into from
Apr 28, 2025

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Apr 28, 2025

I first noticed a type in audioworklet_params_mixing.c from #23659 then found several other tests with the same issue. Nasty.

Not sure what to do about the test_sdl_set_clip_rect assertions which don't seem to be valid (i.e. they fail with the typo fixed).

@sbc100 sbc100 requested review from kripken and dschuff April 28, 2025 02:43
@sbc100 sbc100 force-pushed the fix_assert branch 2 times, most recently from e9074e2 to fcfaa97 Compare April 28, 2025 15:53
Copy link
Member

@kripken kripken left a comment

Choose a reason for hiding this comment

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

Yikes...

@kripken
Copy link
Member

kripken commented Apr 28, 2025

Not sure what to do about the test_sdl_set_clip_rect assertions which don't seem to be valid (i.e. they fail with the typo fixed).

Maybe land the others and open an issue for the failing ones?

I first noticed a type in audioworklet_params_mixing.c from emscripten-core#23659 then
found several other tests with the same issue.  Nasty.

Not sure what to do about the test_sdl_set_clip_rect assertions which
don't seem to be valid (i.e. they fail with the typo fixed).
@sbc100
Copy link
Collaborator Author

sbc100 commented Apr 28, 2025

Not sure what to do about the test_sdl_set_clip_rect assertions which don't seem to be valid (i.e. they fail with the typo fixed).

Maybe land the others and open an issue for the failing ones?

I created a bug to look into it #24201

Copy link
Member

@dschuff dschuff left a comment

Choose a reason for hiding this comment

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

😬

@sbc100 sbc100 merged commit d80c7c7 into emscripten-core:main Apr 28, 2025
28 checks passed
@sbc100 sbc100 deleted the fix_assert branch April 28, 2025 17:34
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