Status: Untriaged
Owner: ----

New issue 4189 by [email protected]: Chrome/V8 Array.Sort()-Implementation behaves weird (other than IE/FF) at this testcase
https://code.google.com/p/v8/issues/detail?id=4189

Version:  43.0.2357.124
OS: Windows 7 (seems not to be dependant, tried on osx 10.10 too)
Architecture: x64

What steps will reproduce the problem?
1. Create a json-objects containing an array of objects with Datestrings, e.g. "/Date(1389682861507+0100)/"
2. use Sort-implementation on this array to remove some of the objects
3. see the outcome

What is the expected output / What do you see instead?

in IE(10, 11) and FF (38.0.5) for my testcase (SEE BELOW) it's:

"test1, test8, test2, test9, test3, test10, test4, test11, test5, test12, test6, test13, test7, test14,"

but in latest chromeversion it is:

"test8, test1, test9, test2, test10, test3, test4, test11, test5, test12, test6, test13, test7, test14,"


Please use labels and text to provide additional information.
So, finally: Here's the stackoverflow-thread describing the problem in better terms I think:
http://stackoverflow.com/questions/30860328/how-do-i-change-chromes-date-parsing-sorting-to-match-ff-ie-dateparsing/

and here is a fiddle containing the test-case:
http://jsfiddle.net/o3zh2kv4/8/


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to