From: Martin v. Löwis Date: Mon, 26 Jul 2004 12:09:13 +0000 (+0000) Subject: Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. X-Git-Tag: v2.4a2~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32d0c1b458bbdda8d8895f5b5bedfb4644f839e7;p=thirdparty%2FPython%2Fcpython.git Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 842dff7e86e1..1d1d825d80d2 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -979,6 +979,7 @@ _expectations = { test_winsound """, } +_expectations['freebsd5'] = _expectations['freebsd4'] class _ExpectedSkips: def __init__(self):