зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
523d8fe9b6
Коммит
b7152c9264
|
@ -1,6 +1,4 @@
|
||||||
[create_alwaysMatch.py]
|
[create_alwaysMatch.py]
|
||||||
disabled:
|
|
||||||
if ccov and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1495002
|
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not debug: [OK, ERROR, TIMEOUT]
|
if (os == "linux") and not debug: [OK, ERROR, TIMEOUT]
|
||||||
[test_valid[timeouts-value13\]]
|
[test_valid[timeouts-value13\]]
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
[create_firstMatch.py]
|
[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:
|
expected:
|
||||||
if os == "linux": ["OK", "ERROR", "TIMEOUT"]
|
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]
|
[timeouts.py]
|
||||||
disabled:
|
|
||||||
if ccov and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1495002
|
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and fission and webrender and debug: [OK, ERROR, TIMEOUT]
|
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]
|
if (os == "linux") and fission and webrender and not debug: [OK, TIMEOUT, ERROR]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче