blob: 7c509fe7f9f3021cc07bbe91506ddef0e8ec1cf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[DEFAULT]
head = head.js
skip-if = toolkit == 'android'
support-files =
[response.js]
[fetch.js]
[dom_stream_prototype_test.js]
[subclassing.js]
[bug-1387503-1.js]
prefs=
security.allow_parent_unrestricted_js_loads=true
[bug-1503406.js]
[proper-realm-cancel.js]
[proper-realm-pull.js]
[large-pipeto.js]
skip-if =
os == "win"
tsan # Causes claim expired errors; see Bug 1770170.
run-sequentially = very high failure rate in parallel
[too-big-array-buffer.js]
[bug-1773237.js]
|