From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- testing/mozharness/configs/unittests/win_unittest.py | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'testing/mozharness/configs/unittests/win_unittest.py') 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": [], }, -- cgit v1.2.3