On Mon Mar 05 04:00:38 2001, dcd tc.fluke.com wrote:
>
>
------------------------------------------------------------
-----
> [Please enter your report here]
>
> When executing make test I get the following failures
>
> lib/1_compile.........FAILED at test 13
> lib/dosglob...........FAILED at test 10
>
> If I run these 2 tests directly from harness they don't
fail
>
> dd:t$ ./perl -I../lib harness lib/1_compile.t
lib/dosglob.t
> lib/1_compile.......ok
> lib/dosglob.........ok
> All tests successful.
> Files=2, Tests=147, 13 wallclock secs (11.80 cusr +
1.16 csys = 12.96
> CPU)
>
>
> If I run the whole test suite, the above tests still
pass
> dd:t$ ./perl -I../lib harness
>
> ./perl TEST </dev/tty; # (same as ./perl TEST )
> lib/1_compile.........FAILED at test 8
> lib/dosglob...........FAILED at test 10
> lib/ipc_sysv..........FAILED at test 0
>
> ./perl -I../lib TEST lib/1_compile.t lib/dosglob.t
lib/ipc_sysv.t
> lib/1_compile...FAILED at test 8
> lib/dosglob.....FAILED at test 10
> lib/ipc_sysv....FAILED at test 0
>
>
>
> I am puzzled as to why lib/1_compile fails on make test
at
> step 13 on make test, but at test 8 when executed as
./perl TEST
> </dev/tty;
> (this is repeatable)
>
> Also strange is why lib/ipc_sysv doesn't fail under
make test, but
> only under ./perl TEST </dev/tty;
> (this too is repeatable)
>
>
Judging by the smoke test results, this problem has been
resolved for
quite some time.
|