v8/test/mjsunit/harmony
rossberg 68c8073a51 Remove effectful assertion
R=mstarzinger@chromium.org
BUG=461520
LOG=N

Review URL: https://codereview.chromium.org/955973003

Cr-Commit-Position: refs/heads/master@{#26857}
2015-02-25 15:34:21 +00:00
..
regress Remove effectful assertion 2015-02-25 15:34:21 +00:00
array-concat.js [tests]: fix exponentiation in harmony array-concat tests 2015-02-17 22:28:12 +00:00
array-fill.js
array-find.js
array-findindex.js
array-from.js Don't take iterable path in ArrayFrom if items[@@iterator] is null 2015-01-29 02:36:12 +00:00
array-includes-to-object-sloppy.js Add Array.prototype.includes 2014-12-10 08:58:15 +00:00
array-includes-to-object-strict.js Add Array.prototype.includes 2014-12-10 08:58:15 +00:00
array-includes.js Add Array.prototype.includes 2014-12-10 08:58:15 +00:00
array-of.js Implement IsConstructor() abstract operation 2015-01-19 12:22:31 +00:00
arrow-functions.js
block-conflicts.js harmony-scoping: Catch variable should be VAR, not LET 2014-11-25 14:48:39 +00:00
block-const-assign.js harmony-scoping: make assignment to 'const' a late error. 2014-11-26 11:21:23 +00:00
block-early-errors.js
block-for.js
block-lazy-compile.js
block-leave.js
block-let-crankshaft.js
block-let-declaration.js
block-let-semantics.js
block-non-strict-errors.js Disable classes in sloppy mode unless --harmony-sloppy is set 2014-11-20 10:52:03 +00:00
block-scoping.js
class-computed-property-names-super.js Fix issue with super and computed property names 2015-02-11 15:13:12 +00:00
class-property-name-eval-arguments.js Allow eval and arguments as property names 2015-02-06 18:04:21 +00:00
classes-experimental.js Make super() a syntax error in base class constructor 2015-02-12 23:04:54 +00:00
classes-lazy-parsing.js Fix lazy parsing for functions that use super. 2015-02-13 18:35:09 +00:00
classes.js new classes: no longer experimental. 2015-02-12 18:06:52 +00:00
computed-property-names-classes.js Class methods should be non enumerable 2015-02-04 17:23:17 +00:00
computed-property-names-object-literals-methods.js ES6 computed property names 2015-01-15 20:02:37 +00:00
computed-property-names-super.js Fix issue with super and computed property names 2015-02-11 15:13:12 +00:00
computed-property-names.js Computed property names for object literals in TurboFan. 2015-01-20 16:52:58 +00:00
dataview-accessors.js
debug-blockscopes.js Do not reflect uninitialized 'let' and 'const' in scope mirrors. 2014-12-08 14:59:28 +00:00
debug-evaluate-blockscopes.js
debug-function-scopes.js
debug-step-into-class-extends.js
debug-step-into-constructor.js
disable-harmony-string.js Make sure that individual shipping features can be disabled. 2014-12-05 15:35:37 +00:00
empty-for.js
method-name-eval-arguments.js Allow eval and arguments as property names 2015-02-06 18:04:21 +00:00
module-linking.js harmony-scoping: make assignment to 'const' a late error. 2014-11-26 11:21:23 +00:00
module-parsing-eval.js Enable compiling mjsunit tests as ES6 modules 2015-02-10 19:11:55 +00:00
module-recompile.js
module-resolution.js
modules.js Enable compiling mjsunit tests as ES6 modules 2015-02-10 19:11:55 +00:00
object-literals-method.js Fix issue with __proto__ when using ES6 object literals 2015-01-20 16:31:43 +00:00
object-literals-property-shorthand.js Fix issue with __proto__ when using ES6 object literals 2015-01-20 16:31:43 +00:00
object-literals-super.js super is only allowed in methods, accessors and constructor 2015-02-10 19:51:39 +00:00
private.js
proxies-example-membrane.js
proxies-for.js
proxies-function.js
proxies-hash.js
proxies-json.js
proxies-symbols.js
proxies-with-unscopables.js ES6: Update unscopables to match spec 2014-12-16 20:07:41 +00:00
proxies-with.js
proxies.js
regexp-flags.js Split --harmony-unicode and --harmony-unicode-regexps. 2015-02-05 14:17:09 +00:00
regexp-sticky.js
rest-params-lazy-parsing.js Implement ES6 rest parameters 2015-02-14 00:15:12 +00:00
rest-params.js Implement ES6 rest parameters 2015-02-14 00:15:12 +00:00
set-prototype-of.js
string-codepointat.js
string-endswith.js
string-fromcodepoint.js
string-includes.js Rename String.prototype.contains to 'includes'. 2014-11-20 19:21:36 +00:00
string-raw.js Implement ES6 String.raw behind --harmony-templates 2014-11-19 04:44:44 +00:00
string-repeat.js
string-startswith.js
super.js Super store 2015-02-19 16:15:35 +00:00
templates.js Check for octals in template spans only, not expressions 2015-01-12 15:07:47 +00:00
toMethod.js Remove Function.prototype.toMethod 2015-02-10 22:13:43 +00:00
typedarrays-foreach.js
typedarrays-of.js
typedarrays.js
unicode-escapes-in-regexps.js Split --harmony-unicode and --harmony-unicode-regexps. 2015-02-05 14:17:09 +00:00
unicode-escapes.js ES6 unicode extensions, part 1. 2014-12-02 10:58:19 +00:00