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


Attached patch updates PLATFORMS with the number of failing tests on my
Windows XP box with Visual C++ 7.1 and Visual C++ 8.0, at r13309.

My setup is:

Windows XP SP2
Windows Server 2003 R2 Platform SDK
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077
for 80x86
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Perl       5.8.8 (ActiveState Build 816)
GNU Bison  2.1
flex       2.5.4
ICU        3.2
GDBM       1.8.3
GMP        4.1.4
Python     2.4.3 (ActiveState Build 12)
GNU bc     1.06
GNU m4     1.4.2
Mono       1.1.13.8
WAP-wmls   1.01

Visual C++ 7.1 results

Failed Test          Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/doc/pod.t             1   256  1217    1   0.08%  905
t/dynoplibs/myops.t     1   256     7    1  14.29%  5
t/dynpmc/perlnum.t      1   256    60    1   1.67%  47
t/examples/past.t       1   256     1    1 100.00%  1
t/examples/streams.t    2   512    12    2  16.67%  1-2
t/op/arithmetics.t      1   256    26    1   3.85%  7
t/perl/Parrot_IO.t      1   256    55    1   1.82%  45
t/pmc/complex.t        16  4096    53   16  30.19%  33 38-49 51-53
t/pmc/env.t             2   512    12    2  16.67%  9-10
t/pmc/eval.t            1   256    19    1   5.26%  19
t/pmc/file.t            5  1280     7    5  71.43%  1-2 5-7
t/pmc/float.t           1   256    42    1   2.38%  23
t/pmc/sub.t             1   256    55    1   1.82%  54
17 tests and 369 subtests skipped.
Failed 13/242 test scripts, 94.63% okay. 34/6036 subtests failed, 99.44%
okay.


Visual C++ 8.0 results

Failed Test         Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/doc/pod.t            1   256  1217    1   0.08%  905
t/dynoplibs/myops.t    1   256     7    1  14.29%  5
t/examples/past.t      1   256     1    1 100.00%  1
t/perl/Parrot_IO.t     1   256    55    1   1.82%  45
t/pmc/complex.t        1   256    53    1   1.89%  33
t/pmc/env.t            2   512    12    2  16.67%  9-10
t/pmc/eval.t           1   256    19    1   5.26%  19
t/pmc/file.t           5  1280     7    5  71.43%  1-2 5-7
t/pmc/sub.t            1   256    55    1   1.82%  54
17 tests and 369 subtests skipped.
Failed 9/242 test scripts, 96.28% okay. 14/6036 subtests failed, 99.77%
okay.

Ron
Index: PLATFORMS
===================================================================
--- PLATFORMS   (revision 13309)
+++ PLATFORMS   (working copy)
@@ -22,7 +22,8 @@
 tru64-alpha-compaq_c6.5  8   ?    ?    ?     Y   ?   Y    Y/2   ?  20060203
 win32-x86-cygwin_1.5.18      Y    Y    -     Y   Y   Y*1  Y/2   ?  20060108
 win32-x86-mingw-gcc3.4.2     Y    Y    -     -   -   Y    Y/24  Y  20060609
-win32-x86-msvc_7.1           -    Y    -     -   -   Y    Y/6   ?  20060607
+win32-x86-msvc_7.1           -    Y    -     -   -   Y    Y/13  ?  20060715
+win32-x86-msvc_8.0           -    Y    -     -   -   Y    Y/9   ?  20060715
 
 ?   ... unknown or untested
 -   ... no

Reply via email to