Skip Menu |

This queue is for tickets about the App-Gre CPAN distribution.

Report information
The Basics
Id: 106743
Status: resolved
Priority: 0/
Queue: App-Gre

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.09
Fixed in: (no value)



Subject: gre.t fails because of directory sort order
It seems that tests in gre.t fail because a specific sort order of the matched directory entries is expected. Here's what I got on a linux system with gre.t slightly changed to get better diagnostics: # Failed test at t/XXX.t line 37. # got: 'pokemon.mon # fruits.txt # dir1/simpsons.txt # dir1/foo.html # dir1/bar.js # ' # expected: 'fruits.txt # pokemon.mon # dir1/bar.js # dir1/foo.html # dir1/simpsons.txt # ' An overview of fail/pass reports: http://fast-matrix.cpantesters.org/?dist=App-Gre%200.09
Thanks for reporting this. It should be fixed now. On Sat Aug 29 06:22:20 2015, SREZIC wrote: Show quoted text
> It seems that tests in gre.t fail because a specific sort order of the > matched directory entries is expected. Here's what I got on a linux > system with gre.t slightly changed to get better diagnostics: > > # Failed test at t/XXX.t line 37. > # got: 'pokemon.mon > # fruits.txt > # dir1/simpsons.txt > # dir1/foo.html > # dir1/bar.js > # ' > # expected: 'fruits.txt > # pokemon.mon > # dir1/bar.js > # dir1/foo.html > # dir1/simpsons.txt > # ' > > An overview of fail/pass reports: http://fast- > matrix.cpantesters.org/?dist=App-Gre%200.09
it should be fixed now.
On 2015-09-07 14:16:50, JACOBG wrote: Show quoted text
> it should be fixed now.
Confirmed: http://fast-matrix.cpantesters.org/?dist=App-Gre%200.10