1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
[DEFAULT]
support-files = [
"head.js",
"empty_file.html",
"file_reflect_cookie_into_title.html",
"favicon-normal32.png",
"file_set_storages.html",
"serviceworker.html",
"worker.js",
"blank.html",
]
["browser_aboutURLs.js"]
["browser_blobUrl.js"]
["browser_broadcastchannel.js"]
["browser_count_and_remove.js"]
["browser_eme.js"]
["browser_favicon.js"]
["browser_forgetAPI_EME_forgetThisSite.js"]
["browser_forgetAPI_cookie_getCookiesWithOriginAttributes.js"]
["browser_forgetAPI_quota_clearStoragesForPrincipal.js"]
https_first_disabled = true
skip-if = ["verify"]
["browser_forgetaboutsite.js"]
skip-if = ["true"] # Bug 1924563
["browser_guessusercontext.js"]
["browser_imageCache.js"]
["browser_middleClick.js"]
skip-if = [
"verify && debug && os == 'linux'",
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs
]
tags = "bleedover"
["browser_newtabButton.js"]
skip-if = [
"os == 'mac' && os_version == '10.15' && processor == 'x86_64' && opt", # Bug 1775706
"os == 'mac' && os_version == '11.20' && arch == 'aarch64' && opt", # Bug 1775706
"os == 'mac' && os_version == '15.30' && arch == 'aarch64' && opt", # Bug 1775706
]
["browser_originattrs_reopenin.js"]
https_first_disabled = true
["browser_relatedTab.js"]
["browser_reopenIn.js"]
https_first_disabled = true
skip-if = [
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Bug 1783491
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1783491
]
["browser_restore_getCookiesWithOriginAttributes.js"]
["browser_saveLink.js"]
skip-if = ["verify && !debug && os == 'win'"]
support-files = [
"saveLink.sjs",
"!/toolkit/content/tests/browser/common/mockTransfer.js",
]
["browser_serviceworkers.js"]
["browser_switchTab_across_user_context.js"]
["browser_tab_color_update.js"]
["browser_usercontext.js"]
["browser_usercontextid_new_window.js"]
["browser_usercontextid_tabdrop.js"]
https_first_disabled = true
skip-if = [
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'", # Intermittent failure - bug 1268276
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Intermittent failure - bug 1268276
"os == 'win'", # Intermittent failure - bug 1268276
]
["browser_windowName.js"]
tags = "openwindow"
["browser_windowOpen.js"]
tags = "openwindow"
|