diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-04-11 17:29:12 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-04-11 17:29:12 (GMT) |
commit | 011de6cc96b652fa54ae0050393c4479f065a5e2 (patch) | |
tree | 5d1f529c1087b5c3fdb99142919538f97d71357b /PCbuild/readme.txt | |
parent | c8aa08b1725420c00b8960f1915d5a3a7c32b8c5 (diff) | |
download | cpython-011de6cc96b652fa54ae0050393c4479f065a5e2.zip cpython-011de6cc96b652fa54ae0050393c4479f065a5e2.tar.gz cpython-011de6cc96b652fa54ae0050393c4479f065a5e2.tar.bz2 |
Record Tcl and Tk test results for WinXP Pro.
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 38 |
1 files changed, 24 insertions, 14 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 96374e4..043bfa4 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -89,8 +89,13 @@ _tkinter 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 + 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 -------- @@ -100,13 +105,18 @@ _tkinter 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? + 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 ------------------------------- Ensure that the Wise compiler vrbl _TCLDIR_ is set to the name of @@ -159,21 +169,21 @@ _bsddb http://www.sleepycat.com/download/ 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 + + 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 + + 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 |