Hi I ran the individual test using /perl -Ilib ext/Time/HiRes/t/HiRes.t >t.out 2>&1 and the contents of t.out are as follows 1..31 ok 1 # have_gettimeofday = 1 # have_usleep = 1 # have_nanosleep = 0 # have_ualarm = 1 # have_clock_gettime = 0 # have_clock_getres = 0 # I am the main process 16843113, starting the timer process... # The timer process 66151 launched, continuing testing... ok 2 ok 3 # I am the timer process 66151, sleeping for 60 seconds... ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 [1] + Done(137) ./perl -Ilib ext/Time/HiRes/t/HiRes.t >t.out 2>&1 16843113 Killed ./perl
Please let me know if there is anything specific to EBCDIC that makes this test fail. regards Ravi Sastry On 12/23/05, Jarkko Hietaniemi <[EMAIL PROTECTED]> wrote: > > ext/threads/t/stress_re...................FAILED--expected 64 tests, > saw 33 > > ext/threads/t/stress_string...............FAILED--expected 64 tests, saw 33 > > ext/threads/t/thread......................FAILED--expected 31 tests, saw 1 > > Hmmm, okay, I don't know what to do about these threads extension > failures, someone needs to debug it more in the z/OS. > > > ext/Time/HiRes/t/HiRes.................... > > ../ext/Time/HiRes/t/HiRes.t: overall time allowed for tests (60s) exceeded! > > Use of uninitialized value $TheEnd in subtraction (-) at > > ../ext/Time/HiRes/t/HiR > > es.t line 550. > > This I *might* be able to figure out: please run the test separately, > something like > > ./perl -Ilib ext/Time/HiRes/t/HiRes.t > t.out > > The contents of t.out are of interest. > > > >
