perftest.toml (535B)
1 [DEFAULT] 2 support-files = [ 3 "fwd_messages_upward.html", 4 "intercepted.txt", 5 "perfutils.js", 6 "sw_cacher.js", 7 "sw_empty.js", 8 "sw_intercept_target.js", 9 "sw_serverupdate.sjs", 10 "target.txt", 11 "time_fetch.html", 12 ] 13 14 ["test_caching.html"] 15 16 ["test_fetch.html"] 17 18 ["test_registration.html"] 19 skip-if = [ 20 "os == 'android'", # 1910127 21 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && asan", # Bug 1911093 22 "tsan", # 1885378 23 ] 24 25 ["test_update.html"] 26 skip-if = [ 27 "os == 'android'", # 1910127 28 "tsan", # 1885378 29 ]