mochitest.toml (551B)
1 [DEFAULT] 2 3 ["test_Preallocated.html"] 4 skip-if = [ 5 "os == 'android'", 6 "tsan", # Bug 1525959. tsan: Bug 1683730 7 ] 8 9 ["test_bcg_processes.html"] 10 skip-if = [ 11 "http2", 12 "http3", 13 ] 14 15 ["test_browsingcontext_currenturi.html"] 16 support-files = ["file_broadcast_currenturi_onload.html"] 17 skip-if = [ 18 "http2", 19 "http3", 20 ] 21 22 ["test_temporaryfile_stream.html"] 23 run-if = [ 24 "os == '!android'", 25 ] 26 support-files = [ 27 "blob_verify.sjs", 28 "!/dom/canvas/test/captureStream_common.js", 29 ] 30 31 ["test_window_open_discarded_bc.html"] 32 skip-if = [ 33 "os == 'android'", 34 ]