Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a Cygwin skip mentioned by Jason Tishler. | Tim Peters | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | Patch #551977: Regression exceptions for cygwin | Jason Tishler | 2002-12-05 | 1 | -0/+22 |
| | | | | | | This patch updates regrtest.py to understand which tests are normally skipped under Cygwin. The list of tests was verified with the Cygwin Python maintainer. | ||||
* | Rearrange test_socket_ssl so that a skip is expected iff the network | Tim Peters | 2002-12-04 | 1 | -8/+7 |
| | | | | resource isn't enabled or the socket module doesn't support ssl. | ||||
* | Some more expected skips on OSX. | Guido van Rossum | 2002-12-03 | 1 | -0/+3 |
| | |||||
* | On Max OSX, try increasing the stack limit to 2048 so test_re and | Guido van Rossum | 2002-12-02 | 1 | -0/+16 |
| | | | | test_sre won't die with a SegFault. | ||||
* | Add a way to say "use any resource except A". For example, to run | Fred Drake | 2002-11-26 | 1 | -3/+14 |
| | | | | | allow the use of any resource except bsddb, give the option "-uall,-bsddb". | ||||
* | Reduced memory burden by iterating over the normalization test input | Tim Peters | 2002-11-24 | 1 | -1/+1 |
| | | | | file directly (instead of sucking it all into a list of lines first). | ||||
* | Fiddled things so that test_normalization is expected to be skipped if | Tim Peters | 2002-11-24 | 1 | -1/+11 |
| | | | | and only if the test input file doesn't exist. | ||||
* | Skip test_normalization on Windows until it's at least clear why the | Tim Peters | 2002-11-24 | 1 | -0/+1 |
| | | | | | data it needs doesn't exist in the project. If it's a huge file, maybe the test should be changed to be one of the -u thingies. | ||||
* | Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest. | Tim Peters | 2002-11-22 | 1 | -0/+1 |
| | | | | | | | The bsddb subproject is gone. The _bsddb subproject is new. There are problems here, but I'm out of time to work on this now. If anyone can address an XXX comment or two in readme.txt, please do! | ||||
* | Importing test suite from bsddb3 3.4.0 (with modifications). | Martin v. Löwis | 2002-11-19 | 1 | -1/+4 |
| | |||||
* | Remove spurious cruft from the output. | Fred Drake | 2002-10-17 | 1 | -1/+1 |
| | |||||
* | Logic for determining whether skipping test_pep277 is expected: whether | Tim Peters | 2002-10-09 | 1 | -1/+8 |
| | | | | | | ths "should be" skipped depends on os.path.supports_unicode_filenames, not really on the platform. Fiddled the expected-skip constructor appropriately. | ||||
* | Add test_pep277 to the expected skips on Linux. (This test seems to | Guido van Rossum | 2002-10-06 | 1 | -0/+1 |
| | | | | | be skipped everywhere except on Windows NT and descendants, but I'm only going to add it to the skip list for the platform I can test.) | ||||
* | Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. | Martin v. Löwis | 2002-09-30 | 1 | -1/+58 |
| | |||||
* | Suppress hex/oct constant warnings in <string> on 64-bit platforms, | Guido van Rossum | 2002-09-19 | 1 | -0/+5 |
| | | | | because there test_grammar.py pulls them out of strings there. | ||||
* | Add a bunch of sys.stdout.flush() calls that will hopefully improve | Guido van Rossum | 2002-09-13 | 1 | -0/+7 |
| | | | | the usability of the output of the Xenofarm builds. | ||||
* | Got rid of the toy _Set class, in favor of sets.Set. | Tim Peters | 2002-08-23 | 1 | -33/+6 |
| | |||||
* | The filterwarnings() call here should be updated to filter out | Guido van Rossum | 2002-08-14 | 1 | -1/+1 |
| | | | | FutureWarning. | ||||
* | Suppress warnings about test_grammar.py that can't be suppressed inside | Guido van Rossum | 2002-08-12 | 1 | -0/+6 |
| | | | | that file itself (because it's the parser that reports them). | ||||
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -3/+23 |
| | | | | | | | | imports of test modules now import from the test package. Other related oddities are also fixed (like DeprecationWarning filters that weren't specifying the full import part, etc.). Also did a general code cleanup to remove all "from test.test_support import *"'s. Other from...import *'s weren't changed. | ||||
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -2/+1 |
| | | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :) | ||||
* | Add missing comma. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
| | |||||
* | Add a rather generous set of tests allowed to be skipped on sunos5. | Guido van Rossum | 2002-07-17 | 1 | -0/+23 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2002-07-16 | 1 | -27/+27 |
| | |||||
* | printlist(): Replaced the guts with a call to textwrap. Yay! | Tim Peters | 2002-07-04 | 1 | -30/+19 |
| | |||||
* | Patch #488073: AtheOS port. | Martin v. Löwis | 2002-06-11 | 1 | -0/+28 |
| | |||||
* | Added -t (--threshold) option to call gc.set_threshold(N). | Guido van Rossum | 2002-06-07 | 1 | -25/+30 |
| | |||||
* | regrtest has a new | Tim Peters | 2002-06-02 | 1 | -7/+34 |
| | | | | | | | | | | | | | | -f/--fromfile <filename> option. This runs all and only the tests named in the file, in the order given (although -x may weed that list, and -r may shuffle it). Lines starting with '#' are ignored. This goes a long way toward helping to automate the binary-search-like procedure I keep reinventing by hand when a test fails due to interaction among tests (no failure in isolation, and some unknown number of predecessor tests need to run first -- now you can stick all the test names in a file, and comment/uncomment blocks of lines until finding a minimal set of predecessors). | ||||
* | Fred's recent changes to support "-u all" resulted in subset resource | Andrew MacIntyre | 2002-04-30 | 1 | -1/+1 |
| | | | | selections (eg "-u network") being ignored. | ||||
* | test_resource has no chance of running on Windows. | Tim Peters | 2002-04-23 | 1 | -0/+1 |
| | |||||
* | Enable universal newlines on Windows. Note that NEWS needs more words! | Tim Peters | 2002-04-21 | 1 | -1/+0 |
| | |||||
* | Expect test_email_codecs to be skipped -- few users or developers will | Guido van Rossum | 2002-04-16 | 1 | -0/+1 |
| | | | | have the needed optional Japanese codecs installed. | ||||
* | OK, don't call resetwarnings(). | Tim Peters | 2002-04-16 | 1 | -2/+0 |
| | |||||
* | It makes more sense to call resetwarnings() after every test runs than | Tim Peters | 2002-04-16 | 1 | -0/+2 |
| | | | | to keep doing that in every test that wants to filter a warning. | ||||
* | I expect test_univnewlines to be skipped on Windows. I expect this | Tim Peters | 2002-04-15 | 1 | -0/+1 |
| | | | | | because it *is* skipped. I'm not entirely sure it should be skipped, but figuring that out would take actual thought <wink>. | ||||
* | Clean up the "all" support for -u. | Fred Drake | 2002-04-11 | 1 | -1/+2 |
| | |||||
* | I don't expect test_email_codecs to run on Windows. | Tim Peters | 2002-04-11 | 1 | -0/+1 |
| | |||||
* | Added the resource name "all" to enable all of the optional resource uses. | Fred Drake | 2002-04-11 | 1 | -2/+11 |
| | | | | This is nice for use with "make TESTOPTS='-u all' test". | ||||
* | We expect to skip the new test_mpz on Windows. | Tim Peters | 2002-04-01 | 1 | -1/+5 |
| | |||||
* | first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP. | Skip Montanaro | 2002-03-15 | 1 | -0/+30 |
| | |||||
* | Fix typo | Neal Norwitz | 2002-02-08 | 1 | -1/+1 |
| | |||||
* | Added test_socketserver and test_unicode_file to tests expected to be | Jack Jansen | 2001-12-14 | 1 | -0/+2 |
| | | | | | skipped on Mac OS X. Not sure yet about test_locale.py: this may be due to my copy of Mac OS X (although it talks english fine enough). | ||||
* | sys.platform on Mac OS X is now "darwin", without any version number appended. | Jack Jansen | 2001-12-05 | 1 | -1/+1 |
| | | | | This should probably go into NEWS (who's responsible for that?). | ||||
* | Added tests expected to be skipped on Mac OS X. | Jack Jansen | 2001-12-02 | 1 | -0/+21 |
| | |||||
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 1 | -0/+1 |
| | | | | changes from start of branch upto r22b2 were already merged, of course). | ||||
* | Whitespace normalization. | Tim Peters | 2001-10-30 | 1 | -1/+1 |
| | |||||
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -2/+44 |
| | |||||
* | test_curses is an expected skip on Linux too. | Guido van Rossum | 2001-10-23 | 1 | -0/+1 |
| | |||||
* | Record that test_curses doesn't run on win32. | Tim Peters | 2001-10-22 | 1 | -0/+1 |
| |