Test failures in Chrome

Test failures in Chrome

Three weeks ago, I had created a ticket about test failures in Chrome ( http://dev.jquery.com/ticket/5380/
) and provided a patch that fixes the problem. Since then, nobody
responded to it which is surprising because I am pretty sure that the
problem when a bunch of unit tests constantly fail is very serious.
The problem is that V8 does not call comparison function for duplicate
objects while the code inside selector.js relies on the function to be
called.
Anton
--