pyodide/test/python_tests.txt

532 lines
11 KiB
Plaintext
Raw Normal View History

# Test modules with a failure reason after their name are either skipped
# or marked as a known failure in pytest.
#
# Following reason codes are skipped:
# - platform-specific: This is testing something about a particular platform
# that isn't relevant here
2018-07-18 13:26:18 +00:00
# - async: relies on async
# - audioop: Requires the audioop module
# - floating point: Failures caused by floating-point differences
2018-07-18 13:26:18 +00:00
# - threading: Failures due to lack of a threading implementation
# - 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.
# - 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
2018-07-18 13:26:18 +00:00
# - locale: Fails due to limitations in the included locale implementation.
# - multiprocessing: Fails due to no multiprocessing implementation.
# - nonsense: This functionality doesn't make sense in this context. Includes
# things like `pip`, `distutils`
#
# While the below reason codes are marked as a known failure:
# - 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.
# - crash-chrome: Same as crash but only affecting Chrome
# - crash-firefox: Same as crash but only affecting Firefox
2018-07-18 13:26:18 +00:00
test___all__ multiprocessing
2018-04-09 14:39:52 +00:00
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
2018-07-18 13:26:18 +00:00
test_asyncgen async
test_asynchat async
test_asyncio.test_base_events async
test_asyncio.test_events async
test_asyncio.test_futures async
test_asyncio.test_locks async
test_asyncio.test_pep492 async
test_asyncio.test_proactor_events async
test_asyncio.test_queues async
test_asyncio.test_selector_events async
test_asyncio.test_sslproto async
test_asyncio.test_streams async
test_asyncio.test_subprocess async
test_asyncio.test_tasks async
test_asyncio.test_transports async
test_asyncio.test_unix_events async
test_asyncio.test_windows_events async
test_asyncio.test_windows_utils async
test_asyncore bad ioctl syscall async
2018-04-09 14:39:52 +00:00
test_atexit
test_audioop audioop
test_augassign
test_base64
test_baseexception
test_bdb
2018-04-09 14:39:52 +00:00
test_bigaddrspace
test_bigmem
test_binascii
test_binhex
test_binop
test_bisect
test_bool
test_buffer
test_bufio
test_builtin floating point
2018-04-09 14:39:52 +00:00
test_bytes
test_bz2
test_c_locale_coercion
2018-04-09 14:39:52 +00:00
test_calendar
test_call
test_capi
test_cgi
test_cgitb
test_charmapcodec
test_class
2018-04-09 19:52:47 +00:00
test_cmath
2018-04-09 14:39:52 +00:00
test_cmd
test_cmd_line
2018-04-09 19:52:47 +00:00
test_cmd_line_script subprocess
2018-04-09 14:39:52 +00:00
test_code
test_code_module
test_codeccallbacks
test_codecencodings_cn
test_codecencodings_hk
test_codecencodings_iso2022
test_codecencodings_jp
test_codecencodings_kr
test_codecencodings_tw
2018-04-09 14:39:52 +00:00
test_codecmaps_cn
test_codecmaps_hk
test_codecmaps_jp
test_codecmaps_kr
test_codecmaps_tw
test_codecs
2018-04-09 14:39:52 +00:00
test_codeop
test_collections
test_colorsys
test_compare
test_compile crash-chrome
test_compileall
test_complex
2018-04-09 14:39:52 +00:00
test_concurrent_futures
test_configparser
test_contains
test_context
2018-04-09 14:39:52 +00:00
test_contextlib
test_contextlib_async async
2018-04-09 14:39:52 +00:00
test_copy
test_copyreg dbm
2018-07-18 13:26:18 +00:00
test_coroutines async
test_cprofile _lsprof
2018-04-09 14:39:52 +00:00
test_crashers
test_crypt
test_csv
test_ctypes
test_curses
test_dataclasses
test_datetime strftime
test_dbm permissions
test_dbm_dumb permissions
2018-04-09 14:39:52 +00:00
test_dbm_gnu
test_dbm_ndbm
2018-04-09 19:52:47 +00:00
test_decimal floating point
2018-04-09 14:39:52 +00:00
test_decorators
test_defaultdict
test_deque
test_descr
test_descrtut
test_devpoll
test_dict
test_dict_version
test_dictcomps
test_dictviews
test_difflib
2018-04-09 14:39:52 +00:00
test_dis
2018-04-09 19:52:47 +00:00
test_distutils crash
test_doctest subprocess
2018-04-09 14:39:52 +00:00
test_doctest2
2018-07-18 13:26:18 +00:00
test_docxmlrpc socket
2018-04-09 19:52:47 +00:00
test_dtrace platform
2018-04-09 14:39:52 +00:00
test_dummy_thread
test_dummy_threading
test_dynamic
test_dynamicclassattribute
test_eintr platform-specific
2018-04-09 14:39:52 +00:00
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
2018-07-18 13:26:18 +00:00
test_email.test_email threading
2018-04-09 14:39:52 +00:00
test_email.test_generator
test_email.test_headerregistry
2018-04-09 14:39:52 +00:00
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_embed
test_ensurepip nonsense
2018-07-18 13:26:18 +00:00
test_enum threading
2018-04-09 14:39:52 +00:00
test_enumerate
test_eof
2018-04-09 19:52:47 +00:00
test_epoll crash
2018-04-09 14:39:52 +00:00
test_errno
test_exception_hierarchy
test_exception_variations
test_exceptions
test_extcall
test_faulthandler
test_fcntl
test_file
2018-04-09 19:52:47 +00:00
test_file_eintr subprocess
test_filecmp
2018-04-09 14:39:52 +00:00
test_fileinput
test_fileio
test_finalization
test_float floating point
2018-04-09 14:39:52 +00:00
test_flufl
test_fnmatch
2018-07-18 13:26:18 +00:00
test_fork1 threading
test_format
2018-04-09 14:39:52 +00:00
test_fractions
test_frame
test_frozen
test_fstring
2018-07-18 13:26:18 +00:00
test_ftplib syscall 21537
2018-04-09 14:39:52 +00:00
test_funcattrs
2018-07-18 13:26:18 +00:00
test_functools threading
2018-04-09 14:39:52 +00:00
test_future
test_future3
test_future4
test_future5
test_gc
test_gdb
test_generator_stop
test_generators
test_genericclass
test_genericpath permissions
2018-04-09 14:39:52 +00:00
test_genexps
test_getargs2
test_getopt
test_getpass permissions
test_gettext
2018-04-09 19:52:47 +00:00
test_glob crash
2018-04-09 14:39:52 +00:00
test_global
test_grammar
test_grp
test_gzip
test_hash
2018-07-18 13:26:18 +00:00
test_hashlib threading
2018-04-09 14:39:52 +00:00
test_heapq
test_hmac
test_html
test_htmlparser
test_http_cookiejar
test_http_cookies
2018-04-09 19:52:47 +00:00
test_httplib socket
2018-07-18 13:26:18 +00:00
test_httpservers threading
2018-04-09 14:39:52 +00:00
test_idle
2018-07-18 13:26:18 +00:00
test_imaplib socket
2018-04-09 14:39:52 +00:00
test_imghdr
2018-04-09 19:52:47 +00:00
test_imp crash
2018-04-09 14:39:52 +00:00
test_importlib.builtin.test_finder
test_importlib.builtin.test_loader
test_importlib.extension.test_case_sensitivity
2018-04-09 19:52:47 +00:00
test_importlib.extension.test_finder crash
test_importlib.extension.test_loader crash
2018-04-09 14:39:52 +00:00
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
2018-07-18 13:26:18 +00:00
test_importlib.source.test_file_loader unittest has no attribute mock
test_importlib.source.test_finder
2018-04-09 14:39:52 +00:00
test_importlib.source.test_path_hook
test_importlib.source.test_source_encoding
2018-04-09 14:39:52 +00:00
test_importlib.test_abc
test_importlib.test_api
2018-04-09 14:39:52 +00:00
test_importlib.test_lazy
2018-07-18 13:26:18 +00:00
test_importlib.test_locks threading
test_importlib.test_namespace_pkgs
test_importlib.test_open
test_importlib.test_path
test_importlib.test_read
test_importlib.test_resource
2018-04-09 14:39:52 +00:00
test_importlib.test_spec
test_importlib.test_util
test_importlib.test_windows platform-specific
2018-04-09 14:39:52 +00:00
test_index
test_inspect
2018-04-09 14:39:52 +00:00
test_int
test_int_literal
2018-04-09 19:52:47 +00:00
test_io crash
2018-04-09 14:39:52 +00:00
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
2018-04-09 14:39:52 +00:00
test_json.test_unicode
2018-04-09 19:52:47 +00:00
test_keyword subprocess
2018-04-09 14:39:52 +00:00
test_keywordonlyarg
test_kqueue
test_largefile
2018-04-09 19:52:47 +00:00
test_lib2to3 crash
2018-04-09 14:39:52 +00:00
test_linecache
test_list
test_listcomps
test_locale locale
test_logging networking
2018-04-09 14:39:52 +00:00
test_long
test_longexp
test_lzma
test_macpath platform-specific
2018-04-09 19:52:47 +00:00
test_mailbox crash
2018-07-25 15:07:57 +00:00
test_mailcap nonsense
2018-04-09 14:39:52 +00:00
test_marshal
2018-06-01 13:07:15 +00:00
test_math floating-point
2018-04-09 14:39:52 +00:00
test_memoryio
test_memoryview
test_metaclass
test_mimetypes
test_minidom
test_mmap
test_module
2018-08-20 20:44:08 +00:00
test_modulefinder
2018-04-09 14:39:52 +00:00
test_msilib
test_multibytecodec
2018-04-09 14:39:52 +00:00
test_multiprocessing_fork
test_multiprocessing_forkserver
test_multiprocessing_main_handling
test_multiprocessing_spawn
test_netrc
test_nis
test_nntplib
test_normalization
2018-04-09 19:52:47 +00:00
test_ntpath platform
2018-04-09 14:39:52 +00:00
test_numeric_tower
test_opcodes
test_openpty platform-specific
2018-04-09 14:39:52 +00:00
test_operator
test_optparse
2018-04-09 14:39:52 +00:00
test_ordered_dict
2018-04-09 19:52:47 +00:00
test_os mmap
2018-04-09 14:39:52 +00:00
test_ossaudiodev
test_osx_env
test_parser
2018-04-09 19:52:47 +00:00
test_pathlib crash
test_pdb subprocess
2018-04-09 14:39:52 +00:00
test_peepholer
test_pickle dbm
test_pickletools dbm
test_pipes platform-specific
2018-07-18 13:26:18 +00:00
test_pkg unknown
2018-08-20 20:44:08 +00:00
test_pkgimport
test_pkgutil
test_platform subprocess
2018-04-09 14:39:52 +00:00
test_plistlib
test_poll subprocess
2018-04-09 19:52:47 +00:00
test_popen subprocess
2018-07-18 13:26:18 +00:00
test_poplib bad ioctl syscall 21537
2018-04-09 19:52:47 +00:00
test_posix crash
test_posixpath crash
2018-04-09 14:39:52 +00:00
test_pow
test_pprint
test_print
test_profile
test_property
test_pstats
test_pty
test_pulldom
2018-04-09 19:52:47 +00:00
test_pwd crash
2018-08-20 20:44:08 +00:00
test_py_compile
2018-04-09 14:39:52 +00:00
test_pyclbr
test_pydoc crash
2018-04-09 14:39:52 +00:00
test_pyexpat
2018-07-18 13:26:18 +00:00
test_queue threading
test_quopri subprocess
2018-04-09 14:39:52 +00:00
test_raise
2018-07-18 13:26:18 +00:00
test_random subprocess
2018-04-09 14:39:52 +00:00
test_range
test_re locale
2018-04-09 14:39:52 +00:00
test_readline
2018-04-09 19:52:47 +00:00
test_regrtest subprocess
test_repl subprocess
2018-04-09 14:39:52 +00:00
test_reprlib
test_resource
test_richcmp
test_rlcompleter crash
2018-07-18 13:26:18 +00:00
test_robotparser socket
2018-08-20 20:44:08 +00:00
test_runpy
2018-04-09 14:39:52 +00:00
test_sax
2018-07-18 13:26:18 +00:00
test_sched threading
2018-04-09 14:39:52 +00:00
test_scope
test_script_helper
test_secrets
test_select networking
test_selectors networking
2018-04-09 14:39:52 +00:00
test_set
test_setcomps
test_shelve
test_shlex
2018-04-09 19:52:47 +00:00
test_shutil crash
2018-04-09 14:39:52 +00:00
test_signal
test_site subprocess
2018-04-09 14:39:52 +00:00
test_slice
test_smtpd
2018-07-18 13:26:18 +00:00
test_smtplib baad ioctl syscall 21537
2018-04-09 14:39:52 +00:00
test_smtpnet
2018-04-09 19:52:47 +00:00
test_sndhdr audioop
2018-04-09 14:39:52 +00:00
test_socket
test_socketserver
test_sort
test_source_encoding subprocess,
2018-04-09 14:39:52 +00:00
test_spwd
test_sqlite
test_ssl
test_startfile
test_stat
test_statistics
test_strftime strftime
2018-04-09 14:39:52 +00:00
test_string
2018-08-20 20:44:08 +00:00
test_string_literals
2018-04-09 14:39:52 +00:00
test_stringprep
test_strptime strftime
2018-04-09 14:39:52 +00:00
test_strtod
test_struct
test_structmembers
test_structseq
test_subclassinit
test_subprocess
2018-04-09 19:52:47 +00:00
test_sunau audioop
test_sundry nonsense
2018-04-09 14:39:52 +00:00
test_super
2018-04-09 19:52:47 +00:00
test_support crash
2018-04-09 14:39:52 +00:00
test_symbol
test_symtable
test_syntax
test_sys subprocess
2018-04-09 14:39:52 +00:00
test_sys_setprofile
2018-07-18 13:26:18 +00:00
test_sys_settrace async
test_sysconfig nonsense
2018-04-09 14:39:52 +00:00
test_syslog
2018-04-09 19:52:47 +00:00
test_tarfile crash
2018-04-09 14:39:52 +00:00
test_tcl
2018-07-18 13:26:18 +00:00
test_telnetlib bad ioctl syscall 21537
2018-04-09 19:52:47 +00:00
test_tempfile crash
2018-04-09 14:39:52 +00:00
test_textwrap
2018-07-18 13:26:18 +00:00
test_thread threading
test_threaded_import floating point
test_threadedtempfile threading
test_threading threading
test_threading_local threading
test_threadsignals threading
2018-04-09 14:39:52 +00:00
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
2018-04-09 14:39:52 +00:00
test_tracemalloc
test_ttk_guionly
test_ttk_textonly
test_tuple
test_turtle
test_typechecks
test_types
test_typing unknown
2018-04-09 14:39:52 +00:00
test_ucn
test_unary
2018-08-22 09:42:22 +00:00
test_unicode crash
test_unicode_file
2018-04-09 14:39:52 +00:00
test_unicode_file_functions
test_unicode_identifiers
test_unicodedata
2018-04-09 19:52:47 +00:00
test_unittest os.kill
2018-04-09 14:39:52 +00:00
test_univnewlines
test_unpack
test_unpack_ex
2018-04-09 19:52:47 +00:00
test_urllib crash
test_urllib2 subprocess
2018-07-18 13:26:18 +00:00
test_urllib2_localnet socket
2018-04-09 14:39:52 +00:00
test_urllib2net
test_urllib_response
test_urllibnet
test_urlparse
test_userdict
test_userlist
test_userstring
test_utf8_mode
2018-04-09 14:39:52 +00:00
test_utf8source
test_uu
test_uuid subprocess
2018-04-09 19:52:47 +00:00
test_venv crash
2018-07-18 13:26:18 +00:00
test_wait3 threading
test_wait4 threading
2018-04-09 19:52:47 +00:00
test_wave crash
2018-07-18 13:26:18 +00:00
test_weakref threading
2018-04-09 14:39:52 +00:00
test_weakset
2018-04-09 19:52:47 +00:00
test_webbrowser replaced
2018-04-09 14:39:52 +00:00
test_winconsoleio
test_winreg
test_winsound
test_with
test_wsgiref
test_xdrlib
test_xml_dom_minicompat
test_xml_etree
test_xml_etree_c
test_xmlrpc networking
2018-04-09 14:39:52 +00:00
test_xmlrpc_net
test_xxtestfuzz
2018-04-09 14:39:52 +00:00
test_yield_from
2018-08-20 20:44:08 +00:00
test_zipapp
test_zipfile
2018-04-09 14:39:52 +00:00
test_zipfile64
2018-08-20 20:44:08 +00:00
test_zipimport
test_zipimport_support
2018-04-09 14:39:52 +00:00
test_zlib