[Python-checkins] python/dist/src/PCbuild readme.txt, 1.56, 1.57 rt.bat, 1.9, 1.10

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Mon Aug 30 23:14:53 CEST 2004


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27749/PCbuild

Modified Files:
	readme.txt rt.bat 
Log Message:
Updated test-runner .bat for new location of Tcl/Tk.

Replaced outcomes from native Tcl/Tk tests.  Maybe the diffs are legit,
maybe not.  I noticed that the Tcl results I'm replacing here claimed
both that there were no failures, and that one file had tests with
failures, so I wasn't inclined to trust them <wink>.


Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- readme.txt	30 Aug 2004 09:22:04 -0000	1.56
+++ readme.txt	30 Aug 2004 21:14:51 -0000	1.57
@@ -93,9 +93,8 @@
         nmake -f makefile.vc test
 
         On WinXP Pro, wholly up to date as of 30-Aug-2004:
-        all.tcl:        Total   10572   Passed  9869    Skipped 703     Failed  0
+        all.tcl:        Total   10678   Passed  9969    Skipped 709     Failed  0
         Sourced 129 Test Files.
-        Files with failing tests: ioCmd.test
 
     Build Tk
     --------
@@ -112,10 +111,9 @@
         nmake -f makefile.vc TCLDIR=..\..\tcl8.4.7 test
 
         On WinXP Pro, wholly up to date as of 30-Aug-2004:
-        all.tcl:        Total   8421    Passed  6826    Skipped 1581    Failed  14
+        all.tcl:        Total   8420    Passed  6826    Skipped 1581    Failed  13
         Sourced 91 Test Files.
-        Files with failing tests: frame.test scrollbar.test textWind.test winDialog.test
-        winWm.test winfo.test
+        Files with failing tests: canvImg.test scrollbar.test textWind.test winWm.test
 
 zlib
     Python wrapper for the zlib compression library.  Get the source code
@@ -282,13 +280,13 @@
 Building for Itanium
 --------------------
 
-The project files support a ReleaseItanium configuration which creates 
+The project files support a ReleaseItanium configuration which creates
 Win64/Itanium binaries. For this to work, you need to install the Platform
 SDK, in particular the 64-bit support. This includes an Itanium compiler
 (future releases of the SDK likely include an AMD64 compiler as well).
 In addition, you need the Visual Studio plugin for external C compilers,
 from http://sf.net/projects/vsextcomp. The plugin will wrap cl.exe, to
-locate the proper target compiler, and convert compiler options 
+locate the proper target compiler, and convert compiler options
 accordingly.
 
 The Itanium build has seen little testing. The SDK compiler reports a lot

Index: rt.bat
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/rt.bat,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rt.bat	17 Jul 2004 23:44:32 -0000	1.9
+++ rt.bat	30 Aug 2004 21:14:51 -0000	1.10
@@ -19,7 +19,7 @@
 @set _qmode=no
 @set _dashO=
 @set _oldpath=%PATH%
- at PATH %PATH%;..\..\tcl84\bin
+ at PATH %PATH%;..\..\tcltk\bin
 @goto CheckOpts
 :Again
 @shift



More information about the Python-checkins mailing list