[Python-checkins] python/dist/src/PCbuild readme.txt,1.49,1.50

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Apr 11 13:29:14 EDT 2004


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

Modified Files:
	readme.txt 
Log Message:
Record Tcl and Tk test results for WinXP Pro.


Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** readme.txt	20 Mar 2004 21:00:26 -0000	1.49
--- readme.txt	11 Apr 2004 17:29:12 -0000	1.50
***************
*** 90,95 ****
      XXX Should we compile with OPTS=threads?
  
!     XXX Some tests failed in "nmake -f makefile.vc test".  On Win2K:
!     XXX all.tcl   Total 10480   Passed 9781    Skipped 698     Failed  1
  
      Build Tk
--- 90,100 ----
      XXX Should we compile with OPTS=threads?
  
!     Optional:  run tests, via
!         nmake -f makefile.vc test
! 
!         On WinXP Pro, wholly up to date as of 11-Apr-2004:
!         all.tcl:        Total   10564   Passed  9855    Skipped 708     Failed  1
!         Sourced 129 Test Files.
!         Files with failing tests: httpold.test
  
      Build Tk
***************
*** 101,111 ****
      XXX Should we compile with OPTS=threads?
  
-     XXX I have no idea whether "nmake -f makefile.vc test" passed or
-     XXX failed.  It popped up tons of little windows, and did lots of
-     XXX stuff, and nothing blew up.
- 
      XXX Our installer copies a lot of stuff out of the Tcl/Tk install
      XXX directory.  Is all of that really needed for Python use of Tcl/Tk?
  
      Make sure the installer matches
      -------------------------------
--- 106,121 ----
      XXX Should we compile with OPTS=threads?
  
      XXX Our installer copies a lot of stuff out of the Tcl/Tk install
      XXX directory.  Is all of that really needed for Python use of Tcl/Tk?
  
+     Optional:  run tests, via
+         nmake -f makefile.vc TCLDIR=..\..\tcl8.4.5 test
+ 
+         On WinXP Pro, wholly up to date as of 11-Apr-2004:
+         all.tcl:        Total   8327    Passed  6717    Skipped 1579    Failed  31
+         Sourced 182 Test Files.
+         Files with failing tests: canvImg.test scale.test scrollbar.test textWind.test winWm.test
+ 
+ 
      Make sure the installer matches
      -------------------------------
***************
*** 160,178 ****
  
      and download version 4.2.52.
!     
!     With or without strong cryptography? You can choose either with or 
!     without strong cryptography, as per the instructions below.  By 
      default, Python is built and distributed WITHOUT strong crypto
      XXX - is the above correct?
!     
      Unpack into the dist\. directory, ensuring you expand with folder names.
!     
      If you downloaded with strong crypto, this will create a dist\db-4.2.52
      directory, and is ready to use.
!     
!     If you downloaded WITHOUT strong crypto, this will create a 
      dist\db-4.2.52.NC directory - this directory should be renamed to
      dist\db-4.2.52 before use.
!       
      Open
          dist\db-4.2.52\docs\index.html
--- 170,188 ----
  
      and download version 4.2.52.
! 
!     With or without strong cryptography? You can choose either with or
!     without strong cryptography, as per the instructions below.  By
      default, Python is built and distributed WITHOUT strong crypto
      XXX - is the above correct?
! 
      Unpack into the dist\. directory, ensuring you expand with folder names.
! 
      If you downloaded with strong crypto, this will create a dist\db-4.2.52
      directory, and is ready to use.
! 
!     If you downloaded WITHOUT strong crypto, this will create a
      dist\db-4.2.52.NC directory - this directory should be renamed to
      dist\db-4.2.52 before use.
! 
      Open
          dist\db-4.2.52\docs\index.html




More information about the Python-checkins mailing list