Index: regrtest.py =================================================================== RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v retrieving revision 1.83 diff -c -r1.83 regrtest.py *** regrtest.py 30 Apr 2002 12:11:04 -0000 1.83 --- regrtest.py 3 May 2002 19:15:54 -0000 *************** *** 689,694 **** --- 689,714 ---- test_zipfile test_zlib """, + 'cygwin': + """ + test_al + test_bsddb + test_cd + test_cl + test_dbm + test_email_codecs + test_gl + test_imgfile + test_largefile + test_linuxaudiodev + test_locale + test_mpz + test_nis + test_sunaudiodev + test_unicode_file + test_winreg + test_winsound + """, } class _ExpectedSkips: