Issue 90: V8 doesn't stable sort
http://code.google.com/p/v8/issues/detail?id=90
New issue report by [EMAIL PROTECTED]:
The WebKit test LayoutTests/fast/js/comparefn-sort-stability.html fails in
Chrome using V8. The result is:
FAIL arr[0] should be 2. Was 1.
FAIL arr[1] should be 1. Was 2.
...
It uses === and I can get this to work by reordering the expected objects.
Apparently SquirrelFish uses stable sorting and V8 and JSC don't. I'm told
the spec doesn't require stable sorting, but I'm filing this bug to track
it and any decision about it.
Issue attributes:
Status: New
Owner: ----
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---