2014-12-04 10:37:36 +00:00
|
|
|
{
|
|
|
|
"name": "JSTests",
|
2016-09-29 09:33:24 +00:00
|
|
|
"run_count": 3,
|
2016-10-11 13:08:57 +00:00
|
|
|
"run_count_arm": 1,
|
|
|
|
"run_count_arm64": 1,
|
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": [
|
2016-12-20 13:10:07 +00:00
|
|
|
{
|
|
|
|
"name": "AsyncAwait",
|
|
|
|
"path": ["AsyncAwait"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": [
|
|
|
|
"native.js",
|
|
|
|
"baseline-babel-es2017.js",
|
|
|
|
"baseline-naive-promises.js"
|
|
|
|
],
|
|
|
|
"flags": ["--allow-natives-syntax"],
|
2017-01-09 09:30:25 +00:00
|
|
|
"results_regexp": "^%s\\-AsyncAwait\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "BaselineES2017"},
|
|
|
|
{"name": "BaselineNaivePromises"},
|
|
|
|
{"name": "Native"}
|
|
|
|
]
|
2016-12-20 13:10:07 +00:00
|
|
|
},
|
2016-05-30 11:35:41 +00:00
|
|
|
{
|
|
|
|
"name": "Generators",
|
|
|
|
"path": ["Generators"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["generators.js"],
|
|
|
|
"flags": ["--harmony-function-sent"],
|
2016-06-06 09:04:55 +00:00
|
|
|
"results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
|
2016-05-30 11:35:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "GeneratorsIgnition",
|
|
|
|
"path": ["Generators"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["generators.js"],
|
|
|
|
"flags": [
|
|
|
|
"--harmony-function-sent",
|
2016-07-25 12:55:20 +00:00
|
|
|
"--ignition"
|
2016-05-30 11:35:41 +00:00
|
|
|
],
|
2016-06-06 09:04:55 +00:00
|
|
|
"results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
|
2016-05-30 11:35:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "GeneratorsIgnitionTurbofan",
|
|
|
|
"path": ["Generators"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["generators.js"],
|
|
|
|
"flags": [
|
|
|
|
"--harmony-function-sent",
|
|
|
|
"--ignition",
|
|
|
|
"--turbo",
|
|
|
|
"--turbo-from-bytecode"
|
|
|
|
],
|
2016-06-06 09:04:55 +00:00
|
|
|
"results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
|
2016-05-30 11:35:41 +00:00
|
|
|
},
|
2015-09-08 23:17:00 +00:00
|
|
|
{
|
|
|
|
"name": "RestParameters",
|
|
|
|
"path": ["RestParameters"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["rest.js"],
|
|
|
|
"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"],
|
|
|
|
"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
|
|
|
]
|
|
|
|
},
|
2016-12-05 13:10:26 +00:00
|
|
|
{
|
|
|
|
"name": "Closures",
|
|
|
|
"path": ["Closures"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["closures.js"],
|
|
|
|
"flags": [],
|
|
|
|
"results_regexp": "^%s\\-Closures\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "Closures"}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ClosuresMarkForTierUp",
|
|
|
|
"path": ["Closures"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["closures.js"],
|
|
|
|
"flags": ["--mark_shared_functions_for_tier_up"],
|
|
|
|
"results_regexp": "^%s\\-Closures\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "Closures"}
|
|
|
|
]
|
|
|
|
},
|
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\\): (.+)$",
|
2016-09-29 09:33:24 +00:00
|
|
|
"run_count": 1,
|
|
|
|
"timeout": 240,
|
2016-10-13 12:29:11 +00:00
|
|
|
"timeout_arm": 420,
|
2014-12-04 10:37:36 +00:00
|
|
|
"tests": [
|
|
|
|
{"name": "StringFunctions"}
|
|
|
|
]
|
2014-12-12 05:14:18 +00:00
|
|
|
},
|
2016-09-23 19:03:40 +00:00
|
|
|
{
|
|
|
|
"name": "StringIterators",
|
|
|
|
"path": ["StringIterators"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["string-iterator.js"],
|
|
|
|
"results_regexp": "^%s\\-StringIterators\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "Spread_OneByteShort"},
|
|
|
|
{"name": "Spread_TwoByteShort"},
|
|
|
|
{"name": "Spread_WithSurrogatePairsShort"},
|
|
|
|
{"name": "ForOf_OneByteShort"},
|
|
|
|
{"name": "ForOf_TwoByteShort"},
|
|
|
|
{"name": "ForOf_WithSurrogatePairsShort"},
|
|
|
|
{"name": "ForOf_OneByteLong"},
|
|
|
|
{"name": "ForOf_TwoByteLong"},
|
|
|
|
{"name": "ForOf_WithSurrogatePairsLong"}
|
|
|
|
]
|
|
|
|
},
|
2014-12-12 05:14:18 +00:00
|
|
|
{
|
|
|
|
"name": "Templates",
|
|
|
|
"path": ["Templates"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["templates.js"],
|
|
|
|
"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",
|
2016-03-09 11:56:24 +00:00
|
|
|
"path": ["Object"],
|
2015-05-06 16:17:40 +00:00
|
|
|
"main": "run.js",
|
2016-03-07 18:45:23 +00:00
|
|
|
"flags": ["--harmony"],
|
|
|
|
"resources": [
|
|
|
|
"assign.js",
|
2016-10-07 12:27:42 +00:00
|
|
|
"create.js",
|
|
|
|
"entries.js",
|
|
|
|
"values.js"
|
2016-03-07 18:45:23 +00:00
|
|
|
],
|
2015-05-06 16:17:40 +00:00
|
|
|
"results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
2016-03-07 18:45:23 +00:00
|
|
|
{"name": "Assign"},
|
2016-11-07 11:00:37 +00:00
|
|
|
{"name": "Create"},
|
2016-03-07 18:45:23 +00:00
|
|
|
{"name": "Entries"},
|
|
|
|
{"name": "EntriesMegamorphic"},
|
|
|
|
{"name": "Values"},
|
|
|
|
{"name": "ValuesMegamorphic"}
|
2015-05-06 16:17:40 +00:00
|
|
|
]
|
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"}
|
|
|
|
]
|
2016-02-29 14:54:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Keys",
|
|
|
|
"path": ["Keys"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["keys.js"],
|
|
|
|
"results_regexp": "^%s\\-Keys\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "Object.keys()"},
|
2016-03-02 12:24:37 +00:00
|
|
|
{"name": "for-in"},
|
|
|
|
{"name": "for-in hasOwnProperty()"},
|
|
|
|
{"name": "for (i < Object.keys().length)"},
|
2016-02-29 14:54:41 +00:00
|
|
|
{"name": "Object.keys().forEach()"},
|
|
|
|
{"name": "for (i < array.length)"},
|
|
|
|
{"name": "for (i < length)"}
|
|
|
|
]
|
2016-04-26 10:21:54 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "PropertyQueries",
|
|
|
|
"path": ["PropertyQueries"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["property-queries.js"],
|
|
|
|
"results_regexp": "^%s\\-PropertyQueries\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
2016-04-27 09:13:11 +00:00
|
|
|
{"name": "in--INTERN-prop"},
|
|
|
|
{"name": "in--DEINTERN-prop"},
|
|
|
|
{"name": "in--NE-INTERN-prop"},
|
|
|
|
{"name": "in--NE-DEINTERN-prop"},
|
|
|
|
{"name": "in--el"},
|
|
|
|
{"name": "in--el-str"},
|
|
|
|
{"name": "in--NE-el"},
|
|
|
|
{"name": "Object.hasOwnProperty--INTERN-prop"},
|
|
|
|
{"name": "Object.hasOwnProperty--DEINTERN-prop"},
|
|
|
|
{"name": "Object.hasOwnProperty--NE-INTERN-prop"},
|
|
|
|
{"name": "Object.hasOwnProperty--NE-DEINTERN-prop"},
|
|
|
|
{"name": "Object.hasOwnProperty--el"},
|
|
|
|
{"name": "Object.hasOwnProperty--el-str"},
|
|
|
|
{"name": "Object.hasOwnProperty--NE-el"}
|
2016-04-26 10:21:54 +00:00
|
|
|
]
|
2017-02-06 04:20:09 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "TypedArrays",
|
|
|
|
"path": ["TypedArrays"],
|
2017-02-09 17:38:30 +00:00
|
|
|
"results_regexp": "^TypedArrays\\-%s\\(Score\\): (.+)$",
|
2017-02-06 04:20:09 +00:00
|
|
|
"tests": [
|
2017-02-09 17:38:30 +00:00
|
|
|
{
|
|
|
|
"name": "CopyWithin",
|
|
|
|
"main": "run.js",
|
2017-02-15 14:48:42 +00:00
|
|
|
"test_flags": ["copywithin"]
|
2017-02-09 17:38:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Constructor",
|
|
|
|
"main": "run.js",
|
|
|
|
"test_flags": ["constructor"]
|
|
|
|
},
|
|
|
|
{
|
2017-03-07 12:46:12 +00:00
|
|
|
"name": "Constructor--noTF",
|
|
|
|
"flags": ["--no-turbo"],
|
2017-02-09 17:38:30 +00:00
|
|
|
"results_regexp": "^TypedArrays\\-Constructor\\(Score\\): (.+)$",
|
|
|
|
"main": "run.js",
|
|
|
|
"test_flags": ["constructor"]
|
2017-02-15 14:48:42 +00:00
|
|
|
},
|
2017-02-24 12:42:40 +00:00
|
|
|
{
|
|
|
|
"name": "ConstructWithBuffer",
|
|
|
|
"main": "run.js",
|
|
|
|
"test_flags": ["construct-buffer"]
|
|
|
|
},
|
|
|
|
{
|
2017-03-07 12:46:12 +00:00
|
|
|
"name": "ConstructWithBuffer--noTF",
|
|
|
|
"flags": ["--no-turbo"],
|
2017-02-24 12:42:40 +00:00
|
|
|
"results_regexp": "^TypedArrays\\-ConstructWithBuffer\\(Score\\): (.+)$",
|
|
|
|
"main": "run.js",
|
|
|
|
"test_flags": ["construct-buffer"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ConstructArrayLike",
|
|
|
|
"main": "run.js",
|
|
|
|
"test_flags": ["construct-arraylike"]
|
|
|
|
},
|
|
|
|
{
|
2017-03-07 12:46:12 +00:00
|
|
|
"name": "ConstructArrayLike--noTF",
|
|
|
|
"flags": ["--no-turbo"],
|
2017-02-24 12:42:40 +00:00
|
|
|
"results_regexp": "^TypedArrays\\-ConstructArrayLike\\(Score\\): (.+)$",
|
|
|
|
"main": "run.js",
|
|
|
|
"test_flags": ["construct-arraylike"]
|
|
|
|
},
|
2017-03-20 13:43:55 +00:00
|
|
|
{
|
|
|
|
"name": "ConstructByTypedArray",
|
|
|
|
"main": "run.js",
|
|
|
|
"test_flags": ["construct-typedarray"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ConstructByTypedArray--noTF",
|
|
|
|
"flags": ["--no-turbo"],
|
|
|
|
"results_regexp": "^TypedArrays\\-ConstructByTypedArray\\(Score\\): (.+)$",
|
|
|
|
"main": "run.js",
|
|
|
|
"test_flags": ["construct-typedarray"]
|
|
|
|
},
|
2017-02-15 14:48:42 +00:00
|
|
|
{
|
|
|
|
"name": "Sort",
|
|
|
|
"main": "run.js",
|
|
|
|
"test_flags": ["sort"]
|
2017-02-09 17:38:30 +00:00
|
|
|
}
|
2017-02-06 04:20:09 +00:00
|
|
|
]
|
2017-03-21 08:56:56 +00:00
|
|
|
},
|
|
|
|
{
|
2017-03-22 09:07:47 +00:00
|
|
|
"name": "Array",
|
|
|
|
"path": ["Array"],
|
2017-03-21 08:56:56 +00:00
|
|
|
"main": "run.js",
|
|
|
|
"resources": [
|
2017-03-24 17:39:34 +00:00
|
|
|
"filter.js", "map.js"
|
2017-03-21 08:56:56 +00:00
|
|
|
],
|
2017-03-22 09:46:36 +00:00
|
|
|
"results_regexp": "^%s\\-Array\\(Score\\): (.+)$",
|
2017-03-21 08:56:56 +00:00
|
|
|
"tests": [
|
2017-03-24 17:39:34 +00:00
|
|
|
{"name": "NaiveFilterReplacement"},
|
|
|
|
{"name": "DoubleFilter"},
|
|
|
|
{"name": "SmiFilter"},
|
|
|
|
{"name": "FastFilter"},
|
|
|
|
{"name": "ObjectFilter"},
|
|
|
|
{"name": "NaiveMapReplacement"},
|
|
|
|
{"name": "DoubleMap"},
|
|
|
|
{"name": "SmiMap"},
|
|
|
|
{"name": "FastMap"},
|
|
|
|
{"name": "ObjectMap"}
|
2017-03-21 08:56:56 +00:00
|
|
|
]
|
2014-12-04 10:37:36 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|