summaryrefslogtreecommitdiffstats
path: root/dom/media/webvtt/test
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /dom/media/webvtt/test
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/media/webvtt/test')
-rw-r--r--dom/media/webvtt/test/mochitest/manifest.js2
-rw-r--r--dom/media/webvtt/test/mochitest/mochitest.toml12
2 files changed, 5 insertions, 9 deletions
diff --git a/dom/media/webvtt/test/mochitest/manifest.js b/dom/media/webvtt/test/mochitest/manifest.js
index 91c481feb9..dc72b55ffa 100644
--- a/dom/media/webvtt/test/mochitest/manifest.js
+++ b/dom/media/webvtt/test/mochitest/manifest.js
@@ -11,7 +11,7 @@ function removeNodeAndSource(n) {
}
function once(target, name, cb) {
- var p = new Promise(function (resolve, reject) {
+ var p = new Promise(function (resolve) {
target.addEventListener(
name,
function () {
diff --git a/dom/media/webvtt/test/mochitest/mochitest.toml b/dom/media/webvtt/test/mochitest/mochitest.toml
index 6ec6042407..6fd4c9e7ba 100644
--- a/dom/media/webvtt/test/mochitest/mochitest.toml
+++ b/dom/media/webvtt/test/mochitest/mochitest.toml
@@ -18,15 +18,14 @@ support-files = [
["test_bug883173.html"]
skip-if = [
- "android_version == '25' && debug", # android(bug 1232305)
- "os == 'linux' && (asan || tsan || debug)", # Bug 1829511
+ "os == 'linux' && os_version == '18.04' && asan", # Bug 1829511
+ "os == 'linux' && os_version == '18.04' && tsan", # Bug 1829511
+ "os == 'linux' && os_version == '18.04' && debug", # Bug 1829511
]
["test_bug895091.html"]
-skip-if = ["android_version == '25' && debug"] # android(bug 1232305)
["test_bug957847.html"]
-skip-if = ["android_version == '25' && debug"] # android(bug 1232305)
["test_bug1018933.html"]
@@ -39,10 +38,7 @@ skip-if = ["android_version == '25' && debug"] # android(bug 1232305)
["test_texttrack_cors_preload_none.html"]
["test_texttrack_mode_change_during_loading.html"]
-skip-if = [
- "true",
- "os == 'android'", # Bug 1636572, android(bug 1562021)
-]
+skip-if = ["true"]
["test_texttrack_moz.html"]