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

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

Issue 2770623002: Error in JSTests.json prevented uploads. (Closed)
Patch Set: Missed one! Created 3 years, 9 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_arm": 1, 4 "run_count_arm": 1,
5 "run_count_arm64": 1, 5 "run_count_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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "test_flags": ["construct-typedarray"] 334 "test_flags": ["construct-typedarray"]
335 }, 335 },
336 { 336 {
337 "name": "Sort", 337 "name": "Sort",
338 "main": "run.js", 338 "main": "run.js",
339 "test_flags": ["sort"] 339 "test_flags": ["sort"]
340 } 340 }
341 ] 341 ]
342 }, 342 },
343 { 343 {
344 "name": "Arrays", 344 "name": "Array",
345 "path": ["Arrays"], 345 "path": ["Array"],
346 "main": "run.js", 346 "main": "run.js",
347 "resources": [ 347 "resources": [
348 "filter.js" 348 "filter.js"
349 ], 349 ],
350 "results_regexp": "^Arrays\\-%s\\(Scope\\): (.+)$", 350 "results_regexp": "^Array\\-%s\\(Scope\\): (.+)$",
351 "tests": [ 351 "tests": [
352 {"name": "Filter"} 352 {"name": "Filter"}
353 ] 353 ]
354 } 354 }
355 ] 355 ]
356 } 356 }
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