Beau E. Cox wrote: > Hi - > > This is not in your bug report format, but look > how strange it is: > > 1) Standard test gives these failures: > > $ make test > ... > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/modperl/setupenv2.t 23 7 30.43% 1-7 > t/modules/cgi2.t 5 5 100.00% 1-5 > t/modules/cgipost.t 6 3 50.00% 4-6 > t/modules/cgipost2.t 6 3 50.00% 4-6 > t/modules/cgiupload2.t 2 2 100.00% 1-2 > 8 tests skipped. > Failed 5/238 test scripts, 97.90% okay. 20/2386 subtests failed, 99.16% okay. > [warning] server localhost:8529 shutdown > ... > > 2) selective tests: > > $ make test TEST_FILES=t/modperl/setupenv2.t > ... > server localhost:8564 listening (TestHooks::push_handlers_anon) > t/modperl/setupenv2....ok > All tests successful. > Files=1, Tests=23, 1 wallclock secs ( 0.56 cusr + 0.05 csys = 0.61 CPU) > [warning] server localhost:8529 shutdown > ...
This was a problem I introduced with t/modperl/local_env.t (now disabled in SVN). Running that test before the ones you saw failing would cause this. For instance, if you tried running: make test TEST_FILES="t/modperl/local_env.t t/modperl/setupenv2.t" You'd see failures. -------------------------------------------------------------------------------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5
signature.asc
Description: OpenPGP digital signature
