diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2007-10-28 12:38:09 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2007-10-28 12:38:09 (GMT) |
commit | ea684743daa0c198ab327d07832eca48a9578c68 (patch) | |
tree | 5a3fc21e9ce8d726eef0171387492ec4c911ba13 /Lib/test/regrtest.py | |
parent | a838a801f236a6a92c816f0bb20f441e8234c9ac (diff) | |
download | cpython-ea684743daa0c198ab327d07832eca48a9578c68.zip cpython-ea684743daa0c198ab327d07832eca48a9578c68.tar.gz cpython-ea684743daa0c198ab327d07832eca48a9578c68.tar.bz2 |
Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 7db63cb..0fa4c61 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -1104,6 +1104,7 @@ _expectations = { _expectations['freebsd5'] = _expectations['freebsd4'] _expectations['freebsd6'] = _expectations['freebsd4'] _expectations['freebsd7'] = _expectations['freebsd4'] +_expectations['freebsd8'] = _expectations['freebsd4'] class _ExpectedSkips: def __init__(self): |