v8/test/mjsunit/harmony
arv 353b40e980 [es6] Remove harmony-classes flag
Move class tests to es6 directory

BUG=v8:3330
LOG=N
R=adamk

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

Cr-Commit-Position: refs/heads/master@{#29336}
2015-06-26 21:16:58 +00:00
..
regress [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
array-concat.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
array-copywithin.js
array-fill.js
array-find.js [es6] Array.prototype.find and findIndex should include holes 2015-06-05 14:18:20 +00:00
array-findindex.js [es6] Array.prototype.find and findIndex should include holes 2015-06-05 14:18:20 +00:00
array-from.js In Array.of and Array.from, fall back to DefineOwnProperty 2015-06-11 20:41:04 +00:00
array-includes-to-object-sloppy.js
array-includes-to-object-strict.js
array-includes.js
array-of.js In Array.of and Array.from, fall back to DefineOwnProperty 2015-06-11 20:41:04 +00:00
arrow-functions-lexical-arguments.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
arrow-functions-this.js Reapply "Resolve references to "this" the same way as normal variables"" 2015-05-19 14:50:59 +00:00
arrow-functions.js
arrow-rest-params.js Support rest parameters in arrow functions 2015-06-10 16:11:31 +00:00
atomics.js Atomic operations on Uint8ClampedArray 2015-06-22 18:51:25 +00:00
block-lazy-compile.js
class-computed-property-names-super.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
classes-derived-return-type.js [es6] Fix return checking in derived constructors 2015-04-28 16:09:30 +00:00
computed-property-names-classes.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
computed-property-names-deopt.js [turbofan] Fix known issue about computed property names. 2015-05-26 08:45:16 +00:00
computed-property-names-object-literals-methods.js [es6] Remove harmony-object-literal flag 2015-06-26 19:49:53 +00:00
computed-property-names-super.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
computed-property-names.js
dataview-accessors.js
destructuring.js [destructuring] Implement parameter pattern matching. 2015-06-22 14:16:02 +00:00
module-linking.js
module-parsing-eval.js
module-recompile.js
module-resolution.js
modules.js
object-assign.js [es6] implement Object.assign 2015-05-06 16:17:50 +00:00
object-literals-super.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
private.js All private symbols are own symbols 2015-06-16 08:13:42 +00:00
proxies-example-membrane.js
proxies-for.js Fix ToNameArray 2015-05-22 10:57:20 +00:00
proxies-function.js
proxies-hash.js
proxies-json.js
proxies-symbols.js
proxies-with-unscopables.js
proxies-with.js
proxies.js [mjsunit] Remove unsupported flag --turbo-deoptimization from tests. 2015-06-15 09:43:11 +00:00
reflect-apply.js
reflect-construct.js
regexp-flags.js
regexp-sticky.js
rest-params-lazy-parsing.js Support rest parameters in arrow functions 2015-06-10 16:11:31 +00:00
rest-params.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
set-prototype-of.js [es6] throw TypeError when setting cyclic prototype value 2015-06-19 22:18:36 +00:00
sharedarraybuffer.js Revert of Add %TypedArray% to proto chain (patchset #6 id:100001 of https://codereview.chromium.org/1186733002/) 2015-06-17 09:05:51 +00:00
spread-array.js [es6] Spread in array literals 2015-05-21 08:08:55 +00:00
spread-call-new-class.js
spread-call-new.js
spread-call-super-property.js [es6] support spread-calling Super-accessing properties 2015-05-14 22:59:14 +00:00
spread-call.js
super.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
typedarray-copywithin.js TypedArray.prototype.copyWithin method 2015-05-12 19:20:56 +00:00
typedarray-fill.js Test that TypedArray methods don't read length 2015-05-15 02:03:44 +00:00
typedarray-find.js Test that TypedArray methods don't read length 2015-05-15 02:03:44 +00:00
typedarray-findindex.js Test that TypedArray methods don't read length 2015-05-15 02:03:44 +00:00
typedarray-from.js Add TypedArray.from method 2015-05-18 20:13:47 +00:00
typedarray-indexing.js Implement %TypedArray%.{lastI,i}ndexOf 2015-05-20 01:09:05 +00:00
typedarray-iteration.js Re-land %TypedArray%.prototype.{map,filter,some} 2015-05-21 01:38:04 +00:00
typedarray-proto.js Make one copy for all TypedArray methods 2015-05-09 01:20:07 +00:00
typedarray-reduce.js Implement %TypedArray%.prototype.{reduce,reduceRight} 2015-06-04 16:36:49 +00:00
typedarray-reverse.js Implement %TypedArray%.reverse 2015-05-20 00:38:49 +00:00
typedarray-slice.js Implement %TypedArray%.prototype.slice 2015-06-09 19:40:56 +00:00
typedarray-sort.js Implement %TypedArray%.prototype.sort 2015-05-20 00:56:06 +00:00
typedarray-tostring.js Implement %TypedArray%.prototype.{toString,toLocaleString,join} 2015-06-02 18:58:24 +00:00
typedarrays-every.js Test that TypedArray methods don't read length 2015-05-15 02:03:44 +00:00
typedarrays-foreach.js Test that TypedArray methods don't read length 2015-05-15 02:03:44 +00:00
typedarrays-of.js Revert of Add %TypedArray% to proto chain (patchset #6 id:100001 of https://codereview.chromium.org/1186733002/) 2015-06-17 09:05:51 +00:00
typedarrays.js Revert of Add %TypedArray% to proto chain (patchset #6 id:100001 of https://codereview.chromium.org/1186733002/) 2015-06-17 09:05:51 +00:00
unicode-escapes-in-regexps.js
unicode-escapes.js