From: Martin v. Löwis Date: Mon, 26 Jul 2004 12:09:30 +0000 (+0000) Subject: Patch #995782: Add FreeBSD 5 expectations. X-Git-Tag: v2.3.5c1~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87cc43368b66a54e97054332c1dc4a57e0968bfd;p=thirdparty%2FPython%2Fcpython.git Patch #995782: Add FreeBSD 5 expectations. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 12e65e5b8fe4..25f5f5d11fdb 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -935,6 +935,7 @@ _expectations = { test_winsound """, } +_expectations['freebsd5'] = _expectations['freebsd4'] class _ExpectedSkips: def __init__(self):