Backed out changeset 4ff8006a80f5 (bug 1557123) for causing a spike in wpts and wpts reftests intermittents.

This commit is contained in:
Cosmin Sabou 2019-06-06 04:48:26 +03:00
Родитель 9f8536bcc6
Коммит b38fab2d6c
6 изменённых файлов: 14 добавлений и 5 удалений

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

@ -333,8 +333,8 @@ macosx1014-64-tests:
- test-verify - test-verify
- test-verify-gpu - test-verify-gpu
- test-verify-wpt - test-verify-wpt
- web-platform-tests # - web-platform-tests
- web-platform-tests-reftests # - web-platform-tests-reftests
- web-platform-tests-wdspec - web-platform-tests-wdspec
# - xpcshell # - xpcshell
@ -356,6 +356,8 @@ macosx64-tests:
- mochitest-webgl2-core - mochitest-webgl2-core
# - mochitest-webgl2-ext test timeouts # - mochitest-webgl2-ext test timeouts
- telemetry-tests-client - telemetry-tests-client
- web-platform-tests
- web-platform-tests-reftests
- xpcshell - xpcshell
macosx64-talos: macosx64-talos:

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

@ -2,4 +2,4 @@
disabled: disabled:
if (os == "android") and e10s: bug 1550895 (frequently fails on geckoview) if (os == "android") and e10s: bug 1550895 (frequently fails on geckoview)
fuzzy: fuzzy:
if os == "mac": maxDifference=0-96;totalPixels=0-12 if os == "mac": maxDifference=96;totalPixels=0-12

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

@ -0,0 +1,3 @@
[ch-unit-001.html]
expected:
if os == "mac": FAIL

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

@ -0,0 +1,3 @@
[ch-unit-003.html]
expected:
if (os == "mac"): FAIL

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

@ -0,0 +1,3 @@
[ch-unit-004.html]
expected:
if os == "mac": FAIL

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

@ -1,6 +1,4 @@
[iframe_sandbox_navigation_download_block_downloads_without_user_activation.sub.tentative.html] [iframe_sandbox_navigation_download_block_downloads_without_user_activation.sub.tentative.html]
[Navigation resulted download in sandbox is blocked.] [Navigation resulted download in sandbox is blocked.]
disabled:
if (os == "mac") and (version == "OS X 10.14") and not debug: new os version
expected: FAIL expected: FAIL