develooper Front page | perl.perl6.internals | Postings from September 2005

[perl #37116] t/pmc/timer.t fails with MinGW

From:
"François" PERRAD
Date:
September 9, 2005 02:13
Subject:
[perl #37116] t/pmc/timer.t fails with MinGW
Message ID:
rt-3.0.11-37116-120481.9.65438208863311@perl.org
# New Ticket Created by  François PERRAD 
# Please include the string:  [perl #37116]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37116 >



t/pmc/timer.t contains the remainder failure on Win32 with MinGW :
$ perl t/harness t/pmc/timer.t
t/pmc/timer.........NOK 4
#     Failed test (t/pmc/timer.t at line 126)
#          got: 'ok 1
# never
# ok 2
# '
#     expected: 'ok 1
# ok 2
# '
t/pmc/timer.........NOK 6
#     Failed test (t/pmc/timer.t at line 183)
#          got: 'ok 1
# never
# ok 2
# '
#     expected: 'ok 1
# ok 2
# '
t/pmc/timer.........NOK 7
#     Failed test (t/pmc/timer.t at line 214)
#          got: 'ok 1
# never
# ok 2
# '
#     expected: 'ok 1
# ok 2
# '
t/pmc/timer.........ok 8/8# Looks like you failed 3 tests of 8.
t/pmc/timer.........dubious
         Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 4, 6-7
         Failed 3/8 tests, 62.50% okay
Failed Test   Status Wstat Total Fail  Failed  List of Failed
--------------------------------------------------------------------------------

t/pmc/timer.t      3   768     8    3  37.50%  4, 6-7
Failed 1/1 test scripts, 0.00% okay. 3/8 subtests failed, 62.50% okay.

but individually each test gives the expected result
$ parrot t/pmc/timer_4.pasm
ok 1
ok 2

$ parrot t/pmc/timer_6.pasm
ok 1
ok 2

$ parrot t/pmc/timer_7.pasm
ok 1
ok 2

So, any idea or suggestion are welcome.

François Perrad.





nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About