Subject: | Test suite often fails on freebsd |
See subject. Most of the time the test suite fails like this:
...
# Failed test 'Tie succeeded'
# at t/10-all.t line 38.
# Failed test 'not at end of file yet'
# at t/10-all.t line 39.
tell() on unopened filehandle FOO at t/Common.perl line 8.
# Failed test 'Start at 0'
# at t/Common.perl line 8.
# Failed test 'Not at end of file, good'
# at t/Common.perl line 9.
tell() on unopened filehandle FOO at t/Common.perl line 31.
read() on unopened filehandle FOO at t/Common.perl line 36.
# Failed test 'Read success'
# at t/Common.perl line 40.
Use of uninitialized value $bytes in numeric eq (==) at t/Common.perl line 41.
# Failed test 'Read of 26 succeeded'
# at t/Common.perl line 41.
# Failed test 'Read of string succeeded'
# at t/Common.perl line 42.
seek() on unopened filehandle FOO at t/Common.perl line 45.
# Failed test 'Seek success'
# at t/Common.perl line 45.
tell() on unopened filehandle FOO at t/Common.perl line 47.
read() on unopened filehandle FOO at t/Common.perl line 52.
# Failed test 'Read success'
# at t/Common.perl line 56.
Use of uninitialized value $bytes in numeric eq (==) at t/Common.perl line 57.
# Failed test 'Read of 26 succeeded'
# at t/Common.perl line 57.
# Failed test 'Read of string succeeded'
# at t/Common.perl line 58.
# Failed test 'Not at end of file, good'
# at t/Common.perl line 11.
tell() on unopened filehandle FOO at t/Common.perl line 31.
read() on unopened filehandle FOO at t/Common.perl line 36.
# Failed test 'Read success'
# at t/Common.perl line 40.
Use of uninitialized value $bytes in numeric eq (==) at t/Common.perl line 41.
# Failed test 'Read of 30 succeeded'
# at t/Common.perl line 41.
# Failed test 'Read of string succeeded'
# at t/Common.perl line 42.
seek() on unopened filehandle FOO at t/Common.perl line 45.
# Failed test 'Seek success'
# at t/Common.perl line 45.
tell() on unopened filehandle FOO at t/Common.perl line 47.
read() on unopened filehandle FOO at t/Common.perl line 52.
# Failed test 'Read success'
# at t/Common.perl line 56.
Use of uninitialized value $bytes in numeric eq (==) at t/Common.perl line 57.
# Failed test 'Read of 30 succeeded'
# at t/Common.perl line 57.
# Failed test 'Read of string succeeded'
# at t/Common.perl line 58.
seek() on unopened filehandle FOO at t/Common.perl line 13.
# Failed test 'Seek success'
# at t/Common.perl line 13.
tell() on unopened filehandle FOO at t/Common.perl line 14.
# Failed test 'Seek to 0'
# at t/Common.perl line 14.
tell() on unopened filehandle FOO at t/Common.perl line 31.
read() on unopened filehandle FOO at t/Common.perl line 36.
# Failed test 'Read success'
# at t/Common.perl line 40.
Use of uninitialized value $bytes in numeric eq (==) at t/Common.perl line 41.
# Failed test 'Read of 26 succeeded'
# at t/Common.perl line 41.
# Failed test 'Read of string succeeded'
# at t/Common.perl line 42.
seek() on unopened filehandle FOO at t/Common.perl line 45.
# Failed test 'Seek success'
# at t/Common.perl line 45.
tell() on unopened filehandle FOO at t/Common.perl line 47.
read() on unopened filehandle FOO at t/Common.perl line 52.
# Failed test 'Read success'
# at t/Common.perl line 56.
Use of uninitialized value $bytes in numeric eq (==) at t/Common.perl line 57.
# Failed test 'Read of 26 succeeded'
# at t/Common.perl line 57.
# Failed test 'Read of string succeeded'
# at t/Common.perl line 58.
... (etc) ...