| OLD | NEW |
| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "path": ["Classes"], | 69 "path": ["Classes"], |
| 70 "main": "run.js", | 70 "main": "run.js", |
| 71 "resources": ["super.js", "default-constructor.js"], | 71 "resources": ["super.js", "default-constructor.js"], |
| 72 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$", | 72 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$", |
| 73 "tests": [ | 73 "tests": [ |
| 74 {"name": "Super"}, | 74 {"name": "Super"}, |
| 75 {"name": "DefaultConstructor"} | 75 {"name": "DefaultConstructor"} |
| 76 ] | 76 ] |
| 77 }, | 77 }, |
| 78 { | 78 { |
| 79 "name": "Closures", | |
| 80 "path": ["Closures"], | |
| 81 "main": "run.js", | |
| 82 "resources": ["closures.js"], | |
| 83 "flags": [], | |
| 84 "results_regexp": "^Closures\\-Closures\\(Score\\): (.+)$", | |
| 85 "tests": [ | |
| 86 {"name": "Closures"} | |
| 87 ] | |
| 88 }, | |
| 89 { | |
| 90 "name": "Closures", | |
| 91 "path": ["Closures"], | |
| 92 "main": "run.js", | |
| 93 "resources": ["closures.js"], | |
| 94 "flags": ["--mark_shared_functions_for_tier_up"], | |
| 95 "results_regexp": "^Closures\\-Closures\\(Score\\): (.+)$", | |
| 96 "tests": [ | |
| 97 {"name": "Closures"} | |
| 98 ] | |
| 99 }, | |
| 100 { | |
| 101 "name": "Collections", | 79 "name": "Collections", |
| 102 "path": ["Collections"], | 80 "path": ["Collections"], |
| 103 "main": "run.js", | 81 "main": "run.js", |
| 104 "resources": [ | 82 "resources": [ |
| 105 "common.js", | 83 "common.js", |
| 106 "map.js", | 84 "map.js", |
| 107 "run.js", | 85 "run.js", |
| 108 "set.js", | 86 "set.js", |
| 109 "weakmap.js", | 87 "weakmap.js", |
| 110 "weakset.js" | 88 "weakset.js" |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, | 231 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, |
| 254 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, | 232 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, |
| 255 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, | 233 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, |
| 256 {"name": "Object.hasOwnProperty--el"}, | 234 {"name": "Object.hasOwnProperty--el"}, |
| 257 {"name": "Object.hasOwnProperty--el-str"}, | 235 {"name": "Object.hasOwnProperty--el-str"}, |
| 258 {"name": "Object.hasOwnProperty--NE-el"} | 236 {"name": "Object.hasOwnProperty--NE-el"} |
| 259 ] | 237 ] |
| 260 } | 238 } |
| 261 ] | 239 ] |
| 262 } | 240 } |
| OLD | NEW |