On Friday 14 March 2008 16:10:46 James Keenan wrote: > Observed on i386-Linux at r 26369: > > $ prove -v t/codingstd/check_isxxx.t > t/codingstd/check_isxxx...... > 1..1 > not ok 1 - isxxx() functions cast correctly > > # Failed test 'isxxx() functions cast correctly' > # at t/codingstd/check_isxxx.t line 82. > # isxxx() function not cast to unsigned char 1 files: > # /home/jimk/work/parrot/languages/perl6/src/pmc/perl6str.pmc (171, > 172, 192, 194, 209, 219, 234, 258, 260, 281, 291) > # Looks like you failed 1 test of 1. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests > > Test Summary Report > ------------------- > t/codingstd/check_isxxx.t (Wstat: 256 Tests: 1 Failed: 1) > Failed test: 1 > Non-zero exit status: 1 > Files=1, Tests=1, 1 wallclock secs ( 0.00 usr 0.00 sys + 0.80 > cusr 0.04 csys = 0.84 CPU) > Result: FAIL
Fixed in r26371 and r26732. -- c