diff options
| author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-24 17:32:58 (GMT) |
|---|---|---|
| committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-24 17:32:58 (GMT) |
| commit | 27e024023cca704e44b0d5f577415d061f89f7d7 (patch) | |
| tree | b298346cd1cd3fb2911d356aa827b6be5454a4b6 /Lib/test/regrtest.py | |
| parent | a3c39c0f72122cfdf673f82f8fc0d574f3d81757 (diff) | |
| download | cpython-27e024023cca704e44b0d5f577415d061f89f7d7.zip cpython-27e024023cca704e44b0d5f577415d061f89f7d7.tar.gz cpython-27e024023cca704e44b0d5f577415d061f89f7d7.tar.bz2 | |
Skip test_ascii_formatd if _ctypes is not available (BSD, ...).
Previous change was incomplete (r79334).
Diffstat (limited to 'Lib/test/regrtest.py')
| -rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 6f08e80..ef809fd 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -1406,6 +1406,7 @@ _expectations = { """, 'openbsd3': """ + test_ascii_formatd test_bsddb test_bsddb3 test_ctypes @@ -1424,6 +1425,7 @@ _expectations = { """, 'netbsd3': """ + test_ascii_formatd test_bsddb test_bsddb185 test_bsddb3 |
