Record Tcl and Tk test results for WinXP Pro.
This commit is contained in:
parent
c8aa08b172
commit
011de6cc96
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue