pyodide/test/python_tests.txt

516 lines
11 KiB
Plaintext

# Test modules with a failure reason after their name are skipped.
#
# Reason codes are:
# - platform-specific: This is testing something about a particular platform
# that isn't relevant here
# - audioop: Requires the audioop module
# - floating point: Failures caused by floating-point differences
# - subprocess: Failures caused by no subprocess module. Some of these are
# because the underlying functionality depends on subprocess, and others are
# just a side-effect of the way the test is written. The latter should
# probably be marked as "skip" or rearchitected so we don't have to skip the
# whole module.
# - networking: Fails because it tests low-level networking.
# - unknown encoding: Most of the larger and more rare encodings are excluded
# from the build for size reasons. Python code should just use Unicode, and to
# the extent that obscure codecs are needed, they should be available on the
# Javascript side. Long term plan is to transparently call over to Javascript
# for this stuff.
# - dbm: Failures due to no dbm module
# - _lsprof: Failures due to no _lsprof module
# - strftime: Failures due to differences / shortcomings in WebAssembly's
# implementation of date/time formatting in strftime and strptime
# - permissions: Issues with the test writing to the virtual filesystem
# - locale: Fails due to include locale implementation.
# - crash: The Python interpreter just stopped without a traceback. Will require
# further investigation. This usually seems to be caused by calling into a
# system function that doesn't behave as one would expect.
# - nonsense: This functionality doesn't make sense in this context. Includes
# things like `pip`, `distutils`
test___all__
test___future__
test__locale locale
test__opcode
test__osx_support platform-specific
test_abc
test_abstract_numbers
test_aifc audioop
test_argparse
test_array
test_asdl_parser
test_ast
test_asyncgen
test_asynchat
test_asyncio.test_base_events
test_asyncio.test_events
test_asyncio.test_futures
test_asyncio.test_locks
test_asyncio.test_pep492
test_asyncio.test_proactor_events
test_asyncio.test_queues
test_asyncio.test_selector_events
test_asyncio.test_sslproto
test_asyncio.test_streams
test_asyncio.test_subprocess
test_asyncio.test_tasks
test_asyncio.test_transports
test_asyncio.test_unix_events
test_asyncio.test_windows_events
test_asyncio.test_windows_utils
test_asyncore bad ioctl syscall
test_atexit
test_audioop audioop
test_augassign
test_base64
test_baseexception
test_bigaddrspace
test_bigmem
test_binascii
test_binhex
test_binop
test_bisect
test_bool
test_buffer
test_bufio
test_builtin floating point
test_bytes
test_bz2
test_calendar
test_call
test_capi
test_cgi
test_cgitb
test_charmapcodec
test_class
test_cmath
test_cmd
test_cmd_line
test_cmd_line_script subprocess
test_code
test_code_module
test_codeccallbacks
test_codecencodings_cn unknown encoding
test_codecencodings_hk unknown encoding
test_codecencodings_iso2022 unknown encoding
test_codecencodings_jp unknown encoding
test_codecencodings_kr unknown encoding
test_codecencodings_tw unknown encoding
test_codecmaps_cn
test_codecmaps_hk
test_codecmaps_jp
test_codecmaps_kr
test_codecmaps_tw
test_codecs unknown encoding
test_codeop
test_collections
test_colorsys
test_compare
test_compile
test_compileall crash
test_complex
test_concurrent_futures
test_configparser
test_contains
test_contextlib
test_copy
test_copyreg dbm
test_coroutines
test_cprofile _lsprof
test_crashers
test_crypt
test_csv
test_ctypes
test_curses
test_datetime strftime
test_dbm permissions
test_dbm_dumb permissions
test_dbm_gnu
test_dbm_ndbm
test_decimal floating point
test_decorators
test_defaultdict
test_deque
test_descr
test_descrtut
test_devpoll
test_dict
test_dict_version
test_dictcomps
test_dictviews
test_difflib
test_dis
test_distutils crash
test_doctest subprocess
test_doctest2
test_docxmlrpc
test_dtrace platform
test_dummy_thread
test_dummy_threading
test_dynamic
test_dynamicclassattribute
test_eintr platform-specific
test_email.test__encoded_words
test_email.test__header_value_parser
test_email.test_asian_codecs
test_email.test_contentmanager
test_email.test_defect_handling
test_email.test_email unknown encoding
test_email.test_generator
test_email.test_headerregistry unknown encoding
test_email.test_inversion
test_email.test_message
test_email.test_parser
test_email.test_pickleable
test_email.test_policy
test_email.test_utils
test_ensurepip nonsense
test_enum
test_enumerate
test_eof
test_epoll crash
test_errno
test_exception_hierarchy
test_exception_variations
test_exceptions
test_extcall
test_faulthandler
test_fcntl
test_file
test_file_eintr subprocess
test_filecmp crash
test_fileinput
test_fileio
test_finalization
test_float floating point
test_flufl
test_fnmatch
test_fork1
test_format
test_fractions
test_frame
test_fstring
test_ftplib
test_funcattrs
test_functools
test_future
test_future3
test_future4
test_future5
test_gc
test_gdb
test_generator_stop
test_generators
test_genericpath permissions
test_genexps
test_getargs2
test_getopt
test_getpass permissions
test_gettext crash
test_glob crash
test_global
test_grammar
test_grp
test_gzip
test_hash
test_hashlib
test_heapq
test_hmac
test_html
test_htmlparser
test_http_cookiejar
test_http_cookies
test_httplib socket
test_httpservers
test_idle
test_imaplib
test_imghdr
test_imp crash
test_importlib.builtin.test_finder
test_importlib.builtin.test_loader
test_importlib.extension.test_case_sensitivity
test_importlib.extension.test_finder crash
test_importlib.extension.test_loader crash
test_importlib.extension.test_path_hook
test_importlib.frozen.test_finder
test_importlib.frozen.test_loader
test_importlib.import_.test___loader__
test_importlib.import_.test___package__
test_importlib.import_.test_api
test_importlib.import_.test_caching
test_importlib.import_.test_fromlist
test_importlib.import_.test_meta_path
test_importlib.import_.test_packages
test_importlib.import_.test_path
test_importlib.import_.test_relative_imports
test_importlib.source.test_case_sensitivity
test_importlib.source.test_file_loader crash
test_importlib.source.test_finder crash
test_importlib.source.test_path_hook
test_importlib.source.test_source_encoding crash
test_importlib.test_abc
test_importlib.test_api crash
test_importlib.test_lazy
test_importlib.test_locks
test_importlib.test_namespace_pkgs unknown encoding
test_importlib.test_spec
test_importlib.test_util crash
test_importlib.test_windows platform-specific
test_index
test_inspect crash
test_int
test_int_literal
test_io crash
test_ioctl
test_ipaddress
test_isinstance
test_iter
test_iterlen
test_itertools
test_json.test_decode
test_json.test_default
test_json.test_dump
test_json.test_encode_basestring_ascii
test_json.test_enum
test_json.test_fail
test_json.test_float
test_json.test_indent
test_json.test_pass1
test_json.test_pass2
test_json.test_pass3
test_json.test_recursion
test_json.test_scanstring
test_json.test_separators
test_json.test_speedups
test_json.test_tool subprocess
test_json.test_unicode
test_keyword subprocess
test_keywordonlyarg
test_kqueue
test_largefile
test_lib2to3 crash
test_linecache
test_list
test_listcomps
test_locale locale
test_logging networking
test_long
test_longexp
test_lzma
test_macpath platform-specific
test_macurl2path
test_mailbox crash
test_mailcap unknown
test_marshal
test_math
test_memoryio
test_memoryview
test_metaclass
test_mimetypes
test_minidom
test_mmap
test_module
test_modulefinder crash
test_msilib
test_multibytecodec unknown codec
test_multiprocessing_fork
test_multiprocessing_forkserver
test_multiprocessing_main_handling
test_multiprocessing_spawn
test_netrc
test_nis
test_nntplib
test_normalization
test_ntpath platform
test_numeric_tower
test_opcodes
test_openpty platform-specific
test_operator
test_optparse
test_ordered_dict
test_os mmap
test_ossaudiodev
test_osx_env
test_parser
test_pathlib crash
test_pdb subprocess
test_peepholer
test_pickle dbm
test_pickletools dbm
test_pipes platform-specific
test_pkg
test_pkgimport crash
test_pkgutil crash
test_platform subprocess
test_plistlib
test_poll subprocess
test_popen subprocess
test_poplib
test_posix crash
test_posixpath crash
test_pow
test_pprint
test_print
test_profile
test_property
test_pstats
test_pty
test_pulldom
test_pwd crash
test_py_compile crash
test_pyclbr
test_pydoc crash
test_pyexpat
test_queue
test_quopri subprocess
test_raise
test_random
test_range
test_re unknown codec
test_readline
test_regrtest subprocess
test_repl subprocess
test_reprlib
test_resource
test_richcmp
test_rlcompleter
test_robotparser
test_runpy crash
test_sax
test_sched
test_scope
test_script_helper
test_secrets
test_select networking
test_selectors networking
test_set
test_setcomps
test_shelve
test_shlex
test_shutil crash
test_signal
test_site subprocess
test_slice
test_smtpd
test_smtplib
test_smtpnet
test_sndhdr audioop
test_socket
test_socketserver
test_sort
test_source_encoding subprocess, unknown encoding
test_spwd
test_sqlite
test_ssl
test_startfile
test_stat
test_statistics
test_strftime strftime
test_string
test_string_literals crash
test_stringprep
test_strptime strftime
test_strtod
test_struct
test_structmembers
test_structseq
test_subclassinit
test_subprocess
test_sunau audioop
test_sundry nonsense
test_super
test_support crash
test_symbol
test_symtable
test_syntax
test_sys subprocess
test_sys_setprofile
test_sys_settrace
test_sysconfig nonsense
test_syslog
test_tarfile crash
test_tcl
test_telnetlib
test_tempfile crash
test_textwrap
test_thread
test_threaded_import
test_threadedtempfile
test_threading
test_threading_local
test_threadsignals
test_time
test_timeit
test_timeout
test_tix
test_tk
test_tokenize
test_tools.test_fixcid
test_tools.test_gprof2html
test_tools.test_i18n
test_tools.test_md5sum
test_tools.test_pdeps
test_tools.test_pindent
test_tools.test_reindent
test_tools.test_sundry
test_tools.test_unparse
test_trace
test_traceback subprocess
test_tracemalloc
test_ttk_guionly
test_ttk_textonly
test_tuple
test_turtle
test_typechecks
test_types
test_typing unknown
test_ucn
test_unary
test_unicode crash
test_unicode_file unknown codec
test_unicode_file_functions
test_unicode_identifiers
test_unicodedata
test_unittest os.kill
test_univnewlines
test_unpack
test_unpack_ex
test_urllib crash
test_urllib2 subprocess
test_urllib2_localnet
test_urllib2net
test_urllib_response
test_urllibnet
test_urlparse
test_userdict
test_userlist
test_userstring
test_utf8source
test_uu
test_uuid subprocess
test_venv crash
test_wait3
test_wait4
test_wave crash
test_weakref
test_weakset
test_webbrowser replaced
test_winconsoleio
test_winreg
test_winsound
test_with
test_wsgiref
test_xdrlib
test_xml_dom_minicompat
test_xml_etree unknown encoding
test_xml_etree_c unknown encoding
test_xmlrpc networking
test_xmlrpc_net
test_yield_from
test_zipapp crash
test_zipfile crash
test_zipfile64
test_zipimport crash
test_zipimport_support crash
test_zlib