summaryrefslogtreecommitdiffstats
path: root/browser/components/contextualidentity/test/browser/browser.toml
blob: 242466b10d22402f31400f1b41b35ac4f15abae8 (plain)
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
[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"]
skip-if = ["os == 'linux' && bits == 64 && !debug"] # Bug 1731442

["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 1541885

["browser_guessusercontext.js"]

["browser_imageCache.js"]
skip-if = ["verify && debug && os == 'win'"]

["browser_middleClick.js"]
skip-if = [
  "verify && debug && os == 'linux'",
  "apple_silicon", # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs
  "os == 'linux' && socketprocess_networking",
]

["browser_newtabButton.js"]

["browser_originattrs_reopenin.js"]
https_first_disabled = true

["browser_relatedTab.js"]

["browser_reopenIn.js"]
https_first_disabled = true

["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'", # Intermittent failure - bug 1268276
  "os == 'win'", # Intermittent failure - bug 1268276
]

["browser_windowName.js"]
tags = "openwindow"

["browser_windowOpen.js"]
tags = "openwindow"