summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
commita90a5cba08fdf6c0ceb95101c275108a152a3aed (patch)
tree532507288f3defd7f4dcf1af49698bcb76034855 /testing/mozharness/configs
parentAdding debian version 126.0.1-1. (diff)
downloadfirefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz
firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/mozharness/configs')
-rw-r--r--testing/mozharness/configs/releases/bouncer_firefox_nightly.py3
-rw-r--r--testing/mozharness/configs/unittests/linux_unittest.py22
-rw-r--r--testing/mozharness/configs/unittests/win_unittest.py19
3 files changed, 7 insertions, 37 deletions
diff --git a/testing/mozharness/configs/releases/bouncer_firefox_nightly.py b/testing/mozharness/configs/releases/bouncer_firefox_nightly.py
index 09d52fe4a3..1fdbb83f73 100644
--- a/testing/mozharness/configs/releases/bouncer_firefox_nightly.py
+++ b/testing/mozharness/configs/releases/bouncer_firefox_nightly.py
@@ -10,6 +10,7 @@ config = {
"platforms": [
"linux",
"linux64",
+ "linux64-aarch64",
"osx",
"win",
"win64",
@@ -21,6 +22,7 @@ config = {
"platforms": [
"linux",
"linux64",
+ "linux64-aarch64",
"osx",
"win",
"win64",
@@ -32,6 +34,7 @@ config = {
"platforms": [
"linux",
"linux64",
+ "linux64-aarch64",
"osx",
"win",
"win64",
diff --git a/testing/mozharness/configs/unittests/linux_unittest.py b/testing/mozharness/configs/unittests/linux_unittest.py
index 801f57eb14..4a7ad62450 100644
--- a/testing/mozharness/configs/unittests/linux_unittest.py
+++ b/testing/mozharness/configs/unittests/linux_unittest.py
@@ -202,27 +202,7 @@ config = {
"tests": ["tests/jsreftest/tests/js/src/tests/jstests.list"],
},
"reftest": {
- "options": [
- "--suite=reftest",
- "--setpref=layers.acceleration.force-enabled=true",
- "--topsrcdir=tests/reftest/tests",
- ],
- "tests": ["tests/reftest/tests/layout/reftests/reftest.list"],
- },
- "reftest-no-accel": {
- "options": [
- "--suite=reftest",
- "--setpref=layers.acceleration.disabled=true",
- "--topsrcdir=tests/reftest/tests",
- ],
- "tests": ["tests/reftest/tests/layout/reftests/reftest.list"],
- },
- "reftest-snapshot": {
- "options": [
- "--suite=reftest",
- "--setpref=reftest.use-draw-snapshot=true",
- "--topsrcdir=tests/reftest/tests",
- ],
+ "options": ["--suite=reftest", "--topsrcdir=tests/reftest/tests"],
"tests": ["tests/reftest/tests/layout/reftests/reftest.list"],
},
},
diff --git a/testing/mozharness/configs/unittests/win_unittest.py b/testing/mozharness/configs/unittests/win_unittest.py
index d34acbeca6..84de3f6062 100644
--- a/testing/mozharness/configs/unittests/win_unittest.py
+++ b/testing/mozharness/configs/unittests/win_unittest.py
@@ -188,27 +188,14 @@ config = {
"options": ["--suite=reftest", "--topsrcdir=tests/reftest/tests"],
"tests": ["tests/reftest/tests/layout/reftests/reftest.list"],
},
- "reftest-no-accel": {
- "options": [
- "--suite=reftest",
- "--setpref=layers.acceleration.disabled=true",
- "--topsrcdir=tests/reftest/tests",
- ],
- "tests": ["tests/reftest/tests/layout/reftests/reftest.list"],
- },
},
"all_xpcshell_suites": {
"xpcshell": {
"options": [
"--xpcshell=%(abs_app_dir)s/" + XPCSHELL_NAME,
- ],
- "tests": [],
- },
- "xpcshell-msix": {
- "options": [
- "--app-binary=%(binary_path)s",
- "--app-path=%(install_dir)s",
- "--xre-path=%(install_dir)s",
+ "--msix-app-binary=%(binary_path)s",
+ "--msix-app-path=%(install_dir)s",
+ "--msix-xre-path=%(install_dir)s",
],
"tests": [],
},