[test] load missing js-perf-test resource file for Android devices
crrev.com/c/1653733 Added an Array.map microbenchmark for frozen objects. The micro-benchmark is missing from the resource files. On Android devices, resources need to be whitelisted for loading. The missing resource file is causing the error in https://chrome-swarming.appspot.com/task?id=45c1664eaeefd410 This CL adds the missing resource file R=bmeurer@chromium.org,verwaest@chromium.org,duongn@microsoft.com Bug: v8:9417 Change-Id: I66f8d989a1fafe5b2a357bdae7b3abd58ae54223 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1682576 Commit-Queue: Tamer Tas <tmrts@chromium.org> Commit-Queue: Benedikt Meurer <bmeurer@chromium.org> Auto-Submit: Tamer Tas <tmrts@chromium.org> Reviewed-by: Benedikt Meurer <bmeurer@chromium.org> Cr-Commit-Position: refs/heads/master@{#62463}
This commit is contained in:
parent
d51f8e4b11
commit
1d807234d9
@ -571,7 +571,8 @@
|
||||
"array-indexof-includes.js",
|
||||
"spread-call.js",
|
||||
"tagged-template.js",
|
||||
"has-own-property.js"
|
||||
"has-own-property.js",
|
||||
"array-map.js"
|
||||
],
|
||||
"results_regexp": "^%s\\-Numbers\\(Score\\): (.+)$",
|
||||
"tests": [
|
||||
|
Loading…
Reference in New Issue
Block a user