mochitest.toml (4753B)
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", 10 ] 11 prefs = [ 12 "javascript.options.large_arraybuffers=true", 13 "javascript.options.experimental.arraybuffer_immutable=true", 14 ] 15 16 ["test_ByteString.html"] 17 18 ["test_InstanceOf.html"] 19 20 ["test_Object.prototype_props.html"] 21 22 ["test_async_iterable.html"] 23 skip-if = [ 24 "asan", 25 "ccov", 26 "opt", 27 "tsan", 28 ] 29 30 ["test_async_stacks.html"] 31 32 ["test_attributes_on_types.html"] 33 skip-if = [ 34 "asan", 35 "ccov", 36 "opt", 37 "tsan", 38 ] 39 40 ["test_barewordGetsWindow.html"] 41 support-files = [ 42 "file_barewordGetsWindow_frame1.html", 43 "file_barewordGetsWindow_frame2.html", 44 ] 45 46 ["test_bug560072.html"] 47 48 ["test_bug742191.html"] 49 50 ["test_bug759621.html"] 51 52 ["test_bug773326.html"] 53 54 ["test_bug788369.html"] 55 56 ["test_bug852846.html"] 57 58 ["test_bug862092.html"] 59 60 ["test_bug1036214.html"] 61 skip-if = [ 62 "asan", 63 "ccov", 64 "http2", 65 "http3", 66 "opt", 67 "tsan", 68 ] 69 70 ["test_bug1041646.html"] 71 72 ["test_bug1123516_maplikesetlike.html"] 73 skip-if = [ 74 "asan", 75 "ccov", 76 "opt", 77 "tsan", 78 ] 79 80 ["test_bug1123875.html"] 81 82 ["test_bug1808352.html"] 83 skip-if = [ 84 "http2", 85 "http3", # Bug 1827526 86 ] 87 support-files = ["file_bug1808352_frame.html"] 88 89 ["test_bug1808352b.html"] 90 support-files = ["file_bug1808352b_frame.html"] 91 92 ["test_callback_across_document_open.html"] 93 94 ["test_callback_default_thisval.html"] 95 96 ["test_callback_exceptions.html"] 97 98 ["test_cloneAndImportNode.html"] 99 100 ["test_crossOriginWindowSymbolAccess.html"] 101 skip-if = [ 102 "http2", 103 "http3", 104 ] 105 106 ["test_defineProperty.html"] 107 108 ["test_domProxyArrayLengthGetter.html"] 109 110 ["test_enums.html"] 111 112 ["test_exceptionSanitization.html"] 113 skip-if = [ 114 "asan", 115 "ccov", 116 "opt", 117 "tsan", 118 ] 119 120 ["test_exceptionThrowing.html"] 121 122 ["test_exception_line_column.html"] 123 124 ["test_exception_messages.html"] 125 126 ["test_exception_options_from_jsimplemented.html"] 127 skip-if = [ 128 "asan", 129 "ccov", 130 "opt", 131 "tsan", 132 ] 133 134 ["test_exceptions_from_jsimplemented.html"] 135 tags = "webrtc" 136 137 ["test_forOf.html"] 138 139 ["test_immutable_arraybufferview.html"] 140 skip-if = [ 141 "!nightly_build", # Bug 1952253 142 "asan", 143 "ccov", 144 "opt", 145 "tsan", 146 ] 147 148 ["test_integers.html"] 149 150 ["test_interfaceLength.html"] 151 skip-if = [ 152 "asan", 153 "ccov", 154 "opt", 155 "tsan", 156 ] 157 158 ["test_interfaceName.html"] 159 160 ["test_interfaceToString.html"] 161 162 ["test_iterable.html"] 163 skip-if = [ 164 "asan", 165 "ccov", 166 "opt", 167 "tsan", 168 ] 169 170 ["test_jsimplemented_cross_realm_this.html"] 171 skip-if = [ 172 "asan", 173 "ccov", 174 "opt", 175 "tsan", 176 ] 177 178 ["test_jsimplemented_eventhandler.html"] 179 skip-if = [ 180 "asan", 181 "ccov", 182 "opt", 183 "tsan", 184 ] 185 186 ["test_jsimplemented_subclassing.html"] 187 188 ["test_large_arraybuffers.html"] 189 skip-if = [ 190 "arch == 'x86'", # Large ArrayBuffers are only supported on 64-bit platforms. 191 "asan", 192 "ccov", 193 "opt", 194 "tsan", 195 ] 196 197 ["test_large_imageData.html"] 198 199 ["test_lenientThis.html"] 200 201 ["test_lookupGetter.html"] 202 203 ["test_namedNoIndexed.html"] 204 205 ["test_named_getter_enumerability.html"] 206 207 ["test_observablearray.html"] 208 skip-if = [ 209 "asan", 210 "ccov", 211 "opt", 212 "tsan", 213 ] 214 215 ["test_observablearray_helper.html"] 216 skip-if = [ 217 "asan", 218 "ccov", 219 "opt", 220 "tsan", 221 ] 222 223 ["test_observablearray_proxyhandler.html"] 224 skip-if = [ 225 "asan", 226 "ccov", 227 "opt", 228 "tsan", 229 ] 230 231 ["test_oom_reporting.html"] 232 233 ["test_prefOnConstructor.html"] 234 skip-if = [ 235 "asan", 236 "ccov", 237 "opt", 238 "tsan", 239 ] 240 241 ["test_primitive_this.html"] 242 243 ["test_promise_rejections_from_jsimplemented.html"] 244 skip-if = [ 245 "asan", 246 "ccov", 247 "opt", 248 "tsan", 249 ] 250 251 ["test_proxy_accessors.html"] 252 253 ["test_proxy_expandos.html"] 254 255 ["test_proxy_missing_prop.html"] 256 257 ["test_reflected_attribute_frozenarray.html"] 258 support-files = [ 259 "file_reflected_attribute_frozenarray.js", 260 ] 261 skip-if = [ 262 "asan", 263 "ccov", 264 "opt", # Test WebIDL interfaces are only available in debug builds 265 "tsan", 266 ] 267 268 ["test_remoteProxyAsPrototype.html"] 269 270 ["test_resizable_arraybufferview.html"] 271 skip-if = [ 272 "!nightly_build", # Bug 1670026 273 "asan", 274 "ccov", 275 "opt", 276 "tsan", 277 ] 278 279 ["test_returnUnion.html"] 280 skip-if = [ 281 "asan", 282 "ccov", 283 "opt", 284 "tsan", 285 ] 286 287 ["test_sequence_detection.html"] 288 skip-if = [ 289 "asan", 290 "ccov", 291 "opt", 292 "tsan", 293 ] 294 295 ["test_sequence_wrapping.html"] 296 subsuite = "gpu" 297 298 ["test_setWithNamedGetterNoNamedSetter.html"] 299 300 ["test_stringBindings.html"] 301 skip-if = [ 302 "asan", 303 "ccov", 304 "opt", 305 "tsan", 306 ] 307 308 ["test_throwing_method_noDCE.html"] 309 310 ["test_toJSON.html"] 311 skip-if = [ 312 "asan", 313 "ccov", 314 "opt", 315 "tsan", 316 ] 317 318 ["test_traceProtos.html"] 319 320 ["test_treat_non_object_as_null.html"] 321 322 ["test_unforgeablesonexpando.html"] 323 324 ["test_usvstring.html"] 325 skip-if = [ 326 "asan", 327 "ccov", 328 "opt", 329 "tsan", 330 ] 331 332 ["test_worker_UnwrapArg.html"]