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