1
0
Fork 0
firefox/dom/media/test/browser/browser.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

46 lines
1.5 KiB
TOML

[DEFAULT]
subsuite = "media-bc"
# disable hw decoding for browser_glean_first_frame_loaded_time.js
prefs = ["gfx.font_loader.delay=0", "media.hardware-video-decoding.enabled=false"]
support-files = [
"decode_error_vp9.webm",
"head.js",
"file_empty_page.html",
"file_media.html",
"../av1.mp4",
"../bipbop_short_vp8.webm",
"../bunny_hd_5s.mp4",
"../bogus.wav",
"../eme_standalone.js",
"../gizmo.mp4",
"../gizmo.webm",
"../sintel-short-clearkey-subsample-encrypted-video.webm",
"../vp9-yuv420p10.webm",
"../small-shot.flac",
"../small-shot.m4a",
"../small-shot.mp3",
"../small-shot.ogg",
"../TestPatternHDR.mp4",
"../../mediasource/test/bipbop/bipbop_300-3s-no-audio.webm",
]
["browser_encrypted_play_time_telemetry.js"]
skip-if = [
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1909908
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1909908
]
tags = "bleedover"
["browser_glean_first_frame_loaded_time.js"]
tags = "os_integration"
skip-if = [
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1909908
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1909908
]
["browser_glean_media_error.js"]
["browser_tab_visibility_and_play_time.js"]
["browser_telemetry_video_hardware_decoding_support.js"]