Bug 1626425 - Disable multiple tests on win and macos debug for causing crashes. r=jmaher

Differential Revision: https://phabricator.services.mozilla.com/D70969
This commit is contained in:
Mihai Alexandru Michis 2020-04-15 15:04:02 +00:00
parent aec781a233
commit a82a710fd6
4 changed files with 12 additions and 0 deletions

View File

@ -1,4 +1,7 @@
[cache-storage-reporting-dedicated-worker.https.html]
disabled:
if debug and (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1626425
if debug and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1626425
expected:
if debug and (os == "win") and (processor == "x86"): ["CRASH", "TIMEOUT"]
if debug and (os == "win") and (processor == "x86_64"): ["TIMEOUT", "CRASH"]

View File

@ -1,4 +1,7 @@
[cache-storage-reporting-document.https.html]
disabled:
if debug and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1626425
if debug and (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1626425
expected:
if (os == "linux") and debug and webrender and not fission: ["CRASH", "TIMEOUT"]
if (os == "linux") and debug and webrender and fission: ["CRASH", "TIMEOUT"]

View File

@ -1,4 +1,7 @@
[cache-storage-reporting-service-worker.https.html]
disabled:
if debug and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1626425
if debug and (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1626425
expected:
if debug and (os == "linux") and webrender and fission: ["TIMEOUT", "CRASH"]
if debug and (os == "linux") and webrender and not fission: ["CRASH", "TIMEOUT"]

View File

@ -1,4 +1,7 @@
[cache-storage-reporting-shared-worker.https.html]
disabled:
if debug and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1626425
if debug and (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1626425
expected:
if (os == "linux") and debug and webrender and fission: ["CRASH", "TIMEOUT"]
if (os == "linux") and debug and webrender and not fission: ["CRASH", "TIMEOUT"]