browser_aboutRestartRequired_noForkServer.toml (549B)
1 [DEFAULT] 2 run-if = [ 3 "crashreporter", 4 ] 5 skip-if = [ 6 "opt", 7 ] 8 9 support-files = ["head.js"] 10 prefs = [ 11 "dom.ipc.processCount=1", 12 "dom.ipc.processPrelaunch.fission.number=0", 13 "dom.ipc.forkserver.enable=false", 14 ] 15 16 # Bug 1876056: remove once bug 1877361 is fixed 17 18 ["browser_aboutRestartRequired_buildid_false-positive.js"] 19 skip-if = [ 20 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && ccov" 21 ] 22 23 ["browser_aboutRestartRequired_buildid_true.js"] 24 skip-if = [ 25 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && ccov" 26 ]