Patch #488073: AtheOS port.

This commit is contained in:
Martin v. Löwis 2002-06-11 06:22:31 +00:00
parent 7981ce576c
commit f90ae20354
23 changed files with 1782 additions and 17 deletions

View file

@ -721,6 +721,34 @@ _expectations = {
test_zipfile
test_zlib
""",
'atheos':
"""
test_al
test_cd
test_cl
test_curses
test_dl
test_email_codecs
test_gdbm
test_gl
test_imgfile
test_largefile
test_linuxaudiodev
test_locale
test_mhlib
test_mmap
test_mpz
test_nis
test_poll
test_popen2
test_resource
test_socket_ssl
test_socketserver
test_sunaudiodev
test_unicode_file
test_winreg
test_winsound
""",
}
class _ExpectedSkips: