Here are the test results for /trunk r7851 on
    Windows XP SP2
    Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
    Activestate Perl 5.8.6
    Activestate Python 2.4.0
    ANTLR 2.7.5
    ICU 3.2
    GDBM 1.8.3
    GMP 4.1.4

Tested configurations are
       perl Configure.pl --without-icu
       
       perl Configure.pl --icushared="C:/usr/local/icu/lib/icudt.lib 
C:/usr/local/icu/lib/icuuc.lib"
                         --icuheaders="C:/usr/local/icu/include"
                         --icudatadir="C:/usr/local/icu/data"

Summary of broken things:
- python and antlr detection are broken, probably due to r7849.  These
programs report their version on stderr on Windows (what about other
platforms?), which is ignored in C<capture_output>.

    C:\>python -V
    Python 2.4

    C:\>python -V 2>err.txt

    C:\>

- t/pmc/fixedpmcarray.t

    t\pmc\fixedpmcarray............#     Failed test (t\pmc\fixedpmcarray.t at 
line 391)
    #                   'current instr.: 'main' pc 10
    # Null PMC access in name()
    # '
    #     doesn't match '/^Null PMC access in name()/
    # '

- Dynclasses and spawnw, as usual.


Test Summaries:

       perl Configure.pl --without-icu
Failed Test            Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t\dynclass\foo.t          3   768     3    3 100.00%  1-3
t\dynclass\gdbmhash.t    13  3328    13   13 100.00%  1-13
t\dynclass\pybuiltin.t    6  1536     6    6 100.00%  1-6
t\dynclass\pyclass.t      6  1536     6    6 100.00%  1-6
t\dynclass\pycomplex.t    2   512     2    2 100.00%  1-2
t\dynclass\pyfunc.t       4  1024     4    4 100.00%  1-4
t\dynclass\pyint.t       26  6656    26   26 100.00%  1-26
t\op\spawnw.t             2   512     3    2  66.67%  2-3
t\pmc\fixedpmcarray.t     1   256    12    1   8.33%  12
3 tests and 70 subtests skipped.
Failed 9/146 test scripts, 93.84% okay. 63/2397 subtests failed, 97.37% okay.

       perl Configure.pl --icushared="C:/usr/local/icu/lib/icudt.lib 
C:/usr/local/icu/lib/icuuc.lib"
                         --icuheaders="C:/usr/local/icu/include"
                         --icudatadir="C:/usr/local/icu/data"
Failed Test            Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t\dynclass\foo.t          3   768     3    3 100.00%  1-3
t\dynclass\gdbmhash.t    13  3328    13   13 100.00%  1-13
t\dynclass\pybuiltin.t    6  1536     6    6 100.00%  1-6
t\dynclass\pyclass.t      6  1536     6    6 100.00%  1-6
t\dynclass\pycomplex.t    2   512     2    2 100.00%  1-2
t\dynclass\pyfunc.t       4  1024     4    4 100.00%  1-4
t\dynclass\pyint.t       26  6656    26   26 100.00%  1-26
t\op\spawnw.t             2   512     3    2  66.67%  2-3
t\pmc\fixedpmcarray.t     1   256    12    1   8.33%  12
3 tests and 70 subtests skipped.
Failed 9/146 test scripts, 93.84% okay. 63/2397 subtests failed, 97.37% okay.

Ron


Reply via email to