xpcshell.toml (576B)
1 [DEFAULT] 2 head = "head.js" 3 support-files = "" 4 5 ["bug-1387503-1.js"] 6 prefs = ["security.allow_parent_unrestricted_js_loads=true"] 7 8 ["bug-1503406.js"] 9 10 ["bug-1773237.js"] 11 12 ["dom_stream_prototype_test.js"] 13 14 ["fetch.js"] 15 16 ["large-pipeto.js"] 17 requesttimeoutfactor = 6 # Slow and high CPU on Linux and Windows 18 run-sequentially = ["os == 'mac'"] # almost perma timeout on Mac 19 20 ["proper-realm-cancel.js"] 21 22 ["proper-realm-pull.js"] 23 24 ["response.js"] 25 26 ["subclassing.js"] 27 28 ["too-big-array-buffer.js"] 29 skip-if = [ 30 "arch == 'x86'", # autoAllocateChunkSize limit is different on 32-bit 31 ]