# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #59372]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59372 >


in r31436 the test t/spec/S29-conversions/ord_and_chr.t fails on my
computer when called through make (ie 'make spectest_regression' or
'make t/spec/S29-conversions/ord_and_chr.t', but succeeds if the
corresponding .rakudo file is called manually, or though
tools/test_summary.pl.

output through make:

$ TEST_JOBS=1 make t/spec/S29-conversions/ord_and_chr.t
t/spec/S29-conversions/ord_and_chr...........
1..240
ok 1 - ord() works for \32 == ' '
ok 2 - chr() works for \32 == ' '
...
ok 172 - chr() works for \117 == 'u'
ok 173 - ord() works for \118 == 'v'
 Failed 67/240 subtests

Test Summary Report
-------------------
t/spec/S29-conversions/ord_and_chr.rakudo (Wstat: 11 Tests: 173 Failed: 0)
  Parse errors: Bad plan.  You planned 240 tests but ran 173.
Files=1, Tests=173,  3 wallclock secs ( 0.03 usr  0.00 sys +  2.55 cusr
 0.04 csys =  2.62 CPU)
Result: FAIL

When executed directly it passes all 240 tests (minus two skipped
tests), and everything is fine.

This is on Debian GNU/Linux "Etch", i386 32bit.

Moritz

-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/

Reply via email to