Mailing List Archive

python/dist/src/Lib/test regrtest.py,1.98,1.99
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv7538

Modified Files:
regrtest.py
Log Message:
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.)


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
*** regrtest.py 30 Sep 2002 16:19:48 -0000 1.98
--- regrtest.py 6 Oct 2002 20:36:31 -0000 1.99
***************
*** 544,547 ****
--- 544,548 ----
test_nis
test_ntpath
+ test_pep277
test_socket_ssl
test_socketserver