xpcshell.toml (1552B)
1 [DEFAULT] 2 head = "" 3 support-files = [ 4 "data/empty", 5 "data/test_bug333423.zip", 6 "data/test_bug336691.zip", 7 "data/test_bug370103.jar", 8 "data/test_bug379841.zip", 9 "data/test_bug589292.zip", 10 "data/test_bug597702.zip", 11 "data/test_bug637286.zip", 12 "data/test_bug658093.zip", 13 "data/test_1801102.jar", 14 "data/test_corrupt.zip", 15 "data/test_corrupt2.zip", 16 "data/test_corrupt3.zip", 17 "data/test_crx_dummy.crx", 18 "data/test_crx_v3_dummy.crx", 19 "data/test_umlaute.zip", 20 "data/uncompressed.zip", 21 "data/test_empty_file.zip", 22 ] 23 24 ["test_bug278262.js"] 25 26 ["test_bug333423.js"] 27 28 ["test_bug336691.js"] 29 30 ["test_bug370103.js"] 31 32 ["test_bug379841.js"] 33 34 ["test_bug453254.js"] 35 36 ["test_bug458158.js"] 37 38 ["test_bug589292.js"] 39 40 ["test_bug597702.js"] 41 42 ["test_bug637286.js"] 43 44 ["test_bug658093.js"] 45 46 ["test_bug1328865.js"] 47 48 ["test_bug1550815.js"] 49 run-if = [ 50 "false", # recovering from SIGBUS is temporarily disabled by bug 1583735 51 ] 52 53 ["test_bug1940027_embedded_null.js"] 54 55 ["test_corrupt_1211262.js"] 56 57 ["test_corrupt_1801102.js"] 58 59 ["test_corrupt_536911.js"] 60 61 ["test_corrupt_541828.js"] 62 63 ["test_crx.js"] 64 65 ["test_dirjar_bug525755.js"] 66 67 ["test_empty_jar_telemetry.js"] 68 69 ["test_fault_handler.js"] 70 head = "../../zipwriter/test/unit/head_zipwriter.js" 71 # run-if = ["os == 'win'"] # tests windows specific exception handling 72 run-if = [ 73 "false", # Requires elevated priviledges. See bug 1707853 and comments in test 74 ] 75 76 ["test_jarchannel.js"] 77 78 ["test_jarinput_stream_zipreader_reference.js"] 79 80 ["test_not_found.js"] 81 82 ["test_umlaute.js"] 83 84 ["test_uncompressed.js"]