Commit e82b00f1 authored by Tim Peters's avatar Tim Peters

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>.
parent d311538a
......@@ -93,9 +93,8 @@ _tkinter
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 @@ _tkinter
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
......
......@@ -19,7 +19,7 @@
@set _qmode=no
@set _dashO=
@set _oldpath=%PATH%
@PATH %PATH%;..\..\tcl84\bin
@PATH %PATH%;..\..\tcltk\bin
@goto CheckOpts
:Again
@shift
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment