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": [
|
2017-07-05 13:13:30 +00:00
|
|
|
{
|
|
|
|
"name": "Proxies",
|
|
|
|
"path": ["Proxies"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["proxies.js"],
|
|
|
|
"results_regexp": "^%s\\-Proxies\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
2017-08-10 17:38:50 +00:00
|
|
|
{"name": "GetStringWithoutTrap"},
|
|
|
|
{"name": "GetStringWithTrap"},
|
|
|
|
{"name": "GetIndexWithoutTrap"},
|
|
|
|
{"name": "GetIndexWithTrap"},
|
|
|
|
{"name": "GetSymbolWithoutTrap"},
|
|
|
|
{"name": "GetSymbolWithTrap"},
|
|
|
|
{"name": "HasStringWithoutTrap"},
|
|
|
|
{"name": "HasStringWithTrap"},
|
|
|
|
{"name": "HasSymbolWithoutTrap"},
|
|
|
|
{"name": "HasSymbolWithTrap"},
|
|
|
|
{"name": "SetStringWithoutTrap"},
|
|
|
|
{"name": "SetStringWithTrap"},
|
|
|
|
{"name": "SetIndexWithoutTrap"},
|
|
|
|
{"name": "SetIndexWithTrap"},
|
|
|
|
{"name": "SetSymbolWithoutTrap"},
|
2017-09-13 08:04:46 +00:00
|
|
|
{"name": "SetSymbolWithTrap"},
|
|
|
|
{"name": "HasInIdiom"}
|
2017-07-05 13:13:30 +00:00
|
|
|
]
|
|
|
|
},
|
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
|
|
|
},
|
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": [
|
2017-04-19 05:25:40 +00:00
|
|
|
{"name": "Basic1"},
|
|
|
|
{"name": "ReturnArgsBabel"},
|
|
|
|
{"name": "ReturnArgsNative"}
|
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",
|
2017-08-08 04:11:55 +00:00
|
|
|
"resources": [
|
|
|
|
"super.js",
|
|
|
|
"default-constructor.js",
|
|
|
|
"leaf-constructors.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"},
|
2017-08-08 04:11:55 +00:00
|
|
|
{"name": "DefaultConstructor"},
|
|
|
|
{"name": "LeafConstructors"}
|
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"}
|
|
|
|
]
|
|
|
|
},
|
2017-08-24 13:30:27 +00:00
|
|
|
{
|
|
|
|
"name": "ManyClosures",
|
|
|
|
"path": ["ManyClosures"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["create-many-closures.js"],
|
|
|
|
"flags": [ "--allow-natives-syntax", "--expose-gc" ],
|
|
|
|
"results_regexp": "^%s\\-ManyClosures\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "ManyClosures"}
|
|
|
|
]
|
|
|
|
},
|
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"},
|
2017-11-16 03:41:49 +00:00
|
|
|
{"name": "Map-Object-Set-Get-Large"},
|
|
|
|
{"name": "Map-Double"},
|
2014-12-04 10:37:36 +00:00
|
|
|
{"name": "Map-Iteration"},
|
2017-07-05 11:58:54 +00:00
|
|
|
{"name": "Map-Iterator"},
|
2014-12-04 10:37:36 +00:00
|
|
|
{"name": "Set-Smi"},
|
|
|
|
{"name": "Set-String"},
|
|
|
|
{"name": "Set-Object"},
|
2017-11-16 03:41:49 +00:00
|
|
|
{"name": "Set-Double"},
|
2014-12-04 10:37:36 +00:00
|
|
|
{"name": "Set-Iteration"},
|
2017-07-05 11:58:54 +00:00
|
|
|
{"name": "Set-Iterator"},
|
2014-12-04 10:37:36 +00:00
|
|
|
{"name": "WeakMap"},
|
2017-11-16 03:41:49 +00:00
|
|
|
{"name": "WeakMap-Constructor"},
|
|
|
|
{"name": "WeakSet"},
|
|
|
|
{"name": "WeakSet-Constructor"}
|
2014-12-04 10:37:36 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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",
|
2017-12-19 09:49:14 +00:00
|
|
|
"resources": ["harmony-string.js", "string-indexof.js"],
|
2014-12-04 10:37:36 +00:00
|
|
|
"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": [
|
2017-12-19 09:49:14 +00:00
|
|
|
{"name": "StringFunctions"},
|
|
|
|
{"name": "StringIndexOfConstant"},
|
2017-12-29 13:10:56 +00:00
|
|
|
{"name": "StringIndexOfNonConstant"},
|
|
|
|
{"name": "StringCharCodeAtConstant"},
|
|
|
|
{"name": "StringCharCodeAtNonConstant"}
|
2014-12-04 10:37:36 +00:00
|
|
|
]
|
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-03-31 07:49:31 +00:00
|
|
|
"resources": ["copywithin.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",
|
2017-03-31 07:49:31 +00:00
|
|
|
"resources": ["constructor.js"],
|
2017-02-09 17:38:30 +00:00
|
|
|
"test_flags": ["constructor"]
|
|
|
|
},
|
2017-02-24 12:42:40 +00:00
|
|
|
{
|
|
|
|
"name": "ConstructWithBuffer",
|
|
|
|
"main": "run.js",
|
2017-03-31 07:49:31 +00:00
|
|
|
"resources": ["construct-buffer.js"],
|
2017-02-24 12:42:40 +00:00
|
|
|
"test_flags": ["construct-buffer"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ConstructArrayLike",
|
|
|
|
"main": "run.js",
|
2017-03-31 07:49:31 +00:00
|
|
|
"resources": ["construct-arraylike.js"],
|
2017-02-24 12:42:40 +00:00
|
|
|
"test_flags": ["construct-arraylike"]
|
|
|
|
},
|
2017-03-20 13:43:55 +00:00
|
|
|
{
|
|
|
|
"name": "ConstructByTypedArray",
|
|
|
|
"main": "run.js",
|
2017-03-31 07:49:31 +00:00
|
|
|
"resources": ["construct-typedarray.js"],
|
2017-03-20 13:43:55 +00:00
|
|
|
"test_flags": ["construct-typedarray"]
|
|
|
|
},
|
2017-03-29 11:43:19 +00:00
|
|
|
{
|
|
|
|
"name": "ConstructBySameTypedArray",
|
|
|
|
"main": "run.js",
|
2017-03-31 07:49:31 +00:00
|
|
|
"resources": ["construct-same-typedarray.js"],
|
2017-03-29 11:43:19 +00:00
|
|
|
"test_flags": ["construct-same-typedarray"]
|
|
|
|
},
|
2017-04-11 11:17:54 +00:00
|
|
|
{
|
|
|
|
"name": "ConstructAllTypedArrays",
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["construct-all-typedarrays.js"],
|
|
|
|
"test_flags": ["construct-all-typedarrays"]
|
|
|
|
},
|
2017-08-14 14:31:39 +00:00
|
|
|
{
|
|
|
|
"name": "SetFromArrayLike",
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["set-from-arraylike.js"],
|
|
|
|
"test_flags": ["set-from-arraylike"]
|
|
|
|
},
|
2017-08-14 14:13:07 +00:00
|
|
|
{
|
|
|
|
"name": "SetFromDifferentType",
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["set-from-different-type.js"],
|
|
|
|
"test_flags": ["set-from-different-type"]
|
|
|
|
},
|
2017-08-14 13:45:11 +00:00
|
|
|
{
|
|
|
|
"name": "SetFromSameType",
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["set-from-same-type.js"],
|
|
|
|
"test_flags": ["set-from-same-type"]
|
|
|
|
},
|
2017-12-17 14:43:54 +00:00
|
|
|
{
|
|
|
|
"name": "SliceNoSpecies",
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["slice-nospecies.js"],
|
|
|
|
"test_flags": ["slice-nospecies"]
|
|
|
|
},
|
2017-02-15 14:48:42 +00:00
|
|
|
{
|
|
|
|
"name": "Sort",
|
|
|
|
"main": "run.js",
|
2017-03-31 07:49:31 +00:00
|
|
|
"resources": ["sort.js"],
|
2017-02-15 14:48:42 +00:00
|
|
|
"test_flags": ["sort"]
|
2017-12-17 14:48:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "SubarrayNoSpecies",
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["subarray-nospecies.js"],
|
|
|
|
"test_flags": ["subarray-nospecies"]
|
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-07-28 04:42:53 +00:00
|
|
|
"filter.js", "map.js", "every.js", "join.js", "some.js",
|
2017-12-07 11:40:06 +00:00
|
|
|
"reduce.js", "reduce-right.js", "to-string.js", "find.js",
|
|
|
|
"find-index.js"
|
2017-07-04 08:33:39 +00:00
|
|
|
],
|
|
|
|
"flags": [
|
|
|
|
"--allow-natives-syntax"
|
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"},
|
2017-09-06 08:02:29 +00:00
|
|
|
{"name": "GenericFilter"},
|
2017-07-04 08:33:39 +00:00
|
|
|
{"name": "OptFastFilter"},
|
2017-03-24 17:39:34 +00:00
|
|
|
{"name": "NaiveMapReplacement"},
|
|
|
|
{"name": "DoubleMap"},
|
|
|
|
{"name": "SmiMap"},
|
|
|
|
{"name": "FastMap"},
|
2017-09-06 08:02:29 +00:00
|
|
|
{"name": "GenericMap"},
|
|
|
|
{"name": "OptFastMap"},
|
2017-07-04 08:33:39 +00:00
|
|
|
{"name": "DoubleEvery"},
|
|
|
|
{"name": "SmiEvery"},
|
|
|
|
{"name": "FastEvery"},
|
2017-09-06 08:02:29 +00:00
|
|
|
{"name": "OptFastEvery"},
|
|
|
|
{"name": "SmiJoin"},
|
|
|
|
{"name": "StringJoin"},
|
|
|
|
{"name": "SparseSmiJoin"},
|
|
|
|
{"name": "SparseStringJoin"},
|
2017-07-04 08:33:39 +00:00
|
|
|
{"name": "DoubleSome"},
|
|
|
|
{"name": "SmiSome"},
|
|
|
|
{"name": "FastSome"},
|
2017-09-06 08:02:29 +00:00
|
|
|
{"name": "OptFastSome"},
|
2017-07-04 08:33:39 +00:00
|
|
|
{"name": "DoubleReduce"},
|
|
|
|
{"name": "SmiReduce"},
|
|
|
|
{"name": "FastReduce"},
|
2017-09-06 08:02:29 +00:00
|
|
|
{"name": "OptFastReduce"},
|
2017-07-04 08:33:39 +00:00
|
|
|
{"name": "DoubleReduceRight"},
|
|
|
|
{"name": "SmiReduceRight"},
|
|
|
|
{"name": "FastReduceRight"},
|
2017-09-06 08:02:29 +00:00
|
|
|
{"name": "OptFastReduceRight"},
|
|
|
|
{"name": "SmiToString"},
|
|
|
|
{"name": "StringToString"},
|
|
|
|
{"name": "SparseSmiToString"},
|
2017-12-05 12:23:48 +00:00
|
|
|
{"name": "SparseStringToString"},
|
|
|
|
{"name": "NaiveFindReplacement"},
|
|
|
|
{"name": "DoubleFind"},
|
|
|
|
{"name": "SmiFind"},
|
|
|
|
{"name": "FastFind"},
|
|
|
|
{"name": "GenericFind"},
|
2017-12-06 13:55:06 +00:00
|
|
|
{"name": "OptFastFind"},
|
|
|
|
{"name": "NaiveFindIndexReplacement"},
|
|
|
|
{"name": "DoubleFindIndex"},
|
|
|
|
{"name": "SmiFindIndex"},
|
|
|
|
{"name": "FastFindIndex"},
|
|
|
|
{"name": "GenericFindIndex"},
|
|
|
|
{"name": "OptFastFindIndex"}
|
2017-03-21 08:56:56 +00:00
|
|
|
]
|
2017-04-12 18:24:14 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ForLoops",
|
|
|
|
"path": ["ForLoops"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": [
|
|
|
|
"for_loop.js"
|
|
|
|
],
|
|
|
|
"results_regexp": "^%s\\-ForLoop\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "Let-Standard"},
|
|
|
|
{"name": "Var-Standard"}
|
|
|
|
]
|
2017-04-24 18:52:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Modules",
|
|
|
|
"path": ["Modules"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": ["basic-export.js", "basic-import.js", "basic-namespace.js", "value.js"],
|
|
|
|
"flags": [
|
|
|
|
"--allow-natives-syntax",
|
|
|
|
"--harmony-dynamic-import"
|
|
|
|
],
|
|
|
|
"results_regexp": "^%s\\-Modules\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "BasicExport"},
|
|
|
|
{"name": "BasicImport"},
|
|
|
|
{"name": "BasicNamespace"}
|
|
|
|
]
|
2017-04-25 10:21:55 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "BytecodeHandlers",
|
|
|
|
"path": ["BytecodeHandlers"],
|
|
|
|
"flags": [ "--no-opt" ],
|
|
|
|
"tests": [
|
2017-06-08 11:04:41 +00:00
|
|
|
{
|
|
|
|
"name": "Compare",
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": [ "compare.js" ],
|
|
|
|
"test_flags": [ "compare" ],
|
|
|
|
"results_regexp": "^%s\\-BytecodeHandler\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "Smi-StrictEquals-True"},
|
|
|
|
{"name": "Smi-StrictEquals-False"},
|
|
|
|
{"name": "Number-StrictEquals-True"},
|
|
|
|
{"name": "Number-StrictEquals-False"},
|
|
|
|
{"name": "String-StrictEquals-True"},
|
|
|
|
{"name": "String-StrictEquals-False"},
|
|
|
|
{"name": "SmiString-StrictEquals"},
|
|
|
|
{"name": "Smi-Equals-True"},
|
|
|
|
{"name": "Smi-Equals-False"},
|
|
|
|
{"name": "Number-Equals-True"},
|
|
|
|
{"name": "Number-Equals-False"},
|
|
|
|
{"name": "String-Equals-True"},
|
|
|
|
{"name": "String-Equals-False"},
|
|
|
|
{"name": "ObjectNull-Equals"},
|
|
|
|
{"name": "SmiString-Equals"},
|
|
|
|
{"name": "Smi-RelationalCompare"},
|
|
|
|
{"name": "Number-RelationalCompare"},
|
|
|
|
{"name": "String-RelationalCompare"},
|
|
|
|
{"name": "SmiString-RelationalCompare"}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "StringConcat",
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": [ "string-concat.js" ],
|
|
|
|
"test_flags": [ "string-concat" ],
|
|
|
|
"results_regexp": "^%s\\-BytecodeHandler\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "ShortString-StringConcat-2"},
|
|
|
|
{"name": "ShortString-StringConcat-3"},
|
|
|
|
{"name": "ShortString-StringConcat-5"},
|
|
|
|
{"name": "ShortString-StringConcat-10"},
|
|
|
|
{"name": "LongString-StringConcat-2"},
|
|
|
|
{"name": "LongString-StringConcat-3"},
|
|
|
|
{"name": "LongString-StringConcat-5"},
|
|
|
|
{"name": "LongString-StringConcat-10"},
|
|
|
|
{"name": "NumberString-StringConcat-2"},
|
|
|
|
{"name": "NumberString-StringConcat-3"},
|
|
|
|
{"name": "NumberString-StringConcat-5"},
|
|
|
|
{"name": "NumberString-StringConcat-10"}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Arithmetic",
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": [ "arithmetic.js" ],
|
|
|
|
"test_flags": [ "arithmetic" ],
|
|
|
|
"results_regexp": "^%s\\-BytecodeHandler\\(Score\\): (.+)$",
|
2017-11-30 11:42:58 +00:00
|
|
|
"timeout": 240,
|
2017-06-08 11:04:41 +00:00
|
|
|
"tests": [
|
|
|
|
{"name": "Smi-Add"},
|
|
|
|
{"name": "Number-Add"},
|
|
|
|
{"name": "Number-Oddball-Add"},
|
|
|
|
{"name": "String-Add"},
|
|
|
|
{"name": "Object-Add"},
|
|
|
|
{"name": "Number-String-Add"},
|
|
|
|
{"name": "Smi-Sub"},
|
|
|
|
{"name": "Number-Sub"},
|
|
|
|
{"name": "Number-Oddball-Sub"},
|
|
|
|
{"name": "Object-Sub"},
|
|
|
|
{"name": "Smi-Mul"},
|
|
|
|
{"name": "Number-Mul"},
|
|
|
|
{"name": "Number-Oddball-Mul"},
|
|
|
|
{"name": "Object-Mul"},
|
|
|
|
{"name": "Smi-Div"},
|
|
|
|
{"name": "Number-Div"},
|
|
|
|
{"name": "Number-Oddball-Div"},
|
|
|
|
{"name": "Object-Div"},
|
|
|
|
{"name": "Smi-Mod"},
|
|
|
|
{"name": "Number-Mod"},
|
|
|
|
{"name": "Number-Oddball-Mod"},
|
|
|
|
{"name": "Object-Mod"},
|
|
|
|
{"name": "Smi-Constant-Add"},
|
|
|
|
{"name": "Smi-Constant-Sub"},
|
|
|
|
{"name": "Smi-Constant-Mul"},
|
|
|
|
{"name": "Smi-Constant-Div"},
|
|
|
|
{"name": "Smi-Constant-Mod"},
|
|
|
|
{"name": "Smi-Increment"},
|
|
|
|
{"name": "Number-Increment"},
|
|
|
|
{"name": "Smi-Decrement"},
|
|
|
|
{"name": "Number-Decrement"}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bitwise",
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": [ "bitwise.js" ],
|
|
|
|
"test_flags": [ "bitwise" ],
|
|
|
|
"results_regexp": "^%s\\-BytecodeHandler\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "Smi-Or"},
|
|
|
|
{"name": "Number-Or"},
|
|
|
|
{"name": "Smi-Xor"},
|
|
|
|
{"name": "Number-Xor"},
|
|
|
|
{"name": "Smi-And"},
|
|
|
|
{"name": "Number-And"},
|
|
|
|
{"name": "Smi-Constant-Or"},
|
|
|
|
{"name": "Smi-Constant-Xor"},
|
|
|
|
{"name": "Smi-Constant-And"},
|
|
|
|
{"name": "Smi-ShiftLeft"},
|
|
|
|
{"name": "Number-ShiftLeft"},
|
|
|
|
{"name": "Smi-ShiftRight"},
|
|
|
|
{"name": "Number-ShiftRight"},
|
|
|
|
{"name": "Smi-ShiftRightLogical"},
|
|
|
|
{"name": "Number-ShiftRightLogical"},
|
|
|
|
{"name": "Smi-Constant-ShiftLeft"},
|
|
|
|
{"name": "Smi-Constant-ShiftRight"},
|
|
|
|
{"name": "Smi-Constant-ShiftRightLogical"}
|
|
|
|
]
|
|
|
|
}
|
2017-04-25 10:21:55 +00:00
|
|
|
]
|
2017-06-19 14:03:37 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ExpressionDepth",
|
|
|
|
"path": ["ExpressionDepth"],
|
|
|
|
"main": "run.js",
|
|
|
|
"flags": [ "--no-opt" ],
|
|
|
|
"results_regexp": "^%s\\-ExpressionDepth\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "Or-Value"},
|
|
|
|
{"name": "Or-Test"},
|
|
|
|
{"name": "And-Value"},
|
|
|
|
{"name": "And-Test"},
|
|
|
|
{"name": "Comma-Value"},
|
|
|
|
{"name": "Comma-Test"},
|
|
|
|
{"name": "Equals-Value"},
|
|
|
|
{"name": "Equals-Test"},
|
|
|
|
{"name": "StrictEquals-Value"},
|
|
|
|
{"name": "StrictEquals-Test"},
|
|
|
|
{"name": "GreaterThan-Value"},
|
|
|
|
{"name": "GreaterThan-Test"},
|
|
|
|
{"name": "Add"},
|
|
|
|
{"name": "Sub"},
|
|
|
|
{"name": "StringConcat"},
|
|
|
|
{"name": "BitwiseOr"}
|
|
|
|
]
|
2017-06-20 09:18:59 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Inspector",
|
|
|
|
"path": ["Inspector"],
|
|
|
|
"main": "run.js",
|
2017-07-13 00:22:02 +00:00
|
|
|
"resources": [ "debugger.js", "runtime.js" ],
|
2017-11-13 16:53:44 +00:00
|
|
|
"flags": ["--enable-inspector","--allow-natives-syntax"],
|
2017-06-20 09:18:59 +00:00
|
|
|
"results_regexp": "^%s\\-Inspector\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
2017-07-13 00:22:02 +00:00
|
|
|
{"name": "Debugger.paused"},
|
2017-07-28 21:51:26 +00:00
|
|
|
{"name": "Runtime.evaluate(String16Cstor)"},
|
2017-11-15 18:24:28 +00:00
|
|
|
{"name": "Debugger.getPossibleBreakpoints"},
|
|
|
|
{"name": "AsyncStacksInstrumentation"}
|
2017-06-20 09:18:59 +00:00
|
|
|
]
|
2017-09-01 11:19:17 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Parsing",
|
|
|
|
"path": ["Parsing"],
|
|
|
|
"main": "run.js",
|
2017-09-04 13:30:02 +00:00
|
|
|
"flags": ["--no-compilation-cache", "--allow-natives-syntax"],
|
2017-09-01 11:19:17 +00:00
|
|
|
"resources": [ "comments.js"],
|
|
|
|
"results_regexp": "^%s\\-Parsing\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "OneLineComment"},
|
|
|
|
{"name": "OneLineComments"},
|
|
|
|
{"name": "MultiLineComment"}
|
|
|
|
]
|
2014-12-04 10:37:36 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|