Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "JSTests", | 2 "name": "JSTests", |
| 3 "run_count": 5, | 3 "run_count": 5, |
| 4 "run_count_android_arm": 3, | 4 "run_count_android_arm": 3, |
| 5 "run_count_android_arm64": 3, | 5 "run_count_android_arm64": 3, |
| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 99 { | 99 { |
| 100 "name": "Object", | 100 "name": "Object", |
| 101 "path": ["Object"], | 101 "path": ["Object"], |
| 102 "main": "run.js", | 102 "main": "run.js", |
| 103 "resources": ["assign.js"], | 103 "resources": ["assign.js"], |
| 104 "flags": ["--harmony-object"], | 104 "flags": ["--harmony-object"], |
| 105 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", | 105 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", |
| 106 "tests": [ | 106 "tests": [ |
| 107 {"name": "Assign"} | 107 {"name": "Assign"} |
| 108 ] | 108 ] |
| 109 }, | |
| 110 { | |
| 111 "name": "PreES6", | |
|
Michael Starzinger
2015/05/28 13:58:58
nit: Should we just call this (and the directory)
Michael Hablich
2015/05/29 14:14:50
*agree*. Current candidates are 'With' and 'Scope'
| |
| 112 "path": ["PreES6"], | |
| 113 "main": "run.js", | |
| 114 "resources": ["with.js"], | |
| 115 "flags": ["--turbo"], | |
| 116 "results_regexp": "^%s\\-PreES6\\(Score\\): (.+)$", | |
| 117 "tests": [ | |
| 118 {"name": "With"} | |
| 119 ] | |
| 109 } | 120 } |
| 110 ] | 121 ] |
| 111 } | 122 } |
| OLD | NEW |