28 lines
492 B
TOML
28 lines
492 B
TOML
[DEFAULT]
|
|
head = "head.js"
|
|
support-files = ""
|
|
|
|
["bug-1387503-1.js"]
|
|
prefs = ["security.allow_parent_unrestricted_js_loads=true"]
|
|
|
|
["bug-1503406.js"]
|
|
|
|
["bug-1773237.js"]
|
|
|
|
["dom_stream_prototype_test.js"]
|
|
|
|
["fetch.js"]
|
|
|
|
["large-pipeto.js"]
|
|
run-sequentially = "very high failure rate in parallel"
|
|
|
|
["proper-realm-cancel.js"]
|
|
|
|
["proper-realm-pull.js"]
|
|
|
|
["response.js"]
|
|
|
|
["subclassing.js"]
|
|
|
|
["too-big-array-buffer.js"]
|
|
skip-if = ["bits == 32"] # autoAllocateChunkSize limit is different on 32-bit
|