diff options
author | Skip Montanaro <skip@pobox.com> | 2002-03-15 02:54:03 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2002-03-15 02:54:03 (GMT) |
commit | b32302176e127a94b714f90c858b6e9c476fc7fe (patch) | |
tree | 2fabb6c356a9dccef0cb4a20028c6d8f4931e573 /Lib/test/regrtest.py | |
parent | 967290174265677aa8f25cfe19b0301ecd59f3f6 (diff) | |
download | cpython-b32302176e127a94b714f90c858b6e9c476fc7fe.zip cpython-b32302176e127a94b714f90c858b6e9c476fc7fe.tar.gz cpython-b32302176e127a94b714f90c858b6e9c476fc7fe.tar.bz2 |
first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 324a6c4..c0f7963 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -642,6 +642,36 @@ _expectations = { test_winreg test_winsound """, + 'hp-ux11': + """ + test_al + test_bsddb + test_cd + test_cl + test_curses + test_dl + test_gdbm + test_gl + test_gzip + test_imgfile + test_largefile + test_linuxaudiodev + test_locale + test_minidom + test_nis + test_ntpath + test_openpty + test_pyexpat + test_sax + test_socket_ssl + test_socketserver + test_sunaudiodev + test_unicode_file + test_winreg + test_winsound + test_zipfile + test_zlib + """, } class _ExpectedSkips: |