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": [ |
11 { | 11 { |
12 "name": "AsyncAwait", | |
13 "path": ["AsyncAwait"], | |
14 "main": "run.js", | |
Michael Achenbach
2016/12/27 21:31:17
This currently fails on the bots. It looks like it
jgruber
2017/01/09 08:42:22
Thanks, got a CL for this at https://codereview.ch
| |
15 "resources": [ | |
16 "native.js", | |
17 "baseline-babel-es2017.js", | |
18 "baseline-naive-promises.js" | |
19 ], | |
20 "flags": ["--allow-natives-syntax"], | |
21 "results_regexp": "^%s\\-AsyncAwait\\(Score\\): (.+)$" | |
22 }, | |
23 { | |
12 "name": "Generators", | 24 "name": "Generators", |
13 "path": ["Generators"], | 25 "path": ["Generators"], |
14 "main": "run.js", | 26 "main": "run.js", |
15 "resources": ["generators.js"], | 27 "resources": ["generators.js"], |
16 "flags": ["--harmony-function-sent"], | 28 "flags": ["--harmony-function-sent"], |
17 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$" | 29 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$" |
18 }, | 30 }, |
19 { | 31 { |
20 "name": "GeneratorsIgnition", | 32 "name": "GeneratorsIgnition", |
21 "path": ["Generators"], | 33 "path": ["Generators"], |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
253 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, | 265 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, |
254 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, | 266 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, |
255 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, | 267 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, |
256 {"name": "Object.hasOwnProperty--el"}, | 268 {"name": "Object.hasOwnProperty--el"}, |
257 {"name": "Object.hasOwnProperty--el-str"}, | 269 {"name": "Object.hasOwnProperty--el-str"}, |
258 {"name": "Object.hasOwnProperty--NE-el"} | 270 {"name": "Object.hasOwnProperty--NE-el"} |
259 ] | 271 ] |
260 } | 272 } |
261 ] | 273 ] |
262 } | 274 } |
OLD | NEW |