tokuhirom / Test-Pretty

Other
20 stars 17 forks source link

Plack test suite fails. #3

Closed tokuhirom closed 11 years ago

tokuhirom commented 11 years ago

prove -PPretty is so awesome. BTW looks like there's an issue with STDOUT capturing? Plack-Handler/cgi.t sometimes fails

miyagawa commented 11 years ago
> prove -PPretty -lrv t/Plack-Handler
(snip)

Test Summary Report
-------------------
t/Plack-Handler/cgi.t               (Wstat: 0 Tests: 5 Failed: 0)
  Parse errors: Tests out of sequence.  Found (95) but expected (1)
                Tests out of sequence.  Found (96) but expected (2)
                Tests out of sequence.  Found (97) but expected (3)
                Tests out of sequence.  Found (98) but expected (4)
Files=8, Tests=13,  6 wallclock secs ( 0.18 usr  0.03 sys +  2.85 cusr  0.38 csys =  3.44 CPU)
Result: FAIL
miyagawa commented 11 years ago

Running only t/Plack-Handler/cgi.t actually works fine. Only when running with other tests with -r.