summaryrefslogtreecommitdiff
path: root/deps/v8/test/mozilla
diff options
context:
space:
mode:
authorAli Ijaz Sheikh <ofrobots@google.com>2016-03-01 08:58:05 -0800
committerAli Sheikh <ofrobots@lemonhope.roam.corp.google.com>2016-03-03 20:35:20 -0800
commit069e02ab47656b3efd1b6829c65856b2e1c2d1db (patch)
treeeb643e0a2e88fd64bb9fc927423458d2ae96c2db /deps/v8/test/mozilla
parent8938355398c79f583a468284b768652d12ba9bc9 (diff)
downloadandroid-node-v8-069e02ab47656b3efd1b6829c65856b2e1c2d1db.tar.gz
android-node-v8-069e02ab47656b3efd1b6829c65856b2e1c2d1db.tar.bz2
android-node-v8-069e02ab47656b3efd1b6829c65856b2e1c2d1db.zip
deps: upgrade to V8 4.9.385.18
Pick up the current branch head for V8 4.9 https://github.com/v8/v8/commit/1ecba0f PR-URL: https://github.com/nodejs/node/pull/4722 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
Diffstat (limited to 'deps/v8/test/mozilla')
-rw-r--r--deps/v8/test/mozilla/mozilla.status34
1 files changed, 17 insertions, 17 deletions
diff --git a/deps/v8/test/mozilla/mozilla.status b/deps/v8/test/mozilla/mozilla.status
index 1bc6bf5576..c54d154ab3 100644
--- a/deps/v8/test/mozilla/mozilla.status
+++ b/deps/v8/test/mozilla/mozilla.status
@@ -90,11 +90,25 @@
# ES2015 ToLength semantics
'ecma_3/RegExp/15.10.6.2-2': [FAIL],
+ # Escaped keywords are early errors in ES6
+ 'ecma_3/Unicode/uc-003': [FAIL],
+
# RegExp.multiline is not part of any ECMAScript specification, and is
# slated for deprecation in Mozilla
# (https://bugzilla.mozilla.org/show_bug.cgi?id=1220457)
'js1_5/Regress/regress-418504': [FAIL],
+ # ES2015 const redefinition throws, initializers are required, and no
+ # global object properties are made, unlike Mozilla legacy const
+ 'js1_5/Regress/regress-103602': [FAIL],
+ 'js1_5/Regress/regress-321874': [FAIL],
+ 'js1_5/Regress/regress-383674': [FAIL],
+ 'js1_5/extensions/regress-452565': [FAIL],
+ 'js1_5/extensions/scope-001': [FAIL],
+ # To add insult to injury, these tests time out in debug mode
+ 'js1_5/Regress/regress-360969-03': [FAIL, ['mode == debug', TIMEOUT, NO_VARIANTS]],
+ 'js1_5/Regress/regress-360969-04': [FAIL, ['mode == debug', TIMEOUT, NO_VARIANTS]],
+
##################### SKIPPED TESTS #####################
# This test checks that we behave properly in an out-of-memory
@@ -158,8 +172,6 @@
##################### FLAKY TESTS #####################
# These tests time out in debug mode but pass in product mode
- 'js1_5/Regress/regress-360969-03': [PASS, ['mode == debug', TIMEOUT, NO_VARIANTS]],
- 'js1_5/Regress/regress-360969-04': [PASS, ['mode == debug', TIMEOUT, NO_VARIANTS]],
'js1_5/Regress/regress-360969-05': [PASS, ['mode == debug', TIMEOUT, NO_VARIANTS]],
'js1_5/Regress/regress-360969-06': [PASS, ['mode == debug', TIMEOUT, NO_VARIANTS]],
'js1_5/extensions/regress-365527': [PASS, SLOW, ['mode == debug', TIMEOUT, NO_VARIANTS]],
@@ -603,16 +615,6 @@
'js1_5/Regress/regress-290575': [PASS, FAIL_OK],
- # Fails because of the way function declarations are
- # handled in V8/JSC. V8 follows IE behavior and introduce
- # all nested function declarations when entering the
- # surrounding function, whereas Spidermonkey declares
- # them dynamically when the statement is executed.
- 'ecma_3/Function/scope-001': [FAIL_OK],
- 'ecma_3/FunExpr/fe-001': [FAIL_OK],
- 'js1_5/Scope/regress-184107': [FAIL_OK],
-
-
# Function is deletable in V8 and JSC.
'js1_5/Regress/regress-352604': [FAIL_OK],
@@ -621,11 +623,6 @@
'js1_5/Regress/regress-417893': [FAIL_OK],
- # Unsupported use of "[]" as function parameter. We match JSC.
- 'js1_5/Regress/regress-416737-01': [FAIL_OK],
- 'js1_5/Regress/regress-416737-02': [FAIL_OK],
-
-
# Illegal escape-sequences in string literals. Has already been fixed
# by most engines (i.e. V8, JSC, Opera and FF).
'ecma/Array/15.4.5.1-1': [FAIL_OK],
@@ -675,6 +672,9 @@
# We do not correctly handle assignments within "with"
'ecma_3/Statements/12.10-01': [FAIL],
+ # https://bugs.chromium.org/p/v8/issues/detail?id=4647
+ 'ecma_3/FunExpr/fe-001': [FAIL_OK],
+
##################### MOZILLA EXTENSION TESTS #####################
'ecma/extensions/15.1.2.1-1': [FAIL_OK],