Re: [PATCH 1/5] jscript: Fixed sort_cmp for non-string arguments.

2010-07-17 Thread Henri Verbeet
On 17 July 2010 13:28, Jacek Caban wrote: > +}else if(V_VT(v1) == VT_EMPTY) { > +*cmp = V_VT(v1) == VT_EMPTY ? 0 : 1; That looks wrong, should that read "*cmp = V_VT(v2) == VT_EMPTY ? 0 : 1;" instead?

Re: [PATCH 1/5] jscript: Fixed sort_cmp for non-string arguments.

2010-07-17 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=3401 Your paranoid android.