diff options
author | Guido van Rossum <guido@python.org> | 2002-10-06 20:36:31 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-10-06 20:36:31 (GMT) |
commit | 9cce029e483efff3aa31c42e4cecbf5e1dfcc826 (patch) | |
tree | 87259d239f8abe92e887942262270fd811e06376 /Lib/test/regrtest.py | |
parent | 49c05d39e3a5f609a13322bbbbd507a2bc3fc252 (diff) | |
download | cpython-9cce029e483efff3aa31c42e4cecbf5e1dfcc826.zip cpython-9cce029e483efff3aa31c42e4cecbf5e1dfcc826.tar.gz cpython-9cce029e483efff3aa31c42e4cecbf5e1dfcc826.tar.bz2 |
Add test_pep277 to the expected skips on Linux. (This test seems to
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.)
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 9af63d9..4f556bd 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -543,6 +543,7 @@ _expectations = { test_largefile test_nis test_ntpath + test_pep277 test_socket_ssl test_socketserver test_sunaudiodev |