summaryrefslogtreecommitdiff
path: root/Lib/test
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-10-06 20:36:31 +0000
committerGuido van Rossum <guido@python.org>2002-10-06 20:36:31 +0000
commit9cce029e483efff3aa31c42e4cecbf5e1dfcc826 (patch)
tree87259d239f8abe92e887942262270fd811e06376 /Lib/test
parent49c05d39e3a5f609a13322bbbbd507a2bc3fc252 (diff)
downloadcpython-git-9cce029e483efff3aa31c42e4cecbf5e1dfcc826.tar.gz
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')
-rwxr-xr-xLib/test/regrtest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 9af63d9344..4f556bd455 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