2014-12-04 10:37:36 +00:00
|
|
|
{
|
|
|
|
"name": "JSTests",
|
|
|
|
"run_count": 5,
|
|
|
|
"run_count_android_arm": 3,
|
|
|
|
"run_count_android_arm64": 3,
|
2015-05-21 14:36:40 +00:00
|
|
|
"timeout": 120,
|
2014-12-04 10:37:36 +00:00
|
|
|
"units": "score",
|
|
|
|
"total": true,
|
|
|
|
"resources": ["base.js"],
|
|
|
|
"tests": [
|
2015-09-08 23:17:00 +00:00
|
|
|
{
|
|
|
|
"name": "RestParameters",
|
|
|
|
"path": ["RestParameters"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["rest.js"],
|
|
|
|
"run_count": 5,
|
|
|
|
"units": "score",
|
|
|
|
"results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
2015-09-10 13:44:58 +00:00
|
|
|
{"name": "Basic1"}
|
2015-09-08 23:17:00 +00:00
|
|
|
]
|
|
|
|
},
|
2015-04-09 19:37:14 +00:00
|
|
|
{
|
|
|
|
"name": "SpreadCalls",
|
|
|
|
"path": ["SpreadCalls"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["spreadcalls.js"],
|
|
|
|
"run_count": 5,
|
|
|
|
"units": "score",
|
|
|
|
"results_regexp": "^%s\\-SpreadCalls\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
2015-04-10 18:29:22 +00:00
|
|
|
{"name": "Call"},
|
|
|
|
{"name": "CallMethod"},
|
|
|
|
{"name": "CallNew"}
|
2015-04-09 19:37:14 +00:00
|
|
|
]
|
|
|
|
},
|
2014-12-04 10:37:36 +00:00
|
|
|
{
|
|
|
|
"name": "Classes",
|
|
|
|
"path": ["Classes"],
|
|
|
|
"main": "run.js",
|
2014-12-05 08:43:12 +00:00
|
|
|
"resources": ["super.js", "default-constructor.js"],
|
2014-12-04 10:37:36 +00:00
|
|
|
"results_regexp": "^%s\\-Classes\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
2014-12-05 08:43:12 +00:00
|
|
|
{"name": "Super"},
|
|
|
|
{"name": "DefaultConstructor"}
|
2014-12-04 10:37:36 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Collections",
|
|
|
|
"path": ["Collections"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": [
|
|
|
|
"common.js",
|
|
|
|
"map.js",
|
|
|
|
"run.js",
|
|
|
|
"set.js",
|
|
|
|
"weakmap.js",
|
|
|
|
"weakset.js"
|
|
|
|
],
|
|
|
|
"results_regexp": "^%s\\-Collections\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "Map-Smi"},
|
|
|
|
{"name": "Map-String"},
|
|
|
|
{"name": "Map-Object"},
|
|
|
|
{"name": "Map-Iteration"},
|
|
|
|
{"name": "Set-Smi"},
|
|
|
|
{"name": "Set-String"},
|
|
|
|
{"name": "Set-Object"},
|
|
|
|
{"name": "Set-Iteration"},
|
|
|
|
{"name": "WeakMap"},
|
|
|
|
{"name": "WeakSet"}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Iterators",
|
|
|
|
"path": ["Iterators"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["forof.js"],
|
|
|
|
"results_regexp": "^%s\\-Iterators\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "ForOf"}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Strings",
|
|
|
|
"path": ["Strings"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["harmony-string.js"],
|
|
|
|
"results_regexp": "^%s\\-Strings\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "StringFunctions"}
|
|
|
|
]
|
2014-12-12 05:14:18 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Templates",
|
|
|
|
"path": ["Templates"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["templates.js"],
|
|
|
|
"run_count": 5,
|
|
|
|
"units": "score",
|
|
|
|
"results_regexp": "^%s\\-Templates\\(Score\\): (.+)$",
|
|
|
|
"total": true,
|
|
|
|
"tests": [
|
|
|
|
{"name": "Untagged"},
|
|
|
|
{"name": "LargeUntagged"},
|
|
|
|
{"name": "Tagged"}
|
|
|
|
]
|
2015-05-06 16:17:40 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Object",
|
|
|
|
"path": ["Object"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["assign.js"],
|
|
|
|
"results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "Assign"}
|
|
|
|
]
|
2015-06-01 07:40:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Scope",
|
|
|
|
"path": ["Scope"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["with.js"],
|
|
|
|
"results_regexp": "^%s\\-Scope\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "With"}
|
|
|
|
]
|
2015-06-03 12:12:20 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Exceptions",
|
|
|
|
"path": ["Exceptions"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["try-catch.js"],
|
|
|
|
"results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "Try-Catch"}
|
|
|
|
]
|
2014-12-04 10:37:36 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|