Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Side by Side Diff: test/js-perf-test/JSTests.json

Issue 2406173002: [test] Bump timeout for js-test Strings on Android (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "JSTests", 2 "name": "JSTests",
3 "run_count": 3, 3 "run_count": 3,
4 "run_count_android_arm": 1, 4 "run_count_android_arm": 1,
5 "run_count_android_arm64": 1, 5 "run_count_android_arm64": 1,
6 "timeout": 120, 6 "timeout": 120,
7 "units": "score", 7 "units": "score",
8 "total": true, 8 "total": true,
9 "resources": ["base.js"], 9 "resources": ["base.js"],
10 "tests": [ 10 "tests": [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 ] 112 ]
113 }, 113 },
114 { 114 {
115 "name": "Strings", 115 "name": "Strings",
116 "path": ["Strings"], 116 "path": ["Strings"],
117 "main": "run.js", 117 "main": "run.js",
118 "resources": ["harmony-string.js"], 118 "resources": ["harmony-string.js"],
119 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", 119 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$",
120 "run_count": 1, 120 "run_count": 1,
121 "timeout": 240, 121 "timeout": 240,
122 "timeout_android_arm": 360,
122 "tests": [ 123 "tests": [
123 {"name": "StringFunctions"} 124 {"name": "StringFunctions"}
124 ] 125 ]
125 }, 126 },
126 { 127 {
127 "name": "StringIterators", 128 "name": "StringIterators",
128 "path": ["StringIterators"], 129 "path": ["StringIterators"],
129 "main": "run.js", 130 "main": "run.js",
130 "resources": ["string-iterator.js"], 131 "resources": ["string-iterator.js"],
131 "results_regexp": "^%s\\-StringIterators\\(Score\\): (.+)$", 132 "results_regexp": "^%s\\-StringIterators\\(Score\\): (.+)$",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, 230 {"name": "Object.hasOwnProperty--DEINTERN-prop"},
230 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, 231 {"name": "Object.hasOwnProperty--NE-INTERN-prop"},
231 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, 232 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"},
232 {"name": "Object.hasOwnProperty--el"}, 233 {"name": "Object.hasOwnProperty--el"},
233 {"name": "Object.hasOwnProperty--el-str"}, 234 {"name": "Object.hasOwnProperty--el-str"},
234 {"name": "Object.hasOwnProperty--NE-el"} 235 {"name": "Object.hasOwnProperty--NE-el"}
235 ] 236 ]
236 } 237 }
237 ] 238 ]
238 } 239 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698