Bug 1586420 - Disable clients-get.https.html on mac debug. r=gbrown

Differential Revision: https://phabricator.services.mozilla.com/D49841

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andreea Pavel 2019-10-21 14:09:17 +00:00
Родитель 5edef5cff0
Коммит 6a912db249
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -1,5 +1,8 @@
[clients-get.https.html]
prefs: [browser.cache.offline.storage.enable:true, browser.cache.offline.enable:true]
disabled:
if debug and (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1586420
expected:
if debug and not webrender and (os == "win") and not fission and (processor == "x86_64"): ["OK", "CRASH"]
if debug and webrender and not fission and (os == "win"): ["CRASH", "OK"]