On Thu, 27 Sep 2001, Andreas Buggs Hauser wrote: > On Thursday 27 September 2001 01:27, Gregor N. Purdy wrote: > > On Wed, 26 Sep 2001, Andreas Buggs Hauser wrote: > > > On Wednesday 26 September 2001 23:09, Simon Cozens wrote: > > > > On Wed, Sep 26, 2001 at 02:18:11PM -0400, Gregor N. Purdy wrote: > > > > > I've just committed the changes I posted a few days back that prepare > > > > > for putting NVs in the const_table. Stay tuned for more, but here's > > > > > the bullets for this commit: > > > > > > > > These are pretty huge changes. Can I get some status reports from > > > > people before we go much further? > > > > > > bitwise.t fails now on freebsd (intel) perl 5.005_03. > > > > Make sure you've got the latest bitwise.t, which has 'end' in a > > few key places... > > Pretty sure because I removed the 'end' 's and tested again. > After that I did a > > cvs checkout -D 2001-09-25 > > and it worked again. > > Sorry :( Hmmm... I just tested on a perl 5.005_02 platform and got the following (my tests before committing were on 5.6.1). Looks like some trouble with Test::More, and possibly with other stuff. Regards, -- Gregor $ make test perl t/harness t/op/basic......Use of uninitialized value at /home/g/n/gnp/lib/perl5/site_perl/5.005/Test/More.pm line 270. t/op/basic......ok 4/5skip() is UNIMPLEMENTED! at /home/g/n/gnp/lib/perl5/site_perl/5.005/Test/More.pm line 505. # Looks like you planned 5 tests but only ran 4. # Looks like your test died just after 4. t/op/basic......dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 5 Failed 1/5 tests, 80.00% okay t/op/bitwise....# Failed test (Parrot/Test.pm at line 74) # got: '0 0 0 ' # expected: '6 5 12 ' t/op/bitwise....NOK 1# Failed test (Parrot/Test.pm at line 74) # got: '0 0 0 ' # expected: '42 42 12 ' t/op/bitwise....NOK 2# Failed test (Parrot/Test.pm at line 74) # got: '0 0 0 ' # expected: '4 4 12 ' t/op/bitwise....NOK 3# Failed test (Parrot/Test.pm at line 74) # got: '0 0 0 ' # expected: '51 51 12 ' # Looks like you failed 4 tests of 4. t/op/bitwise....dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/op/integer....ok t/op/number.....ok t/op/stacks.....ok 1/9skip() is UNIMPLEMENTED! at /home/g/n/gnp/lib/perl5/site_perl/5.005/Test/More.pm line 505. # Looks like you planned 9 tests but only ran 1. # Looks like your test died just after 1. t/op/stacks.....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-9 Failed 8/9 tests, 11.11% okay t/op/string.....ok 9/10skip() is UNIMPLEMENTED! at /home/g/n/gnp/lib/perl5/site_perl/5.005/Test/More.pm line 505. # Looks like you planned 10 tests but only ran 9. # Looks like your test died just after 9. t/op/string.....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 10 Failed 1/10 tests, 90.00% okay t/op/time.......ok t/op/trans......ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/op/basic.t 255 65280 5 1 20.00% 5 t/op/bitwise.t 4 1024 4 4 100.00% 1-4 t/op/stacks.t 255 65280 9 8 88.89% 2-9 t/op/string.t 255 65280 10 1 10.00% 10 Failed 4/8 test scripts, 50.00% okay. 14/99 subtests failed, 85.86% okay. make: *** [test] Error 29 $