Here's how the tests included with Python came out for me.  You should
be able to run them (cd config/lib/python2.2/test; python regrtest.py)
and get the same results, if your setup is the same as mine.

There are quite a few errors, but in many cases the tested modules
are really quite usable.  The fcntl and select functions work fine,
but the BeOS filesystem doesn't support POSIX 1003.1 locking, and
select doesn't support pipes or ttys.  These are not Python problems.
Large files should actually work, I just had no space for one.

Intel tests ----

test_grammar
test_opcodes
test_operations
test_builtin
test_exceptions
test_types
test_MimeWriter
test_StringIO
test___all__
test___future__
test_al
test test_al skipped -- No module named al
test_array
test_asynchat
test test_asynchat produced unexpected output:
**********************************************************************
*** mismatch between line 3 of expected output and line 3 of actual output:
- Received: 'hello world'
+ error: uncaptured python exception, closing channel <test_asynchat.echo_client connected at 0x803daac4> (socket.error:(-2147483637, 'Operation would block') [/boot/home/config/lib/python2.2/asynchat.py|handle_read|82] [/boot/home/config/lib/python2.2/asyncore.py|recv|362])
**********************************************************************
test_atexit
test_audioop
test_augassign
test_base64
test_bastion
test_binascii
test_binhex
test_binop
test_bisect
test_bsddb
test test_bsddb skipped -- No module named bsddb
test_bufio
test_calendar
test_call
test_capi
test_cd
test test_cd skipped -- No module named cd
test_cfgparser
test_cgi
test_charmapcodec
test_cl
test test_cl skipped -- No module named cl
test_class
test_cmath
test_codecs
test_codeop
test_coercion
test_commands
test_compare
test_compile
test_complex
test_contains
test_cookie
test_copy_reg
test_cpickle
test_crypt
test_curses
test test_curses skipped -- No module named _curses
test_dbm
test test_dbm skipped -- No module named dbm
test_descr
test_descrtut
test_difflib
test_dircache
test_dl
test test_dl skipped -- No module named dl
test_doctest
test_doctest2
test_dospath
test_dumbdbm
test_email
test test_email skipped -- No module named test.test_email
test_email_codecs
test test_email_codecs skipped -- No module named test.test_email_codecs
test_errno
test_extcall
test_fcntl
test test_fcntl crashed -- exceptions.IOError: [Errno -2147483643] Invalid argument
test_file
test_fileinput
test_fnmatch
test_fork1
test_format
test_fpformat
test_frozen
test_funcattrs
test_future
test_gc
test_gdbm
test test_gdbm skipped -- No module named gdbm
test_generators
test_getargs
test_getopt
test_gettext
test_gl
test test_gl skipped -- No module named gl
test_glob
test_global
test_grp
test_gzip
test_hash
test_hmac
test_hotshot
test_htmllib
test_htmlparser
test_httplib
test_imageop
test_imgfile
test test_imgfile skipped -- No module named imgfile
test_import
test_inspect
test_iter
test_largefile
test test_largefile skipped -- filesystem does not have largefile support
test_linuxaudiodev
test test_linuxaudiodev skipped -- No module named linuxaudiodev
test_locale
test test_locale skipped -- test locale en_US not supported
test_long
test_long_future
test_longexp
test_mailbox
test test_mailbox failed -- errors occurred in test_mailbox.MaildirTestCase
test_marshal
test_math
test_md5
test_mhlib
test test_mhlib failed -- Traceback (most recent call last):
  File "/boot/home/config/lib/python2.2/test/test_mhlib.py", line 177, in test_listfolders
    eq(folders, tfolders)
  File "/boot/home/config/lib/python2.2/unittest.py", line 286, in failUnlessEqual
    raise self.failureException, \
AssertionError: [] != ['deep', 'deep/f1', 'deep/f2', 'deep/f2/f3', 'inbox', 'wide']

test_mimetools
test_mimetypes
test_minidom
test test_minidom skipped -- No module named pyexpat
test_mmap
test test_mmap skipped -- No module named mmap
test_multifile
test_mutants
test_netrc
test_new
test_nis
test test_nis skipped -- No module named nis
test_ntpath
test_openpty
test_operator
test_os
test_parser
test_pep247
test_pickle
test_pkg
test_pkgimport
test_poll
test test_poll skipped -- select.poll not defined -- skipping test_poll
test_popen2
test test_popen2 skipped -- popen2() doesn't work during import on BeOS
test_posixpath
test_pow
test_pprint
test_profile
test_profilehooks
test_pty
I wish to buy a fish license.
test test_pty crashed -- exceptions.OSError: [Errno -2147483647] I/O error
test_pwd
test test_pwd crashed -- exceptions.KeyError: getpwnam(): name not found
test_pyclbr
test_pyexpat
test test_pyexpat skipped -- No module named pyexpat
test_queue
test_quopri
test_random
test_re
test_regex
test_repr
test_rfc822
test_rgbimg
test_richcmp
test_rotor
test_sax
test test_sax skipped -- no XML parsers available
test_scope
test_select
test test_select crashed -- select.error: (-2147459072, 'Bad file descriptor')
test_sgmllib
test_sha
test_signal
test_socket
test test_socket crashed -- exceptions.AttributeError: 'module' object has no attribute 'SOCK_RAW'
test_socket_ssl
test test_socket_ssl skipped -- Use of the `network' resource not enabled
test_socketserver
test test_socketserver skipped -- Use of the `network' resource not enabled
test_sre
test_strftime
test_string
test_strop
test_struct
test_structseq
test_sunaudiodev
test test_sunaudiodev skipped -- No module named sunaudiodev
test_sundry
test_symtable
test_tempfile
test_thread
test_threaded_import
test_threadedtempfile
test_threading
test_time
test_timing
test_tokenize
test_trace
test_traceback
test_ucn
test_unary
test_unicode
test_unicode_file
test test_unicode_file skipped -- No Unicode filesystem semantics on this platform.
test_unicodedata
test_unpack
test_urllib
test_urllib2
test_urlparse
test_userdict
test_userlist
test_userstring
test_uu
test_wave
test_weakref
test_winreg
test test_winreg skipped -- No module named _winreg
test_winsound
test test_winsound skipped -- No module named winsound
test_xmllib
test_xmlrpc
test_xreadline
test_zipfile
test_zlib
157 tests OK.
8 tests failed:
    test_asynchat test_fcntl test_mailbox test_mhlib test_pty test_pwd
    test_select test_socket
28 tests skipped:
    test_al test_bsddb test_cd test_cl test_curses test_dbm test_dl
    test_email test_email_codecs test_gdbm test_gl test_imgfile
    test_largefile test_linuxaudiodev test_locale test_minidom
    test_mmap test_nis test_poll test_popen2 test_pyexpat test_sax
    test_socket_ssl test_socketserver test_sunaudiodev
    test_unicode_file test_winreg test_winsound
Ask someone to teach regrtest.py about which tests are
expected to get skipped on beos5.
