5680786c21
BUG= R=dslomov@chromium.org Review URL: https://codereview.chromium.org/667373004 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24806 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
17 lines
334 B
JSON
17 lines
334 B
JSON
{
|
|
"name": "JSTests/Collections",
|
|
"path": ["."],
|
|
"main": "run.js",
|
|
"flags": ["--harmony-collections"],
|
|
"run_count": 5,
|
|
"units": "score",
|
|
"results_regexp": "^%s\\-Collections\\(Score\\): (.+)$",
|
|
"total": true,
|
|
"tests": [
|
|
{"name": "Map"},
|
|
{"name": "Set"},
|
|
{"name": "WeakMap"},
|
|
{"name": "WeakSet"}
|
|
]
|
|
}
|