Brent Dax:
# Okay, here's the results of my lame imitation of smoke
# testing--a script
# (highly customized for my machine) called autotest.

Here's the results of a run on FreeBSD.  It looks like something is
broken in the integer test.  (It's not my script--I get the same errors
when I run `make test' manually.)

--Brent Dax
[EMAIL PROTECTED]

They *will* pay for what they've done.


autotest started at Wed Sep 19 00:00:36 2001.
Starting CVS update...done.


Summary-----------------------------------------------------------------
-------
GCC/FreeBSD Normal: BROKEN
GCC/FreeBSD Debugging: BROKEN


Details-----------------------------------------------------------------
-------

Configuration GCC/FreeBSD Normal is BROKEN.

Step: make test

STDOUT output:
perl t/harness
t/op/basic......ok, 1/2 skipped:  label constants unimplemented in
assembler
t/op/integer....dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
        Failed 1/26 tests, 96.15% okay
t/op/number.....ok, 2/23 skipped: various reasons
t/op/string.....ok, 1/5 skipped:  I'm unable to write it!
t/op/trans......ok
Failed Test    Stat Wstat Total Fail  Failed  List of Failed
------------------------------------------------------------------------
-------
t/op/integer.t    1   256    26    1   3.85%  1
4 subtests skipped.
*** Error code 2

Stop in /usr/home/brentdax/parrot.


STDERR output:
#     Failed test (Parrot/Test.pm at line 73)
#          got: '305419896
-1698898191
2147483647
-2147483648
2147483647
'
#     expected: '305419896
-1698898191
2147483647
-2147483648
-1
'
# Looks like you failed 1 tests of 26.
Failed 1/5 test scripts, 80.00% okay. 1/74 subtests failed, 98.65% okay.



Configuration GCC/FreeBSD Debugging is BROKEN.

Step: make test

STDOUT output:
perl t/harness
t/op/basic......ok, 1/2 skipped:  label constants unimplemented in
assembler
t/op/integer....dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
        Failed 1/26 tests, 96.15% okay
t/op/number.....ok, 2/23 skipped: various reasons
t/op/string.....ok, 1/5 skipped:  I'm unable to write it!
t/op/trans......ok
Failed Test    Stat Wstat Total Fail  Failed  List of Failed
------------------------------------------------------------------------
-------
t/op/integer.t    1   256    26    1   3.85%  1
4 subtests skipped.
*** Error code 2

Stop in /usr/home/brentdax/parrot.


STDERR output:
#     Failed test (Parrot/Test.pm at line 73)
#          got: '305419896
-1698898191
2147483647
-2147483648
2147483647
'
#     expected: '305419896
-1698898191
2147483647
-2147483648
-1
'
# Looks like you failed 1 tests of 26.
Failed 1/5 test scripts, 80.00% okay. 1/74 subtests failed, 98.65% okay.

Reply via email to