| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", | 63 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", |
| 64 "tests": [ | 64 "tests": [ |
| 65 {"name": "StringFunctions"} | 65 {"name": "StringFunctions"} |
| 66 ] | 66 ] |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 "name": "Templates", | 69 "name": "Templates", |
| 70 "path": ["Templates"], | 70 "path": ["Templates"], |
| 71 "main": "run.js", | 71 "main": "run.js", |
| 72 "resources": ["templates.js"], | 72 "resources": ["templates.js"], |
| 73 "flags": ["--harmony-templates"], | |
| 74 "run_count": 5, | 73 "run_count": 5, |
| 75 "units": "score", | 74 "units": "score", |
| 76 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", | 75 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", |
| 77 "total": true, | 76 "total": true, |
| 78 "tests": [ | 77 "tests": [ |
| 79 {"name": "Untagged"}, | 78 {"name": "Untagged"}, |
| 80 {"name": "LargeUntagged"}, | 79 {"name": "LargeUntagged"}, |
| 81 {"name": "Tagged"} | 80 {"name": "Tagged"} |
| 82 ] | 81 ] |
| 83 } | 82 } |
| 84 ] | 83 ] |
| 85 } | 84 } |
| OLD | NEW |