Zachary Ware
7ab6cb44e4
Allow PCbuild\rt.bat to accept unlimited arguments for regrtest.
...
This makes it possible to pass more than 7 tests by name through
Tools\buildbot\test.bat
2015-09-03 23:37:18 -05:00
Zachary Ware
4734372aa0
Close #24508 : Backport the 3.5 MSBuild project files.
...
The old project files move to PC/VS9.0 and remain supported.
VS2008 is still required to build 2.7; VS2010 (or later, plus Windows SDK 7.1)
is *also* required to use the new project files.
2015-07-16 00:24:48 -05:00
Zachary Ware
e1076aa4e2
Clean up/refactor the batch scripts used for building on Windows.
...
This is mostly a backport of issue #21907 , but also includes a few
extras necessary to make the bulidbot scripts as thin as possible.
2015-06-09 15:21:39 -05:00
Zachary Ware
b9298a4fbb
Issue #17202 : Add .bat to .hgeol to force them to CRLF.
...
Using LF can a script to fail if it tries to use a label that is
split across 512 byte blocks. Who knows why.
2015-04-13 11:54:11 -05:00
Zachary Ware
21a2350a83
Issue #17896 : Move Windows external lib sources from .. to externals.
2014-11-01 22:34:09 -05:00
Ezio Melotti
6a4f394165
#17883 : Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware.
2013-05-05 22:36:09 +03:00
Hirokazu Yamamoto
b046529b7d
Recorded rollback of revisions 84857,84870,84875 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
2010-09-29 08:38:37 +00:00
Hirokazu Yamamoto
0dd078a736
Merged revisions 84857,84870,84875 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84857 | hirokazu.yamamoto | 2010-09-17 17:53:31 +0900 | 1 line
Let's see if tcl/tk test runs on windows buildbot with this fix.
........
r84870 | hirokazu.yamamoto | 2010-09-18 09:31:44 +0900 | 3 lines
regrtest.py now runs python in build/test_python_xxx. (deeper than here)
So failed to load tcl/tk dll because $(dist)/tcltk/bin was set to PATH as
relative path. (Windows)
........
r84875 | hirokazu.yamamoto | 2010-09-18 13:02:52 +0900 | 1 line
Applied r84870 to older compilers.
........
2010-09-19 09:10:40 +00:00
Ezio Melotti
4fcf7d445c
Add -Wd and -3 to the flags used to run the tests on Windows.
2010-03-31 22:43:31 +00:00
Martin v. Löwis
bf7b0b7b81
Patch #2284 : add -x64 option to rt.bat.
2008-03-14 13:56:09 +00:00
Christian Heimes
3adfe9aaae
Renamed PCBuild9 directory to PCBuild
2007-12-31 15:18:55 +00:00
Christian Heimes
915d5d96d8
Moved PCbuild directory to PC/VS7.1
2007-12-31 14:51:18 +00:00
Tim Peters
42cd14d04c
More cmd.exe exploitation.
2004-08-30 22:13:22 +00:00
Tim Peters
e2f6899fd6
Since it's impossible to build Python using VC7.1 on a command.com
...
system, exploit cmd.exe's setlocal function in this directory.
2004-08-30 21:27:55 +00:00
Tim Peters
e82b00f14f
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>.
2004-08-30 21:14:51 +00:00
Tim Peters
1d64fb3461
Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl can
...
actually run. When it fails, it pops up a dialog box, and the test run
hangs waiting for you to click OK -- that sucks too much to bear.
2004-07-17 23:44:32 +00:00
Guido van Rossum
fb1db4cda1
Add -E and -tt options to the python invocations, as for the Unix tests.
...
The -tt means modules that mix tabs and spaces will be rejected.
The -E refuses to believe Python options in the environment.
2002-08-07 19:06:27 +00:00
Tim Peters
ffd9328239
Clean up the "docs".
2001-02-19 21:44:53 +00:00
Tim Peters
6a9aec47b7
Change Windows test to do a complete job of removing .pyc/.pyo files
...
reachable from Lib/.
2001-02-11 00:46:39 +00:00
Tim Peters
755f4c1035
Added -O option (to run python or python_d w/ -O),
2001-01-23 02:42:09 +00:00
Tim Peters
2ad1a444e5
When running the tests twice, stuck a "Press any key to continue ..." pause
...
between passes: Win9x DOS boxes are limited to 50 lines max, and the result
of the first pass scrolls off irretrievably otherwise. Also simplified
the goto-laden logic a bit.
2001-01-20 01:53:43 +00:00
Tim Peters
2cfa9806c7
Run tests twice by default, first time deleting .pyc/.pyo files.
...
New option "-q" to leave .pyc/.pyo alone.
2001-01-19 21:43:49 +00:00
Guido van Rossum
4bf9c20e18
Delete the bytecode from the library and tests before running the
...
tests for the first time -- like the Unix Makefile does. This
avoids not catching problems in the bytecode generator and/or bytecode
marshalling.
2001-01-19 21:00:04 +00:00
Tim Peters
a2ebb87bfe
Added simple batch file to make running the test suite from the PCbuild
...
directory less tedious.
2000-09-15 07:36:28 +00:00