| 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 "units": "score", | 6 "units": "score", |
| 7 "total": true, | 7 "total": true, |
| 8 "resources": ["base.js"], | 8 "resources": ["base.js"], |
| 9 "tests": [ | 9 "tests": [ |
| 10 { | 10 { |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 "resources": ["templates.js"], | 87 "resources": ["templates.js"], |
| 88 "run_count": 5, | 88 "run_count": 5, |
| 89 "units": "score", | 89 "units": "score", |
| 90 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", | 90 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", |
| 91 "total": true, | 91 "total": true, |
| 92 "tests": [ | 92 "tests": [ |
| 93 {"name": "Untagged"}, | 93 {"name": "Untagged"}, |
| 94 {"name": "LargeUntagged"}, | 94 {"name": "LargeUntagged"}, |
| 95 {"name": "Tagged"} | 95 {"name": "Tagged"} |
| 96 ] | 96 ] |
| 97 }, |
| 98 { |
| 99 "name": "Object", |
| 100 "path": ["Object"], |
| 101 "main": "run.js", |
| 102 "resources": ["assign.js"], |
| 103 "flags": ["--harmony-object"], |
| 104 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", |
| 105 "tests": [ |
| 106 {"name": "Assign"} |
| 107 ] |
| 97 } | 108 } |
| 98 ] | 109 ] |
| 99 } | 110 } |
| OLD | NEW |