| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", | 101 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", |
| 102 "total": true, | 102 "total": true, |
| 103 "tests": [ | 103 "tests": [ |
| 104 {"name": "Untagged"}, | 104 {"name": "Untagged"}, |
| 105 {"name": "LargeUntagged"}, | 105 {"name": "LargeUntagged"}, |
| 106 {"name": "Tagged"} | 106 {"name": "Tagged"} |
| 107 ] | 107 ] |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 "name": "Object", | 110 "name": "Object", |
| 111 "path": ["."], | 111 "path": ["Object"], |
| 112 "main": "run.js", | 112 "main": "run.js", |
| 113 "flags": ["--harmony"], | 113 "flags": ["--harmony"], |
| 114 "resources": [ | 114 "resources": [ |
| 115 "assign.js", | 115 "assign.js", |
| 116 "values.js", | 116 "values.js", |
| 117 "entries.js" | 117 "entries.js" |
| 118 ], | 118 ], |
| 119 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", | 119 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", |
| 120 "tests": [ | 120 "tests": [ |
| 121 {"name": "Assign"}, | 121 {"name": "Assign"}, |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 {"name": "for-in"}, | 159 {"name": "for-in"}, |
| 160 {"name": "for-in hasOwnProperty()"}, | 160 {"name": "for-in hasOwnProperty()"}, |
| 161 {"name": "for (i < Object.keys().length)"}, | 161 {"name": "for (i < Object.keys().length)"}, |
| 162 {"name": "Object.keys().forEach()"}, | 162 {"name": "Object.keys().forEach()"}, |
| 163 {"name": "for (i < array.length)"}, | 163 {"name": "for (i < array.length)"}, |
| 164 {"name": "for (i < length)"} | 164 {"name": "for (i < length)"} |
| 165 ] | 165 ] |
| 166 } | 166 } |
| 167 ] | 167 ] |
| 168 } | 168 } |
| OLD | NEW |