summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Restored commented-out line checked in by mistake.Tim Peters2003-07-231-1/+1
* locale-restoration code: Don't leave comparison to None implicit. ForTim Peters2003-07-231-1/+1
* Patch #775784: YA Cygwin expected regression test skip patchJason Tishler2003-07-221-0/+1
* Patch #746801: FreeBSD 4 expected failures, by Charles Swiger.Martin v. Löwis2003-06-071-0/+30
* User cStringIO instead of StringIO.Raymond Hettinger2003-05-171-2/+2
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-0/+2
* the new bsddb185 module is an expected skip on most platforms (this may notSkip Montanaro2003-05-061-0/+12
* remove test_socketserver from the skip listsSkip Montanaro2003-04-241-11/+0
* Revert Patch #670715: iconv support.Martin v. Löwis2003-04-031-4/+0
* Move Mac/Windows specific expected skips from each platform listNeal Norwitz2003-03-291-49/+8
* Add 'audio' resource.Guido van Rossum2003-03-111-1/+5
* Test_ioctl and test_tarfile are skipped on MacOS9.Jack Jansen2003-03-071-0/+2
* test_ioctl is an expected skip on Windows.Tim Peters2003-03-041-0/+1
* Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resourceNeal Norwitz2003-02-281-0/+7
* The macfs, macostools, and plistlib should not be expected to runFred Drake2003-02-261-0/+33
* Expect to skip test_iconv_codecs on MacOSX.Jack Jansen2003-02-231-0/+1
* Checking mac-specific stuff from the 2.3a2 branch in on the trunk.Jack Jansen2003-02-211-0/+1
* Whitespace normalization.Tim Peters2003-02-191-1/+1
* test_posix is an expected skip on Win32. Also fixed test_posix toTim Peters2003-02-171-0/+1
* - The audio driver tests (test_ossaudiodev.py andGuido van Rossum2003-02-141-0/+2
* Re-enable compiling ossaudiodev now that it seems to work again.Guido van Rossum2003-02-131-1/+0
* Expect test_ossaudiodev to skip on Linux, too. (It's broken.Guido van Rossum2003-02-121-0/+1
* Patch #551977: Regression exceptions for cygwinJason Tishler2003-02-051-0/+1
* test_support.requires(): Instead of raising TestSkipped, raise a newFred Drake2003-02-031-1/+9
* Remove test_b1 and test_b2 from the list of testsWalter Dörwald2003-02-031-2/+0
* - The mac-specific tests should also be run on darwin.Jack Jansen2003-01-291-1/+2
* Expect test_macostools and test_macfs to get skipped wheneverTim Peters2003-01-291-24/+8
* Repaired spelling of "test_iconv_codecs" in various expected-skip lists.Tim Peters2003-01-271-3/+3
* Patch #670715: Universal Unicode Codec for POSIX iconv.Martin v. Löwis2003-01-261-0/+3
* Updated the list of expected skips for MacPython-OS9.Jack Jansen2003-01-081-0/+8
* add list of expected skips for the OS/2 EMX portAndrew MacIntyre2002-12-311-0/+28
* Updated the expected skips for MacOSX.Jack Jansen2002-12-301-0/+3
* Added test_ossaudiodev to expected skips on Windows.Tim Peters2002-12-101-0/+1
* Add a Cygwin skip mentioned by Jason Tishler.Tim Peters2002-12-051-1/+1
* Patch #551977: Regression exceptions for cygwinJason Tishler2002-12-051-0/+22
* Rearrange test_socket_ssl so that a skip is expected iff the networkTim Peters2002-12-041-8/+7
* Some more expected skips on OSX.Guido van Rossum2002-12-031-0/+3
* On Max OSX, try increasing the stack limit to 2048 so test_re andGuido van Rossum2002-12-021-0/+16
* Add a way to say "use any resource except A". For example, to runFred Drake2002-11-261-3/+14
* Reduced memory burden by iterating over the normalization test inputTim Peters2002-11-241-1/+1
* Fiddled things so that test_normalization is expected to be skipped ifTim Peters2002-11-241-1/+11
* Skip test_normalization on Windows until it's at least clear why theTim Peters2002-11-241-0/+1
* Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest.Tim Peters2002-11-221-0/+1
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-1/+4
* Remove spurious cruft from the output.Fred Drake2002-10-171-1/+1
* Logic for determining whether skipping test_pep277 is expected: whetherTim Peters2002-10-091-1/+8
* Add test_pep277 to the expected skips on Linux. (This test seems toGuido van Rossum2002-10-061-0/+1
* Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2.Martin v. Löwis2002-09-301-1/+58
* Suppress hex/oct constant warnings in <string> on 64-bit platforms,Guido van Rossum2002-09-191-0/+5
* Add a bunch of sys.stdout.flush() calls that will hopefully improveGuido van Rossum2002-09-131-0/+7