From: Tim Peters Date: Mon, 15 Apr 2002 23:56:04 +0000 (+0000) Subject: I expect test_univnewlines to be skipped on Windows. I expect this X-Git-Tag: v2.3c1~5935 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a91a02a76d35bedb5eb9ed2b06c43c0250a872c8;p=thirdparty%2FPython%2Fcpython.git I expect test_univnewlines to be skipped on Windows. I expect this because it *is* skipped. I'm not entirely sure it should be skipped, but figuring that out would take actual thought . --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 843deefbec13..18decfeb069d 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -511,6 +511,7 @@ _expectations = { test_socketserver test_sunaudiodev test_timing + test_univnewlines """, 'linux2': """