Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: test/mjsunit/es6/typedarray-of.js

Issue 1215863003: Include Harmony Array/TypedArray methods unconditionally (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: remove the flag and move the tests Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/es6/typedarray-iteration.js ('k') | test/mjsunit/es6/typedarray-proto.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/typedarray-of.js
diff --git a/test/mjsunit/harmony/typedarrays-of.js b/test/mjsunit/es6/typedarray-of.js
similarity index 99%
rename from test/mjsunit/harmony/typedarrays-of.js
rename to test/mjsunit/es6/typedarray-of.js
index 9df1d30c8eed87f3fc427a505d98e70078d5d76d..cf57615d121283d4bea43c9fd6b87cc2d53c820b 100644
--- a/test/mjsunit/harmony/typedarrays-of.js
+++ b/test/mjsunit/es6/typedarray-of.js
@@ -4,8 +4,6 @@
// Based on Mozilla Array.of() tests at http://dxr.mozilla.org/mozilla-central/source/js/src/jit-test/tests/collections
-// Flags: --harmony-arrays
-
var typedArrayConstructors = [
Uint8Array,
Int8Array,
« no previous file with comments | « test/mjsunit/es6/typedarray-iteration.js ('k') | test/mjsunit/es6/typedarray-proto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698