зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b37d7e98ff
Коммит
8a061c286b
|
@ -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()]
|
||||
|
|
Загрузка…
Ссылка в новой задаче