Bug 1495002 - disable create_alwaysMatch.py and timeouts.py in win ccov r=whimboo

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andreea Pavel 2020-02-15 20:58:14 +00:00
parent e67b41e3c7
commit 24c006ee95
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,7 @@
[create_alwaysMatch.py]
disabled:
if ccov and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1495002
expected:
if (os == "linux") and not debug and fission and not webrender and (version == "Ubuntu 18.04"): ["OK", "TIMEOUT"]
if (os == "linux") and not debug and fission and not webrender and (version == "Ubuntu 16.04"): ["OK", "TIMEOUT"]

View File

@ -1,4 +1,7 @@
[timeouts.py]
disabled:
if ccov and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1495002
expected:
if (os == "linux") and not debug and fission and not webrender and (version == "Ubuntu 18.04"): ["OK", "TIMEOUT"]
if (os == "linux") and not debug and fission and not webrender and (version == "Ubuntu 16.04"): ["OK", "TIMEOUT"]