Skip to content

Commit

Permalink
Bug 1884209 - part1 : move audio utility tests to subsuite 'media-bc'…
Browse files Browse the repository at this point in the history
… and 'media'. r=gerard-majax

These tests are more related to media than IPC, so we should move them
into the default media test suite.

Differential Revision: https://phabricator.services.mozilla.com/D203952
  • Loading branch information
alastor0325 committed Mar 8, 2024
1 parent a789c90 commit ec0be3c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ipc/glue/test/browser/browser_audio_fallback.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[DEFAULT]
subsuite = "media-bc"
support-files = [
"head.js",
"head-multiple.js",
Expand Down
1 change: 1 addition & 0 deletions ipc/glue/test/browser/browser_audio_fallback_content.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[DEFAULT]
subsuite = "media-bc"
support-files = [
"head.js",
"head-multiple.js",
Expand Down
1 change: 1 addition & 0 deletions ipc/glue/test/browser/browser_audio_locked.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[DEFAULT]
subsuite = "media-bc"

["browser_utility_audio_locked.js"]
1 change: 1 addition & 0 deletions ipc/glue/test/browser/browser_audio_shutdown.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[DEFAULT]
subsuite = "media-bc"
support-files = ["head.js"]

["browser_utility_audio_shutdown.js"]
Expand Down
1 change: 1 addition & 0 deletions ipc/glue/test/browser/mochitest_audio_off.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[DEFAULT]
subsuite = "media"
run-if = ["os == 'android' && !isolated_process"] # Bug 1771452
support-files = [
"head.js",
Expand Down
1 change: 1 addition & 0 deletions ipc/glue/test/browser/mochitest_audio_on.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[DEFAULT]
subsuite = "media"
run-if = ["os == 'android' && !isolated_process"] # Bug 1771452
support-files = [
"head.js",
Expand Down

0 comments on commit ec0be3c

Please sign in to comment.