Skip to content

Cleanup the emscripten tests relating to the event loop. NFC #23760

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Feb 25, 2025

The browser tests were only being run in PROXY_TO_PTHREAD mode
for some reason even though these tests should pass on the main thread.

In test_other the PROXY_TO_PTHREAD flags were being passed as args
(rather then emcc_args). Likely a copy/paste bug.

@sbc100 sbc100 force-pushed the event_loop_tests branch 2 times, most recently from f2af566 to 6970efe Compare February 25, 2025 22:08
@sbc100 sbc100 changed the title Cleanup event loop tests. NFC Decrement keepalive counter in emscripten_clear_timeout Feb 25, 2025
@sbc100 sbc100 requested a review from kripken February 25, 2025 22:09
@sbc100 sbc100 force-pushed the event_loop_tests branch 3 times, most recently from 295f2fc to c1a2f16 Compare February 25, 2025 22:22
@sbc100 sbc100 changed the title Decrement keepalive counter in emscripten_clear_timeout Cleanup the emscripten tests relating to the event loop. NFC Feb 26, 2025
@sbc100 sbc100 requested a review from kripken February 26, 2025 00:27
@sbc100 sbc100 enabled auto-merge (squash) February 26, 2025 00:27
@sbc100 sbc100 force-pushed the event_loop_tests branch 4 times, most recently from 7646bf0 to 7a07dc3 Compare May 15, 2025 21:37
@sbc100 sbc100 force-pushed the event_loop_tests branch from 7a07dc3 to 7505c06 Compare May 28, 2025 22:04
The browser tests were only being run in `PROXY_TO_PTHREAD` mode
for some reason even though these tests should pass on the main thread.

In test_other the `PROXY_TO_PTHREAD` flags were being passed as args
(rather then emcc_args).  Likely a copy/paste bug.
@sbc100 sbc100 force-pushed the event_loop_tests branch from 7505c06 to 55fb855 Compare May 29, 2025 13:50
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