My preference was to annotate most of the failing tests with `fail-if` so that if they start passing, the `fail-if` needs to be removed and they need to keep passing. That doesn't work for tests that timeout, or which trigger failures from their cleanup functions, however, so those tests need skip-if. And tests with fail in their cleanup functions likely leave the browser in an inconsistent state for subsequent tests, anyway, so really should be skipped regardless. There are some remaining tests which still fail because of crashes. I chose not to skip them here, but to fix the crashes in separate bugs instead. Differential Revision: https://phabricator.services.mozilla.com/D38247
47 lines
1.4 KiB
INI
47 lines
1.4 KiB
INI
[DEFAULT]
|
|
support-files =
|
|
empty_file.html
|
|
file_reflect_cookie_into_title.html
|
|
favicon-normal32.png
|
|
file_set_storages.html
|
|
serviceworker.html
|
|
worker.js
|
|
|
|
[browser_aboutURLs.js]
|
|
[browser_eme.js]
|
|
skip-if = (os == "win" && processor == "aarch64") # bug 1531927
|
|
[browser_favicon.js]
|
|
[browser_forgetaboutsite.js]
|
|
skip-if = true # Bug 1541885
|
|
[browser_forgetAPI_cookie_getCookiesWithOriginAttributes.js]
|
|
[browser_restore_getCookiesWithOriginAttributes.js]
|
|
[browser_forgetAPI_EME_forgetThisSite.js]
|
|
skip-if = (os == "win" && processor == "aarch64") # bug 1531927
|
|
[browser_forgetAPI_quota_clearStoragesForPrincipal.js]
|
|
skip-if = verify
|
|
[browser_newtabButton.js]
|
|
[browser_usercontext.js]
|
|
[browser_usercontextid_new_window.js]
|
|
[browser_usercontextid_tabdrop.js]
|
|
skip-if = os == "mac" || os == "win" # Intermittent failure - bug 1268276
|
|
[browser_windowName.js]
|
|
tags = openwindow
|
|
[browser_windowOpen.js]
|
|
tags = openwindow
|
|
[browser_serviceworkers.js]
|
|
skip-if = fission
|
|
[browser_broadcastchannel.js]
|
|
[browser_blobUrl.js]
|
|
[browser_middleClick.js]
|
|
skip-if = (verify && debug && (os == 'linux'))
|
|
[browser_imageCache.js]
|
|
skip-if = (verify && debug && (os == 'win'))
|
|
[browser_count_and_remove.js]
|
|
[browser_relatedTab.js]
|
|
[browser_saveLink.js]
|
|
skip-if = (verify && !debug && (os == 'win'))
|
|
support-files =
|
|
saveLink.sjs
|
|
!/toolkit/content/tests/browser/common/mockTransfer.js
|
|
[browser_reopenIn.js]
|