From acda3394bbfb1db3b22673a80cb2d7e3c68b3da9 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 30 Dec 2002 23:03:13 +0000 Subject: [PATCH] Updated the expected skips for MacOSX. --- Lib/test/regrtest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 413cab28fdd..9f24c069344 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -753,6 +753,7 @@ def printlist(x, width=70, indent=4): 'darwin': """ test_al + test_bsddb test_bsddb3 test_cd test_cl @@ -764,10 +765,12 @@ def printlist(x, width=70, indent=4): test_imgfile test_largefile test_linuxaudiodev + test_locale test_minidom test_mpz test_nis test_ntpath + test_ossaudiodev test_poll test_socketserver test_sunaudiodev