Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. | Martin v. Löwis | 2003-06-07 | 1 | -0/+30 |
| | |||||
* | User cStringIO instead of StringIO. | Raymond Hettinger | 2003-05-17 | 1 | -2/+2 |
| | |||||
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -0/+2 |
| | | | | riscospath.extsep, and use os.extsep throughout. | ||||
* | the new bsddb185 module is an expected skip on most platforms (this may not | Skip Montanaro | 2003-05-06 | 1 | -0/+12 |
| | | | | be needed - just being anal) | ||||
* | remove test_socketserver from the skip lists | Skip Montanaro | 2003-04-24 | 1 | -11/+0 |
| | |||||
* | Revert Patch #670715: iconv support. | Martin v. Löwis | 2003-04-03 | 1 | -4/+0 |
| | |||||
* | Move Mac/Windows specific expected skips from each platform list | Neal Norwitz | 2003-03-29 | 1 | -49/+8 |
| | | | | | to the ExpectedSkips class. Add test_scriptpackages to Mac only list. Add test_unicode_file to Windows only list. | ||||
* | Add 'audio' resource. | Guido van Rossum | 2003-03-11 | 1 | -1/+5 |
| | | | | | | | ALERT! A month ago or so I made test_ossaudiodev.py require the 'audio' resource, but I didn't make the necessary changes to regrtest.py. This means that *nobody* has been testing the oss module all that time! | ||||
* | Test_ioctl and test_tarfile are skipped on MacOS9. | Jack Jansen | 2003-03-07 | 1 | -0/+2 |
| | |||||
* | test_ioctl is an expected skip on Windows. | Tim Peters | 2003-03-04 | 1 | -0/+1 |
| | |||||
* | Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource | Neal Norwitz | 2003-02-28 | 1 | -0/+7 |
| | | | | | require -u network to run test_timeout since it fails when not connected to a network. | ||||
* | The macfs, macostools, and plistlib should not be expected to run | Fred Drake | 2003-02-26 | 1 | -0/+33 |
| | | | | | beyond Mac OS and Darwin. I'm not even sure they should be run on Darwin, but I'll let someone more knowledgable on that tell us. | ||||
* | Expect to skip test_iconv_codecs on MacOSX. | Jack Jansen | 2003-02-23 | 1 | -0/+1 |
| | |||||
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 1 | -0/+1 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | test_posix is an expected skip on Win32. Also fixed test_posix to | Tim Peters | 2003-02-17 | 1 | -0/+1 |
| | | | | import from test.test_support instead of directly from test_support. | ||||
* | - The audio driver tests (test_ossaudiodev.py and | Guido van Rossum | 2003-02-14 | 1 | -0/+2 |
| | | | | | | | test_linuxaudiodev.py) are no longer run by default. This is because they don't always work, depending on your hardware and software. To run these tests, you must use an invocation like ./python Lib/test/regrtest.py -u audio test_ossaudiodev | ||||
* | Re-enable compiling ossaudiodev now that it seems to work again. | Guido van Rossum | 2003-02-13 | 1 | -1/+0 |
| | |||||
* | Expect test_ossaudiodev to skip on Linux, too. (It's broken. | Guido van Rossum | 2003-02-12 | 1 | -0/+1 |
| | | | | Volunteers wanted to fix it!) | ||||
* | Patch #551977: Regression exceptions for cygwin | Jason Tishler | 2003-02-05 | 1 | -0/+1 |
| | | | | Applied the skip test_ossaudiodev patch. | ||||
* | test_support.requires(): Instead of raising TestSkipped, raise a new | Fred Drake | 2003-02-03 | 1 | -1/+9 |
| | | | | | | | | | exception, ResourceDenied. This is used to distinguish between tests that are skipped for other reasons (platform support, missing data, etc.) from those that are skipped because a "resource" has not been enabled. This prevents those tests from being reported as unexpected skips for the platform; those should only be considered unexpected skips if the resource were enabled. | ||||
* | Remove test_b1 and test_b2 from the list of tests | Walter Dörwald | 2003-02-03 | 1 | -2/+0 |
| | | | | | that are no real tests, because test_b1 and test_b2 no longer exist. (Spotted by Raymond Hettinger) | ||||
* | - The mac-specific tests should also be run on darwin. | Jack Jansen | 2003-01-29 | 1 | -1/+2 |
| | | | | - Added test_aepack to the mac/darwin specific tests. | ||||
* | Expect test_macostools and test_macfs to get skipped whenever | Tim Peters | 2003-01-29 | 1 | -24/+8 |
| | | | | | sys.platform != mac. Likewise expect test_win{reg,sound} to get skipped on non-win32 platforms. | ||||
* | Repaired spelling of "test_iconv_codecs" in various expected-skip lists. | Tim Peters | 2003-01-27 | 1 | -3/+3 |
| | |||||
* | Patch #670715: Universal Unicode Codec for POSIX iconv. | Martin v. Löwis | 2003-01-26 | 1 | -0/+3 |
| | |||||
* | Updated the list of expected skips for MacPython-OS9. | Jack Jansen | 2003-01-08 | 1 | -0/+8 |
| | |||||
* | add list of expected skips for the OS/2 EMX port | Andrew MacIntyre | 2002-12-31 | 1 | -0/+28 |
| | |||||
* | Updated the expected skips for MacOSX. | Jack Jansen | 2002-12-30 | 1 | -0/+3 |
| | |||||
* | Added test_ossaudiodev to expected skips on Windows. | Tim Peters | 2002-12-10 | 1 | -0/+1 |
| | |||||
* | 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). |