mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
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:
parent
aec781a233
commit
a82a710fd6
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user