# New Ticket Created by  Clinton Pierce 
# Please include the string:  [perl #18003]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=18003 >


I sync'd up Parrot for the first time in ages today to get rid of a
PerlArray PMC bug in my build, and on a lark decided to run the tests.  The
results are attached.

The procedure I followed was:

        1. synced up with CVS
                cvs -d :pserver:[EMAIL PROTECTED]:/cvs/public login
                cvs -d :pserver:[EMAIL PROTECTED]:/cvs/public co parrot
        2. nmake clean
        3. perl configure.pl
        4. nmake
        5. nmake test

The PerlArray PMC bug did go away in this build.  

Enjoy!


PS: This built with *much* fewer warnings than past versions.  (only 1!)
Nice job, somebody!

-------------------------------------------------

        C:\perl\bin\perl.exe t/harness  quick
t/src/basic.........# No tests run!
t/src/basic.........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
t/src/intlist.......# No tests run!
t/src/intlist.......dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-4
        Failed 4/4 tests, 0.00% okay
t/src/list..........# No tests run!
t/src/list..........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/src/sprintf.......# No tests run!
t/src/sprintf.......dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/op/basic..........ok
t/op/bitwise........ok
t/op/debuginfo......ok
t/op/gc.............ok
t/op/globals........ok
t/op/hacks..........ok
t/op/ifunless.......ok
t/op/info...........ok
t/op/integer........ok
t/op/interp.........ok
t/op/lexicals.......ok
t/op/macro..........ok, 1/13 skipped: Await exceptions
t/op/number.........ok
t/op/rx.............ok, 1/23 skipped: Pending some sort of lowercasing op
t/op/stacks.........ok 8/35# './parrot  t/op/stacks_9.pbc' failed with exit
code 1
t/op/stacks.........ok 9/35# './parrot  t/op/stacks_10.pbc' failed with exit
code 1
t/op/stacks.........ok 10/35# './parrot  t/op/stacks_11.pbc' failed with
exit code 1
t/op/stacks.........ok 22/35# './parrot  t/op/stacks_23.pbc' failed with
exit code 1
t/op/stacks.........ok 23/35# './parrot  t/op/stacks_24.pbc' failed with
exit code 1
t/op/stacks.........ok, 1/35 skipped: Await exceptions
t/op/string.........ok 11/97# './parrot  t/op/string_12.pbc' failed with
exit code 1
t/op/string.........ok 12/97# './parrot  t/op/string_13.pbc' failed with
exit code 1
t/op/string.........ok 19/97# './parrot  t/op/string_20.pbc' failed with
exit code 1
t/op/string.........ok 23/97# './parrot  t/op/string_24.pbc' failed with
exit code 1
t/op/string.........ok 58/97# './parrot  t/op/string_59.pbc' failed with
exit code 1
t/op/string.........ok 59/97# './parrot  t/op/string_60.pbc' failed with
exit code 1
t/op/string.........ok 60/97# './parrot  t/op/string_61.pbc' failed with
exit code 1
t/op/string.........ok 61/97# './parrot  t/op/string_62.pbc' failed with
exit code 1
t/op/string.........ok 69/97# './parrot  t/op/string_70.pbc' failed with
exit code 1
t/op/string.........ok 70/97# './parrot  t/op/string_71.pbc' failed with
exit code 1
t/op/string.........ok 75/97# './parrot  t/op/string_76.pbc' failed with
exit code 1
t/op/string.........ok 81/97# './parrot  t/op/string_82.pbc' failed with
exit code 1
t/op/string.........ok
t/op/time...........ok 3/4# './parrot  t/op/time_4.pbc' failed with exit
code 1
t/op/time...........ok
t/op/trans..........ok
t/pmc/array.........ok 3/5# './parrot  t/pmc/array_4.pbc' failed with exit
code 1
t/pmc/array.........ok 4/5# './parrot  t/pmc/array_5.pbc' failed with exit
code 1
t/pmc/array.........ok
t/pmc/boolean.......ok
t/pmc/intlist.......ok
t/pmc/perlarray.....ok
t/pmc/perlhash......ok
t/pmc/perlint.......ok, 1/4 skipped: add_keyed: not yet
t/pmc/perlstring....ok, 1/8 skipped: Pending new version of concat_p_p_s
t/pmc/pmc...........ok 1/83# './parrot  t/pmc/pmc_2.pbc' failed with exit
code 1
t/pmc/pmc...........ok 2/83# './parrot  t/pmc/pmc_3.pbc' failed with exit
code 1
t/pmc/pmc...........ok 3/83# './parrot  t/pmc/pmc_4.pbc' failed with exit
code 1
t/pmc/pmc...........ok 4/83# './parrot  t/pmc/pmc_5.pbc' failed with exit
code 1
t/pmc/pmc...........ok, 1/83 skipped: string->int not finished yet
t/pmc/sub...........ok
Failed Test     Status Wstat Total Fail  Failed  List of Failed
----------------------------------------------------------------------------
----
t/src/basic.t    255 65280     2    2 100.00%  1-2
t/src/intlist.t  255 65280     4    4 100.00%  1-4
t/src/list.t     255 65280     1    1 100.00%  1
t/src/sprintf.t  255 65280     1    1 100.00%  1
6 subtests skipped.
Failed 4/31 test scripts, 87.10% okay. 8/481 subtests failed, 98.34% okay.
NMAKE : fatal error U1077: 'C:\perl\bin\perl.exe' : return code '0xff'
Stop.


Reply via email to