On Thu, 28 Oct 2004, Geoffrey Young wrote: > I get the following failures on 1.3.32 but not on 1.3.33. > > t/modules/rewrite.t 22 2 9.09% 18 20 > t/security/CAN-2004-0940.t 1 1 100.00% 1 > t/security/CAN-2004-0958.t 9 2 22.22% 1 3 > > I think these are all recent additions from you. should each of these > failures be skipped unless something like > > ( have_apache(1) && have_min_apache_version(1.3.33) ) || > ( have_apache(2) && have_min_apache_version(2.0.XX) )
I don't think so -- it's detecting an actual legitimate failure. It's not that the test requires a new version to work right, it's that that particular version was broken. No sense obfuscating that fact. --Cliff