blob: 0950f7a9d3c26438f6cdfd865625dc0348ca7b7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[DEFAULT]
prefs =
javascript.options.experimental.private_fields=true
[test_ext_i18n.js]
skip-if = os == "android" || (os == "win" && debug) || (os == "linux")
[test_ext_i18n_css.js]
[test_ext_contentscript.js]
[test_ext_contentscript_about_blank_start.js]
[test_ext_contentscript_canvas_tainting.js]
[test_ext_contentscript_scriptCreated.js]
[test_ext_contentscript_triggeringPrincipal.js]
skip-if = os == "android" || (os == "win" && debug) || tsan || socketprocess_networking # Windows: Bug 1438796, tsan: bug 1612707, Android: Bug 1680132
[test_ext_contentscript_xrays.js]
[test_ext_contentScripts_register.js]
[test_ext_contexts_gc.js]
[test_ext_adoption_with_xrays.js]
[test_ext_adoption_with_private_field_xrays.js]
skip-if = !nightly_build
[test_ext_shadowdom.js]
skip-if = ccov && os == 'linux' # bug 1607581
[test_ext_web_accessible_resources.js]
|