Bug 1418778 - [wdspec] Re-enable disabled tests for CCOV on Windows. r=webdriver-reviewers,jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D131226
This commit is contained in:
Henrik Skupin 2021-11-16 13:46:56 +00:00
Родитель 523d8fe9b6
Коммит b7152c9264
6 изменённых файлов: 0 добавлений и 15 удалений

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

@ -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\]]

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

@ -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"]

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

@ -1,3 +0,0 @@
[page_load_strategy.py]
expected:
if win10_2004 and ccov: [TIMEOUT, OK] # Bug 1733368

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

@ -1,3 +0,0 @@
[platform_name.py]
expected:
if win10_2004 and ccov: [TIMEOUT, OK] # Bug 1733368

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

@ -1,3 +0,0 @@
[response.py]
expected:
if win10_2004 and ccov: [TIMEOUT, OK] # Bug 1733368

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

@ -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]