xpcshell.toml (725B)
1 [DEFAULT] 2 run-if = [ 3 "os != 'android'", 4 ] 5 head = "head.js" 6 tags = "condprof" 7 firefox-appdir = "browser" 8 support-files = [ 9 "data/sessionCheckpoints_all.json", 10 "data/sessionstore_invalid.js", 11 "data/sessionstore_valid.js", 12 ] 13 14 ["test_backup_once.js"] 15 skip-if = [ 16 "condprof", # Bug 1769154 17 ] 18 19 ["test_final_write_cleanup.js"] 20 21 ["test_histogram_corrupt_files.js"] 22 23 ["test_migration_lz4compression.js"] 24 skip-if = [ 25 "condprof", # Bug 1769154 26 ] 27 28 ["test_session_schema.js"] 29 support-files = [ 30 "data/sessionstore_complete.json", 31 ] 32 33 ["test_startup_invalid_session.js"] 34 skip-if = [ 35 "condprof", # Bug 1769154 36 ] 37 38 ["test_startup_nosession_async.js"] 39 skip-if = [ 40 "condprof", # Bug 1769154 41 ] 42 43 ["test_startup_session_async.js"]