From b7152c9264a1ca5e01ca3476147282658f80630a Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Tue, 16 Nov 2021 13:46:56 +0000 Subject: [PATCH] Bug 1418778 - [wdspec] Re-enable disabled tests for CCOV on Windows. r=webdriver-reviewers,jdescottes Differential Revision: https://phabricator.services.mozilla.com/D131226 --- .../meta/webdriver/tests/new_session/create_alwaysMatch.py.ini | 2 -- .../meta/webdriver/tests/new_session/create_firstMatch.py.ini | 2 -- .../meta/webdriver/tests/new_session/page_load_strategy.py.ini | 3 --- .../meta/webdriver/tests/new_session/platform_name.py.ini | 3 --- .../meta/webdriver/tests/new_session/response.py.ini | 3 --- .../meta/webdriver/tests/new_session/timeouts.py.ini | 2 -- 6 files changed, 15 deletions(-) delete mode 100644 testing/web-platform/meta/webdriver/tests/new_session/page_load_strategy.py.ini delete mode 100644 testing/web-platform/meta/webdriver/tests/new_session/platform_name.py.ini delete mode 100644 testing/web-platform/meta/webdriver/tests/new_session/response.py.ini 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 dafa07499589..0a0792aa9c16 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,6 +1,4 @@ [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: [OK, ERROR, TIMEOUT] [test_valid[timeouts-value13\]] diff --git a/testing/web-platform/meta/webdriver/tests/new_session/create_firstMatch.py.ini b/testing/web-platform/meta/webdriver/tests/new_session/create_firstMatch.py.ini index a2474763846f..43f9f7776c6d 100644 --- a/testing/web-platform/meta/webdriver/tests/new_session/create_firstMatch.py.ini +++ b/testing/web-platform/meta/webdriver/tests/new_session/create_firstMatch.py.ini @@ -1,5 +1,3 @@ [create_firstMatch.py] - disabled: - if ccov and (os == "win") and (bits == 64) and (version == "10.0.17134"): https://bugzilla.mozilla.org/show_bug.cgi?id=1507121 expected: if os == "linux": ["OK", "ERROR", "TIMEOUT"] diff --git a/testing/web-platform/meta/webdriver/tests/new_session/page_load_strategy.py.ini b/testing/web-platform/meta/webdriver/tests/new_session/page_load_strategy.py.ini deleted file mode 100644 index 9bcbd4ff89ba..000000000000 --- a/testing/web-platform/meta/webdriver/tests/new_session/page_load_strategy.py.ini +++ /dev/null @@ -1,3 +0,0 @@ -[page_load_strategy.py] - expected: - if win10_2004 and ccov: [TIMEOUT, OK] # Bug 1733368 diff --git a/testing/web-platform/meta/webdriver/tests/new_session/platform_name.py.ini b/testing/web-platform/meta/webdriver/tests/new_session/platform_name.py.ini deleted file mode 100644 index 4c45079efc01..000000000000 --- a/testing/web-platform/meta/webdriver/tests/new_session/platform_name.py.ini +++ /dev/null @@ -1,3 +0,0 @@ -[platform_name.py] - expected: - if win10_2004 and ccov: [TIMEOUT, OK] # Bug 1733368 diff --git a/testing/web-platform/meta/webdriver/tests/new_session/response.py.ini b/testing/web-platform/meta/webdriver/tests/new_session/response.py.ini deleted file mode 100644 index ef12d9a7f1f3..000000000000 --- a/testing/web-platform/meta/webdriver/tests/new_session/response.py.ini +++ /dev/null @@ -1,3 +0,0 @@ -[response.py] - expected: - if win10_2004 and ccov: [TIMEOUT, OK] # Bug 1733368 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 1b7a6024bb3b..78668968a0ab 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,6 +1,4 @@ [timeouts.py] - disabled: - if ccov and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1495002 expected: if (os == "linux") and fission and webrender and debug: [OK, ERROR, TIMEOUT] if (os == "linux") and fission and webrender and not debug: [OK, TIMEOUT, ERROR]