https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6077
Justin Mason <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Justin Mason <[email protected]> 2009-06-30 02:49:14 PST --- aha, these were cases where new tests don't support perl 5.6.x, or the perl 5.6 versions of the module used are slightly broken. http://hudson.zones.apache.org/hudson/job/SpamAssassin-trunk/3348/console A taint-support bug: t/config_tree_recurse...........1..4 Insecure dependency in unlink while running with -T switch at /local/perl561/lib/5.6.1/File/Path.pm line 233. dubious Test returned status 17 (wstat 4352, 0x1100) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay And a perl 5.8.x-ism: t/whitelist_addrs...............1..35 /home/jm/tools/perl561/bin/perl -T -w ../spamassassin.raw -C log/test_rules_copy --siteconfigpath log/localrules.tmp -p log/test_default.cf --add-addr-to-whitelist [email protected] ok 1 Checking added address to whitelist ok 2 /home/jm/tools/perl561/bin/perl -T -w ../spamassassin.raw -C log/test_rules_copy --siteconfigpath log/localrules.tmp -p log/test_default.cf -L < data/nice/002 ok 3 Checking spamno ok 4 /home/jm/tools/perl561/bin/perl -T -w ../spamassassin.raw -C log/test_rules_copy --siteconfigpath log/localrules.tmp -p log/test_default.cf -L < data/spam/004 Checking spamno ok 5 /home/jm/tools/perl561/bin/perl -T -w ../spamassassin.raw -C log/test_rules_copy --siteconfigpath log/localrules.tmp -p log/test_default.cf --remove-addr-from-whitelist [email protected] ok 6 Checking removed address ok 7 /home/jm/tools/perl561/bin/perl -T -w ../spamassassin.raw -C log/test_rules_copy --siteconfigpath log/localrules.tmp -p log/test_default.cf -L < data/spam/004 Checking spamyes ok 8 /home/jm/tools/perl561/bin/perl -T -w ../spamassassin.raw -C log/test_rules_copy --siteconfigpath log/localrules.tmp -p log/test_default.cf --add-addr-to-blacklist [email protected] ok 9 Checking added address to blacklist ok 10 /home/jm/tools/perl561/bin/perl -T -w ../spamassassin.raw -C log/test_rules_copy --siteconfigpath log/localrules.tmp -p log/test_default.cf -L < data/nice/002 Checking spamyes ok 11 /home/jm/tools/perl561/bin/perl -T -w ../spamassassin.raw -C log/test_rules_copy --siteconfigpath log/localrules.tmp -p log/test_default.cf --remove-addr-from-whitelist [email protected] ok 12 ok 13 Unknown open() mode '>&' at t/whitelist_addrs.t line 95. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 14-35 Failed 22/35 tests, 37.14% okay Since we're planning to turn off 5.6.x explicit support anyway, let's turn it off for the Hudson build: : 569...; svn commit -m "bug 6077: turn off the perl 5.6.x test run for Hudson." build/hudson/run_build Sending build/hudson/run_build Transmitting file data . Committed revision 789643 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=789643 ). -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
