You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[test] AudioWorklet tests now correctly run and exit (#23695)
All the audio tests in `test_browser.py` (except the mixer) were updated
now the CI has audio, specifically:
- Tests that require audio were flagged as so (tests that don't are
documented)
- Tests that currently fail for 2GB and wasm64 were flagged (only tests
that play audio fail)
- All tests were migrated to `btest_exit()` as previously discussed
- (Tests moved `printf` calls to Emscripten's API and not stdio)
- All tests were run manually and the audio output verified
- All tests were run with `emscripten_force_exit` returning non-zero to
verify they failed
- All of this was also verified that they're running on a Debian VM
without audio to manually check the console for `"Test success"` and
other outputs for tests without `requires_sound_hardware`
The mixer/AW struct test is a standalone PR in #23659.
Fixes: #23131
0 commit comments