aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/test262
diff options
context:
space:
mode:
authorMichaël Zasso <mic.besace@gmail.com>2015-10-22 10:36:00 +0200
committerMichaël Zasso <mic.besace@gmail.com>2015-10-23 07:57:56 +0200
commit6456fcf4f35cd781d1dabbcd4ccfbbf9d21b55f6 (patch)
tree0f383eac0ee72d0f769cc72c9939d15b84528abb /deps/v8/test/test262
parent68471dd37c3e1e6cdbe107503e738bc0e0ea2d4b (diff)
downloadandroid-node-v8-6456fcf4f35cd781d1dabbcd4ccfbbf9d21b55f6.tar.gz
android-node-v8-6456fcf4f35cd781d1dabbcd4ccfbbf9d21b55f6.tar.bz2
android-node-v8-6456fcf4f35cd781d1dabbcd4ccfbbf9d21b55f6.zip
deps: update V8 to 4.6.85.28
This update fixes a breaking regression in the date parser. Ref: https://code.google.com/p/chromium/issues/detail?id=539813 Ref: https://code.google.com/p/chromium/issues/detail?id=543320 PR-URL: https://github.com/nodejs/node/pull/3484 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'deps/v8/test/test262')
-rw-r--r--deps/v8/test/test262/test262.status3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8/test/test262/test262.status b/deps/v8/test/test262/test262.status
index b9ef3c68f4..feed1a3206 100644
--- a/deps/v8/test/test262/test262.status
+++ b/deps/v8/test/test262/test262.status
@@ -281,9 +281,6 @@
'15.2.3.13-1-3': [FAIL],
'15.2.3.13-1-4': [FAIL],
- # ES6 says for dates to default to the local timezone if none is specified
- '15.9.1.15-1': [FAIL],
-
######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need investigation