From 24c006ee9545cbbb8bdbe61311f68f5117a2a197 Mon Sep 17 00:00:00 2001 From: Andreea Pavel Date: Sat, 15 Feb 2020 20:58:14 +0000 Subject: [PATCH] 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 --- .../meta/webdriver/tests/new_session/create_alwaysMatch.py.ini | 3 +++ .../meta/webdriver/tests/new_session/timeouts.py.ini | 3 +++ 2 files changed, 6 insertions(+) diff --git a/testing/web-platform/meta/webdriver/tests/new_session/create_alwaysMatch.py.ini b/testing/web-platform/meta/webdriver/tests/new_session/create_alwaysMatch.py.ini index f97190a823db..4cbdac572b41 100644 --- a/testing/web-platform/meta/webdriver/tests/new_session/create_alwaysMatch.py.ini +++ b/testing/web-platform/meta/webdriver/tests/new_session/create_alwaysMatch.py.ini @@ -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"] diff --git a/testing/web-platform/meta/webdriver/tests/new_session/timeouts.py.ini b/testing/web-platform/meta/webdriver/tests/new_session/timeouts.py.ini index df12f0c54938..8b7425ae069c 100644 --- a/testing/web-platform/meta/webdriver/tests/new_session/timeouts.py.ini +++ b/testing/web-platform/meta/webdriver/tests/new_session/timeouts.py.ini @@ -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"]