Bug 68445 - [Chromium][V8] Bring String#split implementation up to ES5 spec
Summary: [Chromium][V8] Bring String#split implementation up to ES5 spec
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-20 09:19 PDT by Dmitry Lomov
Modified: 2011-11-15 21:23 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Lomov 2011-09-20 09:19:12 PDT
See https://bugs.webkit.org/show_bug.cgi?id=68348.
Failing test on chromium side is fast/js/string-split-conformance.html
Comment 1 Dmitry Lomov 2011-09-20 09:24:34 PDT
V8 issue http://code.google.com/p/v8/issues/detail?id=1703
Comment 2 Peter Beverloo 2011-09-22 02:24:06 PDT
Updated v8 issue with a triage: http://code.google.com/p/v8/issues/detail?id=1711.
Comment 3 Peter Beverloo 2011-09-22 03:57:28 PDT
Fixed upstream in http://code.google.com/p/v8/source/detail?r=9371, now we just wait for the v8 roll in Chromium, and then the Chromium roll in WebKit.
Comment 4 James Robinson 2011-11-15 21:23:25 PST
It's rolled