Stage ES6 arrow functions
authorwingo <wingo@igalia.com>
Tue, 9 Jun 2015 13:36:32 +0000 (06:36 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 9 Jun 2015 13:36:44 +0000 (13:36 +0000)
R=rossberg@chromium.org
BUG=v8:2700
LOG=Y

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

Cr-Commit-Position: refs/heads/master@{#28863}

src/flag-definitions.h
test/test262-es6/test262-es6.status

index d4d6a2c315ad9bbb08c909b1ea59f6e9a54eec99..d9337a227530a65949efc197efcb22017e4706bf 100644 (file)
@@ -186,7 +186,6 @@ DEFINE_IMPLICATION(es_staging, harmony)
   V(harmony_modules, "harmony modules")                         \
   V(harmony_array_includes, "harmony Array.prototype.includes") \
   V(harmony_regexps, "harmony regular expression extensions")   \
-  V(harmony_arrow_functions, "harmony arrow functions")         \
   V(harmony_proxies, "harmony proxies")                         \
   V(harmony_sloppy, "harmony features in sloppy mode")          \
   V(harmony_unicode_regexps, "harmony unicode regexps")         \
@@ -198,6 +197,7 @@ DEFINE_IMPLICATION(es_staging, harmony)
 // Features that are complete (but still behind --harmony/es-staging flag).
 #define HARMONY_STAGED(V)                                      \
   V(harmony_arrays, "harmony array methods")                   \
+  V(harmony_arrow_functions, "harmony arrow functions")        \
   V(harmony_rest_parameters, "harmony rest parameters")        \
   V(harmony_spreadcalls, "harmony spread-calls")               \
   V(harmony_object, "harmony Object methods")                  \
index c8e16f0a085c45632c97e217afa7039287412f4c..19992111e2e3ec7ef19d0efeda901bd066f870c6 100644 (file)
   'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL],
   'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL],
   'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL],
-  'built-ins/Array/prototype/find/Array.prototype.find_callable-arrowfunction': [FAIL],
   'built-ins/Array/prototype/forEach/15.4.4.18-3-12': [FAIL],
   'built-ins/Array/prototype/forEach/15.4.4.18-3-25': [FAIL],
   'built-ins/Array/prototype/forEach/15.4.4.18-3-7': [FAIL],
   'intl402/13.3.1_L15': [FAIL],
   'intl402/13.3.2_L15': [FAIL],
   'intl402/13.3.3_L15': [FAIL],
-  'language/arrow-function/Arrow-Function_rules-for-prototype': [FAIL],
-  'language/arrow-function/Arrow-Function_semantics': [FAIL],
-  'language/arrow-function/Arrow-Function_syntax-variations': [FAIL],
   'language/class/arguments/access': [FAIL],
   'language/class/arguments/default-constructor': [FAIL],
   'language/class/definition/accessors': [FAIL],