Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 9441649

Browse files
committed
Bug 1947320 - skip tests on macosx 15.x for media decoder err. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D237671
1 parent 3bd50f1 commit 9441649

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

dom/media/test/browser/browser.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,16 @@ support-files = [
2828
skip-if = [
2929
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs
3030
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1909908
31+
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1909908
3132
]
3233
tags = "bleedover"
3334

3435
["browser_glean_first_frame_loaded_time.js"]
3536
tags = "os_integration"
36-
skip-if = ["os == 'mac' && os_version == '14.70' && processor == 'x86_64'"] # Bug 1909908
37+
skip-if = [
38+
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1909908
39+
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1909908
40+
]
3741

3842
["browser_glean_media_error.js"]
3943

dom/media/test/mochitest.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ tags = "cloneelementvisually"
772772
skip-if = [
773773
"os == 'linux' && !(debug || asan || tsan)", # Bug 1559308 - lower frequency intermittent
774774
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1909908
775+
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1909908
775776
]
776777
tags = "cloneelementvisually os_integration"
777778

dom/media/test/mochitest_media_recorder.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,7 @@ skip-if = [
730730
"os == 'win' && os_version == '10.2009'", # Bug 1453375
731731
"os == 'android'", # Bug 1694645
732732
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1909908
733+
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1909908
733734
]
734735

735736
["test_mediarecorder_record_4ch_audiocontext.html"]

0 commit comments

Comments
 (0)