Bug 1942639 - Propagate --filter argument from desktop_unittest.py to runreftest...
[gecko.git] / dom / bindings / test / mochitest.toml
blobd5840cb79f849c4112c25390ac2058fa1c14953c
1 [DEFAULT]
2 support-files = [
3   "file_InstanceOf.html",
4   "file_bug775543.html",
5   "file_document_location_set_via_xray.html",
6   "file_dom_xrays.html",
7   "file_proxies_via_xray.html",
8   "forOf_iframe.html",
9   "!/js/xpconnect/tests/mochitest/file_empty.html",
11 prefs = [
12   "javascript.options.large_arraybuffers=true",
13   "javascript.options.experimental.arraybuffer_resizable=true",
14   "javascript.options.experimental.sharedarraybuffer_growable=true",
17 ["test_ByteString.html"]
19 ["test_InstanceOf.html"]
21 ["test_Object.prototype_props.html"]
23 ["test_async_iterable.html"]
24 skip-if = ["!debug"]
26 ["test_async_stacks.html"]
28 ["test_attributes_on_types.html"]
29 skip-if = ["!debug"]
31 ["test_barewordGetsWindow.html"]
32 support-files = [
33   "file_barewordGetsWindow_frame1.html",
34   "file_barewordGetsWindow_frame2.html",
37 ["test_bug560072.html"]
39 ["test_bug742191.html"]
41 ["test_bug759621.html"]
43 ["test_bug773326.html"]
45 ["test_bug788369.html"]
47 ["test_bug852846.html"]
49 ["test_bug862092.html"]
51 ["test_bug1036214.html"]
52 skip-if = [
53   "!debug",
54   "http3",
55   "http2",
58 ["test_bug1041646.html"]
60 ["test_bug1123516_maplikesetlike.html"]
61 skip-if = ["!debug"]
63 ["test_bug1123875.html"]
65 ["test_bug1808352.html"]
66 skip-if = [
67   "http3", # Bug 1827526
68   "http2",
70 support-files = ["file_bug1808352_frame.html"]
72 ["test_bug1808352b.html"]
73 support-files = ["file_bug1808352b_frame.html"]
75 ["test_callback_across_document_open.html"]
77 ["test_callback_default_thisval.html"]
79 ["test_callback_exceptions.html"]
81 ["test_cloneAndImportNode.html"]
83 ["test_crossOriginWindowSymbolAccess.html"]
84 skip-if = [
85   "http3",
86   "http2",
89 ["test_defineProperty.html"]
91 ["test_domProxyArrayLengthGetter.html"]
93 ["test_enums.html"]
95 ["test_exceptionSanitization.html"]
96 skip-if = ["!debug"]
98 ["test_exceptionThrowing.html"]
100 ["test_exception_messages.html"]
102 ["test_exception_options_from_jsimplemented.html"]
103 skip-if = ["!debug"]
105 ["test_exceptions_from_jsimplemented.html"]
106 tags = "webrtc"
108 ["test_forOf.html"]
110 ["test_integers.html"]
112 ["test_interfaceLength.html"]
113 skip-if = ["!debug"]
115 ["test_interfaceName.html"]
117 ["test_interfaceToString.html"]
119 ["test_iterable.html"]
120 skip-if = ["!debug"]
122 ["test_jsimplemented_cross_realm_this.html"]
123 skip-if = ["!debug"]
125 ["test_jsimplemented_eventhandler.html"]
126 skip-if = ["!debug"]
128 ["test_jsimplemented_subclassing.html"]
130 ["test_large_arraybuffers.html"]
131 skip-if = [
132   "!debug",
133   "bits == 32", # Large ArrayBuffers are only supported on 64-bit platforms.
136 ["test_large_imageData.html"]
138 ["test_lenientThis.html"]
140 ["test_lookupGetter.html"]
142 ["test_namedNoIndexed.html"]
144 ["test_named_getter_enumerability.html"]
146 ["test_observablearray.html"]
147 skip-if = ["!debug"]
149 ["test_observablearray_helper.html"]
150 skip-if = ["!debug"]
152 ["test_observablearray_proxyhandler.html"]
153 skip-if = ["!debug"]
155 ["test_oom_reporting.html"]
157 ["test_prefOnConstructor.html"]
158 skip-if = ["!debug"]
160 ["test_primitive_this.html"]
162 ["test_promise_rejections_from_jsimplemented.html"]
163 skip-if = ["!debug"]
165 ["test_proxy_accessors.html"]
167 ["test_proxy_expandos.html"]
169 ["test_proxy_missing_prop.html"]
171 ["test_reflected_attribute_frozenarray.html"]
172 support-files = [
173   "file_reflected_attribute_frozenarray.js",
175 skip-if = ["!debug"] # Test WebIDL interfaces are only available in debug builds
177 ["test_remoteProxyAsPrototype.html"]
179 ["test_resizable_arraybufferview.html"]
180 skip-if = [
181   "!debug",
182   "!nightly_build", # Bug 1670026
185 ["test_returnUnion.html"]
186 skip-if = ["!debug"]
188 ["test_sequence_detection.html"]
189 skip-if = ["!debug"]
191 ["test_sequence_wrapping.html"]
192 subsuite = "gpu"
194 ["test_setWithNamedGetterNoNamedSetter.html"]
196 ["test_stringBindings.html"]
197 skip-if = ["!debug"]
199 ["test_throwing_method_noDCE.html"]
201 ["test_toJSON.html"]
202 skip-if = ["!debug"]
204 ["test_traceProtos.html"]
206 ["test_treat_non_object_as_null.html"]
208 ["test_unforgeablesonexpando.html"]
210 ["test_usvstring.html"]
211 skip-if = ["!debug"]
213 ["test_worker_UnwrapArg.html"]