Re: t3203: --sort=objectsize failure on Windows

2015-10-24 Thread Karthik Nayak
On Sat, Oct 24, 2015 at 1:19 PM, Johannes Sixt wrote: > On Windows, I observe a failure of the test case 'git branch `--sort` > option' introduced by aedcb7dc (branch.c: use 'ref-filter' APIs). The reason > is that the resulting order generated by qsort is unspecified for entries > that compare eq

t3203: --sort=objectsize failure on Windows

2015-10-24 Thread Johannes Sixt
On Windows, I observe a failure of the test case 'git branch `--sort` option' introduced by aedcb7dc (branch.c: use 'ref-filter' APIs). The reason is that the resulting order generated by qsort is unspecified for entries that compare equal. In fact, the test case sorts 4 entries where there are