From f7a27d5adbb7ab7e8b7de852b216f0dedf2212b1 Mon Sep 17 00:00:00 2001 From: Carl Woffenden Date: Wed, 27 Nov 2024 16:03:29 +0100 Subject: [PATCH] Comment reflects behaviour --- test/test_browser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_browser.py b/test/test_browser.py index 968627fcb0fd3..21b6011001a6c 100644 --- a/test/test_browser.py +++ b/test/test_browser.py @@ -5418,7 +5418,8 @@ def test_audio_worklet_post_function(self, args): def test_audio_worklet_modularize(self, args): self.btest_exit('webaudio/audioworklet.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-sMODULARIZE=1', '-sEXPORT_NAME=MyModule', '--shell-file', test_file('shell_that_launches_modularize.html')] + args) - # We can't test playback, so don't need the data files, we're testing it builds and runs + # Tests multiple inputs, forcing a larger stack (note: passing BROWSER_TEST is + # specific to this test to allow it to exit rather than play forever). @parameterized({ '': ([],), 'minimal_with_closure': (['-sMINIMAL_RUNTIME', '--closure=1', '-Oz'],),