Skip to content

Commit 9ec3447

Browse files
committed
Tweak browser openal_playback test
1 parent d3d2d85 commit 9ec3447

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

test/test_browser.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2323,17 +2323,13 @@ def test_openal_capture_sanity(self):
23232323
def test_openal_extensions(self):
23242324
self.btest_exit('openal/test_openal_extensions.c')
23252325

2326-
@parameterized({
2327-
'': ([],),
2328-
'proxy_to_pthread': (['-sPROXY_TO_PTHREAD', '-pthread'],),
2329-
})
2330-
def test_openal_playback(self, args):
2326+
def test_openal_playback(self):
23312327
shutil.copy(test_file('sounds/audio.wav'), '.')
2332-
self.btest('openal/test_openal_playback.c', '1', emcc_args=['-O2', '--preload-file', 'audio.wav'] + args)
2328+
self.btest_exit('openal/test_openal_playback.c', emcc_args=['-O2', '--preload-file', 'audio.wav'],)
23332329

23342330
def test_openal_buffers(self):
23352331
self.btest_exit('openal/test_openal_buffers.c', emcc_args=['--preload-file', test_file('sounds/the_entertainer.wav') + '@/'],)
2336-
2332+
23372333
def test_runtimelink(self):
23382334
create_file('header.h', r'''
23392335
struct point {

0 commit comments

Comments
 (0)