summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Remove an infelicitous space.Fred Drake2001-09-281-1/+1
* regrtest's -g option stopped working, during the changes to improveTim Peters2001-09-281-1/+1
* Guido points out that sys.__stdout__ is a bit bucket under IDLE. So keepTim Peters2001-09-251-0/+1
* Get rid of the increasingly convoluted global tricks w/ sys.stdout, inTim Peters2001-09-251-2/+2
* Since the most likely failure mode for an expected-output test is a changeTim Peters2001-09-221-15/+22
* reportdiff(): print a "plain diff" style diff.Guido van Rossum2001-09-211-4/+30
* Oops. I didn't expect that some tests (test_cookie) have expectedGuido van Rossum2001-09-211-9/+2
* Change the way unexpected output is reported: rather than stopping atGuido van Rossum2001-09-211-78/+40
* Get rid of a superfluous space after "--" in the message printed for aGuido van Rossum2001-09-181-2/+1
* Make test_socketserver require the network resource.Tim Peters2001-09-181-0/+1
* I don't expect test_socketserver to get skipped on Windows anymore.Tim Peters2001-09-181-1/+0
* Teach regrtest how to pass on doctest failure msgs. This is done via aTim Peters2001-09-091-2/+6
* Two small changes to the resource usage option:Guido van Rossum2001-09-061-2/+3
* Patch #453627: Adds a list of tests that are expected to be skipped for UnixW...Martin v. Löwis2001-09-051-0/+24
* Whitespace normalization (tabs -> 4 spaces) in the Mac expectations.Guido van Rossum2001-09-021-35/+35
* Added list of tests expected to be skipped on the mac.Jack Jansen2001-08-281-0/+36
* Removed --have-resources flag in favor of the more granular -u/--useBarry Warsaw2001-08-201-22/+61
* Fix SF bug [ #450245 ] Error in parsing future stmtsJeremy Hylton2001-08-201-0/+1
* Modify _Set to support iteration.Jeremy Hylton2001-08-121-0/+3
* Make the output of tests skipped readable (i.e., deliberately break itTim Peters2001-08-121-6/+30
* Add the list of expected skips for Linux 2.x. Restructured the code aGuido van Rossum2001-08-121-28/+51
* Move line; reported on python-dev by Mark Favas (thanks!).Tim Peters2001-08-121-1/+1
* Teach regrtest which tests we *expect* to skip on Win32. Please teach itTim Peters2001-08-121-0/+85
* runtest(): When generating output, if the result is a single line with theFred Drake2001-05-291-1/+19
* Implementing an idea from Guido on the checkins list:Tim Peters2001-05-221-1/+8
* If the file containing expected output does not exist, assume that itFred Drake2001-05-211-1/+6
* Fix compileall.py so that it fails on SyntaxErrorsJeremy Hylton2001-04-181-5/+0
* Add regression test for future statements. This adds eight files, butJeremy Hylton2001-02-281-0/+7
* Describe -s a little more generically.Barry Warsaw2001-02-231-5/+6
* String method conversion.Eric S. Raymond2001-02-091-4/+3
* Christmas present to myself: changed regrtest in two ways:Tim Peters2000-12-301-4/+30
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-3/+3
* Make the regrtest.py -l (findleaks) option considerably less obnoxious.Neil Schemenauer2000-10-131-4/+10
* - Replace debugleak flag with findleaks flag. The new SAVEALL GC option isNeil Schemenauer2000-09-221-6/+14
* When skipping a test, do not include a spurious space between the exceptionFred Drake2000-08-231-1/+1
* When a KeyboardInterrupt is caught, just use the "raise" syntax toFred Drake2000-08-181-2/+2
* Add largefile support for Linux64 and WIn64. Add test_largefile and some minorTrent Mick2000-08-111-7/+12
* Make test_support.TestSkipped errors work the same way as ImportErrors:Thomas Wouters2000-08-041-1/+1
* Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gcBarry Warsaw2000-08-031-12/+23
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* fix bug #42 reported by Andrew DalkeJeremy Hylton2000-07-111-0/+2
* * added a randomize flag and corresponding -r command line argument thatSkip Montanaro2000-06-301-8/+13
* Alas, Vladimir's patch was too aggressive, and started causing reallyGuido van Rossum2000-05-051-1/+1
* Patch by Vladimir Marangozov to unload additionally imported modulesGuido van Rossum2000-04-211-0/+5
* Added a -s option which is useful for narrowing down memory leaks.Barry Warsaw1999-01-281-4/+42
* There was still something wrong. The original NOTTESTS are replacedGuido van Rossum1998-08-251-3/+6
* Should pass explicit arguments to findtests(). Should initialize 'nottests'.Guido van Rossum1998-08-241-2/+4
* Generalized so it's useful for testing other packages, by AndrewGuido van Rossum1998-08-011-9/+34
* Add writelines() method to Compare class.Guido van Rossum1998-04-231-0/+3