File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -356,12 +356,17 @@ commands:
356
356
- run :
357
357
name : configure firefox
358
358
command : |
359
+ # Some before and after tests to try enabling a sound device:
360
+ lsmod | grep snd
361
+ modprobe snd-aloop
362
+ lsmod | grep snd
359
363
mkdir ~/tmp-firefox-profile/
360
364
cat > ~/tmp-firefox-profile/user.js \<<EOF
361
365
user_pref("gfx.offscreencanvas.enabled", true);
362
366
user_pref("javascript.options.shared_memory", true);
363
367
user_pref("javascript.options.wasm_memory64", true);
364
368
user_pref("dom.postMessage.sharedArrayBuffer.bypassCOOP_COEP.insecure.enabled", true);
369
+ user_pref("media.autoplay.default", 0);
365
370
EOF
366
371
- run :
367
372
name : run tests (<< parameters.title >>)
@@ -371,8 +376,6 @@ commands:
371
376
# support in headless mode) resolves
372
377
EMTEST_LACKS_GRAPHICS_HARDWARE : " 1"
373
378
EMTEST_LACKS_WEBGPU : " 1"
374
- # TODO: replicate with FF the same as CHROME_FLAGS_AUDIO
375
- EMTEST_LACKS_SOUND_HARDWARE : " 1"
376
379
# OffscreenCanvas support is not yet done in Firefox.
377
380
EMTEST_LACKS_OFFSCREEN_CANVAS : " 1"
378
381
EMTEST_DETECT_TEMPFILE_LEAKS : " 0"
You can’t perform that action at this time.
0 commit comments