Backed out changeset 0eea7f51b16a (bug 1626089) for causing web platform failures in bundle.https.html CLOSED TREE

--HG--
extra : rebase_source : 1afd5f6c294daaf15613165851e18895a8dbf92a
This commit is contained in:
Noemi Erli 2020-03-31 21:29:19 +03:00
Родитель b37d7e98ff
Коммит 8a061c286b
8 изменённых файлов: 7 добавлений и 6 удалений

Просмотреть файл

@ -14,6 +14,7 @@ ADJUST_MOUSE_AND_SCREEN = False
config = {
"options": [
"--prefs-root=%(test_path)s/prefs",
"--processes=1",
"--config=%(test_path)s/wptrunner.ini",
"--ca-cert-path=%(test_path)s/tests/tools/certs/cacert.pem",
"--host-key-path=%(test_path)s/tests/tools/certs/web-platform.test.key",

Просмотреть файл

@ -8,6 +8,7 @@ import os
config = {
"options": [
"--prefs-root=%(test_path)s/prefs",
"--processes=1",
"--config=%(test_path)s/wptrunner.ini",
"--ca-cert-path=%(test_path)s/tests/tools/certs/cacert.pem",
"--host-key-path=%(test_path)s/tests/tools/certs/web-platform.test.key",

Просмотреть файл

@ -14,6 +14,7 @@ ADJUST_MOUSE_AND_SCREEN = False
config = {
"options": [
"--prefs-root=%(test_path)s/prefs",
"--processes=1",
"--config=%(test_path)s/wptrunner.ini",
"--ca-cert-path=%(test_path)s/tests/tools/certs/cacert.pem",
"--host-key-path=%(test_path)s/tests/tools/certs/web-platform.test.key",

Просмотреть файл

@ -18,6 +18,7 @@ ADJUST_MOUSE_AND_SCREEN = True
config = {
"options": [
"--prefs-root=%(test_path)s/prefs",
"--processes=1",
"--config=%(test_path)s/wptrunner.ini",
"--ca-cert-path=%(test_path)s/tests/tools/certs/cacert.pem",
"--host-key-path=%(test_path)s/tests/tools/certs/web-platform.test.key",

Просмотреть файл

@ -28,6 +28,7 @@ TASKBAR_AUTOHIDE_REG_PATH = {
config = {
"options": [
"--prefs-root=%(test_path)s/prefs",
"--processes=1",
"--config=%(test_path)s/wptrunner.ini",
"--ca-cert-path=%(test_path)s/tests/tools/certs/cacert.pem",
"--host-key-path=%(test_path)s/tests/tools/certs/web-platform.test.key",

Просмотреть файл

@ -7,6 +7,7 @@
config = {
"options": [
"--prefs-root=%(test_path)s/prefs",
"--processes=1",
"--config=%(test_path)s/wptrunner.ini",
"--ca-cert-path=%(test_path)s/tests/tools/certs/cacert.pem",
"--host-key-path=%(test_path)s/tests/tools/certs/web-platform.test.key",

Просмотреть файл

@ -9,6 +9,7 @@ import sys
config = {
"options": [
"--prefs-root=%(test_path)s/prefs",
"--processes=1",
"--config=%(test_path)s/wptrunner.ini",
"--ca-cert-path=%(test_path)s/tests/tools/certs/cacert.pem",
"--host-key-path=%(test_path)s/tests/tools/certs/web-platform.test.key",

Просмотреть файл

@ -226,12 +226,6 @@ class WebPlatformTest(TestingMixin, MercurialScript, CodeCoverageMixin, AndroidM
"--instrument-to-file=%s" % os.path.join(dirs["abs_blob_upload_dir"],
"wpt_instruments.txt")]
if self.is_android or "wdspec" in test_types:
processes = 1
else:
processes = 2
cmd.append("--processes=%s" % processes)
if self.is_android:
cmd += ["--device-serial=%s" % self.device_serial,
"--package-name=%s" % self.query_package_name()]