python testrunner/lib_python_tests.py
in dir /build_dir/pypy-c-jit-linux-x86-64/build (timeout 4000 secs)
watching logfiles {'pytestLog': 'cpython.log'}
argv: ['python', 'testrunner/lib_python_tests.py']
environment:
AUDITWHEEL_ARCH=x86_64
AUDITWHEEL_PLAT=manylinux2014_x86_64
AUDITWHEEL_POLICY=manylinux2014
DEVTOOLSET_ROOTPATH=/opt/rh/devtoolset-10/root
HOME=/home/buildslave
HOSTNAME=a58a84039819
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LD_LIBRARY_PATH=/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64
LOGNAME=buildslave
PATH=/python27_virt/bin:/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig
PWD=/build_dir/pypy-c-jit-linux-x86-64/build
PYPY_LOCALBASE=/usr/local
PYPY_MAKE_PORTABLE=1
PYPY_USESSION_DIR=/tmp/pytest
SETUPTOOLS_USE_DISTUTILS=stdlib
SHELL=/bin/bash
SHLVL=2
SSL_CERT_FILE=/opt/_internal/certs.pem
TERM=xterm
TMPDIR=/tmp/pytest
USER=buildslave
USE_CURL=1
_=/python27_virt/bin/buildslave
using PTY: False
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/pypy-c-jit-linux-x86-64/build/.hypothesis/examples')
rootdir: /build_dir/pypy-c-jit-linux-x86-64/build, inifile: pytest.ini
plugins: hypothesis-4.42.0
collected 433 items
lib-python/3/test/test___all__.py .
lib-python/3/test/test__locale.py .
lib-python/3/test/test__opcode.py .
lib-python/3/test/test__osx_support.py .
lib-python/3/test/test__xxsubinterpreters.py .
lib-python/3/test/test_abc.py .
lib-python/3/test/test_abstract_numbers.py .
lib-python/3/test/test_aifc.py .
lib-python/3/test/test_argparse.py .
lib-python/3/test/test_array.py .
lib-python/3/test/test_asdl_parser.py .
lib-python/3/test/test_ast.py .
lib-python/3/test/test_asyncgen.py .
lib-python/3/test/test_asynchat.py .
lib-python/3/test/test_asyncore.py .
lib-python/3/test/test_atexit.py .
lib-python/3/test/test_audioop.py .
lib-python/3/test/test_audit.py .
lib-python/3/test/test_augassign.py .
lib-python/3/test/test_base64.py .
lib-python/3/test/test_baseexception.py .
lib-python/3/test/test_bdb.py .
lib-python/3/test/test_bigaddrspace.py .
lib-python/3/test/test_bigmem.py .
lib-python/3/test/test_binascii.py .
lib-python/3/test/test_binop.py .
lib-python/3/test/test_bisect.py .
lib-python/3/test/test_bool.py .
lib-python/3/test/test_buffer.py .
lib-python/3/test/test_bufio.py .
lib-python/3/test/test_builtin.py .
lib-python/3/test/test_bytes.py .
lib-python/3/test/test_bz2.py .
lib-python/3/test/test_c_locale_coercion.py .
lib-python/3/test/test_calendar.py .
lib-python/3/test/test_call.py .
lib-python/3/test/test_cgi.py .
lib-python/3/test/test_cgitb.py .
lib-python/3/test/test_charmapcodec.py .
lib-python/3/test/test_check_c_globals.py .
lib-python/3/test/test_class.py .
lib-python/3/test/test_clinic.py .
lib-python/3/test/test_cmath.py .
lib-python/3/test/test_cmd.py .
lib-python/3/test/test_cmd_line.py .
lib-python/3/test/test_cmd_line_script.py .
lib-python/3/test/test_code.py .
lib-python/3/test/test_code_module.py .
lib-python/3/test/test_codeccallbacks.py .
lib-python/3/test/test_codecencodings_cn.py .
lib-python/3/test/test_codecencodings_hk.py .
lib-python/3/test/test_codecencodings_iso2022.py .
lib-python/3/test/test_codecencodings_jp.py .
lib-python/3/test/test_codecencodings_kr.py .
lib-python/3/test/test_codecencodings_tw.py .
lib-python/3/test/test_codecmaps_cn.py .
lib-python/3/test/test_codecmaps_hk.py .
lib-python/3/test/test_codecmaps_jp.py .
lib-python/3/test/test_codecmaps_kr.py .
lib-python/3/test/test_codecmaps_tw.py .
lib-python/3/test/test_codecs.py .
lib-python/3/test/test_codeop.py .
lib-python/3/test/test_collections.py .
lib-python/3/test/test_colorsys.py .
lib-python/3/test/test_compare.py .
lib-python/3/test/test_compile.py .
lib-python/3/test/test_compileall.py .
lib-python/3/test/test_complex.py .
lib-python/3/test/test_configparser.py .
lib-python/3/test/test_contains.py .
lib-python/3/test/test_context.py .
lib-python/3/test/test_contextlib.py .
lib-python/3/test/test_contextlib_async.py .
lib-python/3/test/test_copy.py .
lib-python/3/test/test_copyreg.py .
lib-python/3/test/test_coroutines.py .
lib-python/3/test/test_cprofile.py .
lib-python/3/test/test_crashers.py .
lib-python/3/test/test_crypt.py .
lib-python/3/test/test_csv.py .
lib-python/3/test/test_ctypes.py .
lib-python/3/test/test_curses.py .
lib-python/3/test/test_datetime.py .
lib-python/3/test/test_dbm.py .
lib-python/3/test/test_dbm_dumb.py .
lib-python/3/test/test_dbm_gnu.py .
lib-python/3/test/test_dbm_ndbm.py .
lib-python/3/test/test_decimal.py .
lib-python/3/test/test_decorators.py .
lib-python/3/test/test_defaultdict.py .
lib-python/3/test/test_deque.py .
lib-python/3/test/test_descr.py .
lib-python/3/test/test_descrtut.py .
lib-python/3/test/test_devpoll.py .
lib-python/3/test/test_dict.py .
lib-python/3/test/test_dict_version.py s
lib-python/3/test/test_dictcomps.py .
lib-python/3/test/test_dictviews.py .
lib-python/3/test/test_difflib.py .
lib-python/3/test/test_dis.py s
lib-python/3/test/test_distutils.py .
lib-python/3/test/test_docxmlrpc.py .
lib-python/3/test/test_dtrace.py .
lib-python/3/test/test_dynamic.py .
lib-python/3/test/test_dynamicclassattribute.py .
lib-python/3/test/test_eintr.py .
lib-python/3/test/test_embed.py .
lib-python/3/test/test_ensurepip.py .
lib-python/3/test/test_enum.py .
lib-python/3/test/test_enumerate.py .
lib-python/3/test/test_eof.py .
lib-python/3/test/test_epoll.py .
lib-python/3/test/test_errno.py .
lib-python/3/test/test_except_star.py .
lib-python/3/test/test_exception_group.py .
lib-python/3/test/test_exception_hierarchy.py .
lib-python/3/test/test_exception_variations.py .
lib-python/3/test/test_exceptions.py .
lib-python/3/test/test_extcall.py .
lib-python/3/test/test_faulthandler.py .
lib-python/3/test/test_fcntl.py .
lib-python/3/test/test_file.py .
lib-python/3/test/test_file_eintr.py .
lib-python/3/test/test_filecmp.py .
lib-python/3/test/test_fileinput.py .
lib-python/3/test/test_fileio.py .
lib-python/3/test/test_fileutils.py .
lib-python/3/test/test_finalization.py .
lib-python/3/test/test_float.py .
lib-python/3/test/test_flufl.py .
lib-python/3/test/test_fnmatch.py .
lib-python/3/test/test_fork1.py .
lib-python/3/test/test_format.py .
lib-python/3/test/test_fractions.py .
lib-python/3/test/test_frame.py .
lib-python/3/test/test_frozen.py s
lib-python/3/test/test_fstring.py .
lib-python/3/test/test_ftplib.py .
lib-python/3/test/test_funcattrs.py .
lib-python/3/test/test_functools.py .
lib-python/3/test/test_gc.py s
lib-python/3/test/test_generator_stop.py .
lib-python/3/test/test_generators.py .
lib-python/3/test/test_genericalias.py .
lib-python/3/test/test_genericclass.py .
lib-python/3/test/test_genericpath.py .
lib-python/3/test/test_genexps.py .
lib-python/3/test/test_getopt.py .
lib-python/3/test/test_getpass.py .
lib-python/3/test/test_getpath.py s
lib-python/3/test/test_gettext.py .
lib-python/3/test/test_glob.py .
lib-python/3/test/test_global.py .
lib-python/3/test/test_grammar.py .
lib-python/3/test/test_graphlib.py .
lib-python/3/test/test_grp.py .
lib-python/3/test/test_gzip.py .
lib-python/3/test/test_hash.py .
lib-python/3/test/test_hashlib.py .
lib-python/3/test/test_heapq.py .
lib-python/3/test/test_hmac.py .
lib-python/3/test/test_html.py .
lib-python/3/test/test_htmlparser.py .
lib-python/3/test/test_http_cookiejar.py .
lib-python/3/test/test_http_cookies.py .
lib-python/3/test/test_httplib.py .
lib-python/3/test/test_httpservers.py .
lib-python/3/test/test_idle.py .
lib-python/3/test/test_imaplib.py .
lib-python/3/test/test_imghdr.py .
lib-python/3/test/test_imp.py .
lib-python/3/test/test_index.py .
lib-python/3/test/test_int.py .
lib-python/3/test/test_int_literal.py .
lib-python/3/test/test_interpreters.py .
lib-python/3/test/test_io.py .
lib-python/3/test/test_ioctl.py .
lib-python/3/test/test_ipaddress.py .
lib-python/3/test/test_isinstance.py .
lib-python/3/test/test_iter.py .
lib-python/3/test/test_iterlen.py .
lib-python/3/test/test_itertools.py .
lib-python/3/test/test_keyword.py .
lib-python/3/test/test_keywordonlyarg.py .
lib-python/3/test/test_kqueue.py .
lib-python/3/test/test_largefile.py .
lib-python/3/test/test_launcher.py .
lib-python/3/test/test_lib2to3.py .
lib-python/3/test/test_linecache.py .
lib-python/3/test/test_list.py .
lib-python/3/test/test_listcomps.py .
lib-python/3/test/test_lltrace.py .
lib-python/3/test/test_locale.py .
lib-python/3/test/test_logging.py .
lib-python/3/test/test_long.py .
lib-python/3/test/test_longexp.py .
lib-python/3/test/test_lzma.py .
lib-python/3/test/test_mailbox.py .
lib-python/3/test/test_mailcap.py .
lib-python/3/test/test_marshal.py .
lib-python/3/test/test_math.py .
lib-python/3/test/test_memoryio.py .
lib-python/3/test/test_memoryview.py .
lib-python/3/test/test_metaclass.py .
lib-python/3/test/test_mimetypes.py .
lib-python/3/test/test_minidom.py .
lib-python/3/test/test_mmap.py .
lib-python/3/test/test_modulefinder.py .
lib-python/3/test/test_msilib.py .
lib-python/3/test/test_multibytecodec.py .
lib-python/3/test/test_multiprocessing_main_handling.py .
lib-python/3/test/test_named_expressions.py .
lib-python/3/test/test_netrc.py .
lib-python/3/test/test_nis.py .
lib-python/3/test/test_nntplib.py .
lib-python/3/test/test_ntpath.py .
lib-python/3/test/test_numeric_tower.py .
lib-python/3/test/test_opcache.py .
lib-python/3/test/test_opcodes.py .
lib-python/3/test/test_openpty.py .
lib-python/3/test/test_operator.py .
lib-python/3/test/test_optparse.py .
lib-python/3/test/test_ordered_dict.py .
lib-python/3/test/test_os.py .
lib-python/3/test/test_ossaudiodev.py s
lib-python/3/test/test_osx_env.py .
lib-python/3/test/test_pathlib.py .
lib-python/3/test/test_patma.py .
lib-python/3/test/test_pdb.py .
lib-python/3/test/test_peepholer.py .
lib-python/3/test/test_pep646_syntax.py .
lib-python/3/test/test_pickle.py .
lib-python/3/test/test_picklebuffer.py .
lib-python/3/test/test_pickletools.py .
lib-python/3/test/test_pipes.py .
lib-python/3/test/test_pkg.py .
lib-python/3/test/test_pkgutil.py .
lib-python/3/test/test_platform.py .
lib-python/3/test/test_plistlib.py .
lib-python/3/test/test_poll.py .
lib-python/3/test/test_popen.py .
lib-python/3/test/test_poplib.py .
lib-python/3/test/test_positional_only_arg.py .
lib-python/3/test/test_posix.py .
lib-python/3/test/test_posixpath.py .
lib-python/3/test/test_pow.py .
lib-python/3/test/test_pprint.py .
lib-python/3/test/test_print.py .
lib-python/3/test/test_profile.py .
lib-python/3/test/test_property.py .
lib-python/3/test/test_pstats.py .
lib-python/3/test/test_pty.py .
lib-python/3/test/test_pulldom.py .
lib-python/3/test/test_pwd.py .
lib-python/3/test/test_py_compile.py .
lib-python/3/test/test_pyclbr.py .
lib-python/3/test/test_pyexpat.py .
lib-python/3/test/test_queue.py .
lib-python/3/test/test_quopri.py .
lib-python/3/test/test_raise.py .
lib-python/3/test/test_random.py .
lib-python/3/test/test_range.py .
lib-python/3/test/test_re.py F
lib-python/3/test/test_readline.py .
lib-python/3/test/test_regrtest.py .
lib-python/3/test/test_repl.py .
lib-python/3/test/test_reprlib.py .
lib-python/3/test/test_resource.py .
lib-python/3/test/test_richcmp.py .
lib-python/3/test/test_rlcompleter.py .
lib-python/3/test/test_robotparser.py .
lib-python/3/test/test_runpy.py .
lib-python/3/test/test_sax.py .
lib-python/3/test/test_sched.py .
lib-python/3/test/test_scope.py .
lib-python/3/test/test_script_helper.py .
lib-python/3/test/test_secrets.py .
lib-python/3/test/test_select.py .
lib-python/3/test/test_selectors.py .
lib-python/3/test/test_set.py .
lib-python/3/test/test_setcomps.py .
lib-python/3/test/test_shelve.py .
lib-python/3/test/test_shlex.py .
lib-python/3/test/test_shutil.py .
lib-python/3/test/test_signal.py .
lib-python/3/test/test_site.py .
lib-python/3/test/test_slice.py .
lib-python/3/test/test_smtpd.py .
lib-python/3/test/test_smtplib.py .
lib-python/3/test/test_smtpnet.py .
lib-python/3/test/test_sndhdr.py .
lib-python/3/test/test_socket.py .
lib-python/3/test/test_socketserver.py .
lib-python/3/test/test_sort.py .
lib-python/3/test/test_source_encoding.py .
lib-python/3/test/test_spwd.py .
lib-python/3/test/test_ssl.py .
lib-python/3/test/test_stable_abi_ctypes.py s
lib-python/3/test/test_startfile.py .
lib-python/3/test/test_stat.py .
lib-python/3/test/test_statistics.py .
lib-python/3/test/test_strftime.py .
lib-python/3/test/test_string.py .
lib-python/3/test/test_string_literals.py .
lib-python/3/test/test_stringprep.py .
lib-python/3/test/test_strptime.py .
lib-python/3/test/test_strtod.py .
lib-python/3/test/test_struct.py .
lib-python/3/test/test_structseq.py .
lib-python/3/test/test_subclassinit.py .
lib-python/3/test/test_subprocess.py .
lib-python/3/test/test_sunau.py .
lib-python/3/test/test_sundry.py .
lib-python/3/test/test_super.py .
lib-python/3/test/test_support.py .
lib-python/3/test/test_symtable.py s
lib-python/3/test/test_syntax.py .
lib-python/3/test/test_sys.py .
lib-python/3/test/test_sys_setprofile.py .
lib-python/3/test/test_sys_settrace.py .
lib-python/3/test/test_sysconfig.py .
lib-python/3/test/test_sysconfig_pypy.py .
lib-python/3/test/test_syslog.py .
lib-python/3/test/test_tabnanny.py .
lib-python/3/test/test_tarfile.py .
lib-python/3/test/test_tcl.py .
lib-python/3/test/test_telnetlib.py .
lib-python/3/test/test_tempfile.py .
lib-python/3/test/test_termios.py .
lib-python/3/test/test_textwrap.py .
lib-python/3/test/test_thread.py .
lib-python/3/test/test_threadedtempfile.py .
lib-python/3/test/test_threading.py .
lib-python/3/test/test_threading_local.py .
lib-python/3/test/test_threadsignals.py .
lib-python/3/test/test_time.py .
lib-python/3/test/test_timeit.py .
lib-python/3/test/test_timeout.py .
lib-python/3/test/test_tix.py s
lib-python/3/test/test_tk.py s
lib-python/3/test/test_tokenize.py .
lib-python/3/test/test_trace.py .
lib-python/3/test/test_traceback.py .
lib-python/3/test/test_tracemalloc.py .
lib-python/3/test/test_ttk_guionly.py s
lib-python/3/test/test_ttk_textonly.py .
lib-python/3/test/test_tty.py .
lib-python/3/test/test_tuple.py .
lib-python/3/test/test_turtle.py .
lib-python/3/test/test_type_annotations.py .
lib-python/3/test/test_type_cache.py .
lib-python/3/test/test_type_comments.py .
lib-python/3/test/test_typechecks.py .
lib-python/3/test/test_types.py .
lib-python/3/test/test_typing.py .
lib-python/3/test/test_ucn.py .
lib-python/3/test/test_unary.py .
lib-python/3/test/test_unicode.py .
lib-python/3/test/test_unicode_file.py .
lib-python/3/test/test_unicode_file_functions.py .
lib-python/3/test/test_unicode_identifiers.py .
lib-python/3/test/test_unicodedata.py .
lib-python/3/test/test_unittest.py .
lib-python/3/test/test_univnewlines.py .
lib-python/3/test/test_unpack.py .
lib-python/3/test/test_unpack_ex.py .
lib-python/3/test/test_unparse.py .
lib-python/3/test/test_urllib.py .
lib-python/3/test/test_urllib2.py .
lib-python/3/test/test_urllib2_localnet.py .
lib-python/3/test/test_urllib2net.py .
lib-python/3/test/test_urllib_response.py .
lib-python/3/test/test_urllibnet.py .
lib-python/3/test/test_urlparse.py .
lib-python/3/test/test_userdict.py .
lib-python/3/test/test_userlist.py .
lib-python/3/test/test_userstring.py .
lib-python/3/test/test_utf8_mode.py .
lib-python/3/test/test_utf8source.py .
lib-python/3/test/test_uu.py .
lib-python/3/test/test_uuid.py .
lib-python/3/test/test_venv.py .
lib-python/3/test/test_wait3.py .
lib-python/3/test/test_wait4.py .
lib-python/3/test/test_wave.py .
lib-python/3/test/test_weakref.py .
lib-python/3/test/test_weakset.py .
lib-python/3/test/test_webbrowser.py .
lib-python/3/test/test_winconsoleio.py .
lib-python/3/test/test_winreg.py .
lib-python/3/test/test_winsound.py s
lib-python/3/test/test_with.py .
lib-python/3/test/test_wsgiref.py .
lib-python/3/test/test_xdrlib.py .
lib-python/3/test/test_xml_dom_minicompat.py .
lib-python/3/test/test_xml_etree.py .
lib-python/3/test/test_xml_etree_c.py .
lib-python/3/test/test_xmlrpc.py .
lib-python/3/test/test_xmlrpc_net.py .
lib-python/3/test/test_xxlimited.py s
lib-python/3/test/test_xxtestfuzz.py s
lib-python/3/test/test_yield_from.py .
lib-python/3/test/test_zipapp.py .
lib-python/3/test/test_zipfile.py .
lib-python/3/test/test_zipfile64.py s
lib-python/3/test/test_zipimport.py .
lib-python/3/test/test_zipimport_support.py .
lib-python/3/test/test_zlib.py .
lib-python/3/test/test_asyncio .
lib-python/3/test/test_capi .
lib-python/3/test/test_concurrent_futures .
lib-python/3/test/test_cppext .
lib-python/3/test/test_dataclasses .
lib-python/3/test/test_doctest .
lib-python/3/test/test_email .
lib-python/3/test/test_future_stmt .
lib-python/3/test/test_gdb .
lib-python/3/test/test_import .
lib-python/3/test/test_importlib .
lib-python/3/test/test_inspect .
lib-python/3/test/test_json .
lib-python/3/test/test_module .
lib-python/3/test/test_multiprocessing_fork .
lib-python/3/test/test_multiprocessing_forkserver .
lib-python/3/test/test_multiprocessing_spawn .
lib-python/3/test/test_peg_generator .
lib-python/3/test/test_pydoc .
lib-python/3/test/test_pyrepl .
lib-python/3/test/test_sqlite3 .
lib-python/3/test/test_tomllib .
lib-python/3/test/test_tools s
lib-python/3/test/test_warnings .
lib-python/3/test/test_zoneinfo .
=================================== FAILURES ===================================
_______________________________________ _______________________________________
== PyPy 3.11.15 (04a7403a3578, Jun 01 2026, 01:46:04) [PyPy 7.3.24-alpha0 with GCC 10.2.1 20210130 (Red Hat 10.2.1-11)]
== Linux-6.1.0-22-amd64-x86_64-with-glibc2.17 little-endian
== Python build: release with_assert
== cwd: /tmp/pytest/test_python_worker_1140794æ
== CPU count: 4
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 1170636734
0:00:00 load avg: 0.81 Run 1 test sequentially
0:00:00 load avg: 0.81 [1/1] test_re
test_atomic_group (test.test_re.DebugTests.test_atomic_group) ... skipped 'implementation detail specific to cpython'
test_debug_flag (test.test_re.DebugTests.test_debug_flag) ... skipped 'implementation detail specific to cpython'
test_possesive_repeat (test.test_re.DebugTests.test_possesive_repeat) ... skipped 'implementation detail specific to cpython'
test_possesive_repeat_one (test.test_re.DebugTests.test_possesive_repeat_one) ... skipped 'implementation detail specific to cpython'
test_re_benchmarks (test.test_re.ExternalTests.test_re_benchmarks)
re_tests benchmarks ... ok
test_re_tests (test.test_re.ExternalTests.test_re_tests)
re_tests test suite ... ok
test_case_helpers (test.test_re.ImplementationTest.test_case_helpers) ... skipped 'implementation detail specific to cpython'
test_dealloc (test.test_re.ImplementationTest.test_dealloc) ... skipped 'implementation detail specific to cpython'
test_deprecated_modules (test.test_re.ImplementationTest.test_deprecated_modules) ... ok
test_disallow_instantiation (test.test_re.ImplementationTest.test_disallow_instantiation) ... skipped 'implementation detail specific to cpython'
test_immutable (test.test_re.ImplementationTest.test_immutable) ... skipped 'implementation detail specific to cpython'
test_overlap_table (test.test_re.ImplementationTest.test_overlap_table) ... ok
test_repeat_minmax_overflow_maxrepeat (test.test_re.ImplementationTest.test_repeat_minmax_overflow_maxrepeat) ... skipped 'implementation detail specific to cpython'
test_signedness (test.test_re.ImplementationTest.test_signedness) ... ok
test_bytes (test.test_re.PatternReprTests.test_bytes) ... ok
test_flags_repr (test.test_re.PatternReprTests.test_flags_repr) ... ok
test_inline_flags (test.test_re.PatternReprTests.test_inline_flags) ... ok
test_locale (test.test_re.PatternReprTests.test_locale) ... ok
test_long_pattern (test.test_re.PatternReprTests.test_long_pattern) ... ok
test_multiple_flags (test.test_re.PatternReprTests.test_multiple_flags) ... ok
test_quotes (test.test_re.PatternReprTests.test_quotes) ... ok
test_single_flag (test.test_re.PatternReprTests.test_single_flag) ... ok
test_unicode_flag (test.test_re.PatternReprTests.test_unicode_flag) ... ok
test_unknown_flags (test.test_re.PatternReprTests.test_unknown_flags) ... ok
test_without_flags (test.test_re.PatternReprTests.test_without_flags) ... ok
test_ASSERT_NOT_mark_bug (test.test_re.ReTests.test_ASSERT_NOT_mark_bug) ... ok
test_MARK_PUSH_macro_bug (test.test_re.ReTests.test_MARK_PUSH_macro_bug) ... ok
test_MIN_REPEAT_ONE_mark_bug (test.test_re.ReTests.test_MIN_REPEAT_ONE_mark_bug) ... ok
test_MIN_UNTIL_mark_bug (test.test_re.ReTests.test_MIN_UNTIL_mark_bug) ... ok
test_REPEAT_ONE_mark_bug (test.test_re.ReTests.test_REPEAT_ONE_mark_bug) ... ok
test_anyall (test.test_re.ReTests.test_anyall) ... ok
test_ascii_and_unicode_flag (test.test_re.ReTests.test_ascii_and_unicode_flag) ... ok
test_atomic_grouping (test.test_re.ReTests.test_atomic_grouping)
Test Atomic Grouping ... ok
test_backref_group_name_in_exception (test.test_re.ReTests.test_backref_group_name_in_exception) ... ok
test_basic_re_sub (test.test_re.ReTests.test_basic_re_sub) ... ok
test_big_codesize (test.test_re.ReTests.test_big_codesize) ... ok
test_bigcharset (test.test_re.ReTests.test_bigcharset) ... ok
test_branching (test.test_re.ReTests.test_branching)
Test Branching ... ok
test_bug_113254 (test.test_re.ReTests.test_bug_113254) ... ok
test_bug_114660 (test.test_re.ReTests.test_bug_114660) ... ok
test_bug_117612 (test.test_re.ReTests.test_bug_117612) ... ok
test_bug_1661 (test.test_re.ReTests.test_bug_1661) ... ok
test_bug_16688 (test.test_re.ReTests.test_bug_16688) ... ok
test_bug_20998 (test.test_re.ReTests.test_bug_20998) ... ok
test_bug_2537 (test.test_re.ReTests.test_bug_2537) ... ok
test_bug_29444 (test.test_re.ReTests.test_bug_29444) ... ok
test_bug_34294 (test.test_re.ReTests.test_bug_34294) ... ok
test_bug_3629 (test.test_re.ReTests.test_bug_3629) ... ok
test_bug_40736 (test.test_re.ReTests.test_bug_40736) ... ok
test_bug_418626 (test.test_re.ReTests.test_bug_418626) ... ok
test_bug_448951 (test.test_re.ReTests.test_bug_448951) ... ok
test_bug_449000 (test.test_re.ReTests.test_bug_449000) ... ok
test_bug_449964 (test.test_re.ReTests.test_bug_449964) ... ok
test_bug_527371 (test.test_re.ReTests.test_bug_527371) ... ok
test_bug_581080 (test.test_re.ReTests.test_bug_581080) ... ok
test_bug_612074 (test.test_re.ReTests.test_bug_612074) ... ok
test_bug_6509 (test.test_re.ReTests.test_bug_6509) ... ok
test_bug_6561 (test.test_re.ReTests.test_bug_6561) ... ok
test_bug_725106 (test.test_re.ReTests.test_bug_725106) ... ok
test_bug_725149 (test.test_re.ReTests.test_bug_725149) ... ok
test_bug_764548 (test.test_re.ReTests.test_bug_764548) ... ok
test_bug_817234 (test.test_re.ReTests.test_bug_817234) ... ok
test_bug_926075 (test.test_re.ReTests.test_bug_926075) ... ok
test_bug_931848 (test.test_re.ReTests.test_bug_931848) ... ok
test_bug_gh106052 (test.test_re.ReTests.test_bug_gh106052) ... ok
test_bug_gh91616 (test.test_re.ReTests.test_bug_gh91616) ... ok
test_bytes_str_mixing (test.test_re.ReTests.test_bytes_str_mixing) ... ok
test_category (test.test_re.ReTests.test_category) ... ok
test_character_set_errors (test.test_re.ReTests.test_character_set_errors) ... ok
test_comments (test.test_re.ReTests.test_comments) ... ok
test_compile (test.test_re.ReTests.test_compile) ... ok
test_constants (test.test_re.ReTests.test_constants) ... ok
test_copying (test.test_re.ReTests.test_copying) ... ok
test_dollar_matches_twice (test.test_re.ReTests.test_dollar_matches_twice)
Test that $ does not include \n ... ok
test_empty_array (test.test_re.ReTests.test_empty_array) ... ok
test_enum (test.test_re.ReTests.test_enum) ... ok
test_error (test.test_re.ReTests.test_error) ... ok
test_expand (test.test_re.ReTests.test_expand) ... ok
test_findall_atomic_grouping (test.test_re.ReTests.test_findall_atomic_grouping) ... ok
test_findall_possessive_quantifiers (test.test_re.ReTests.test_findall_possessive_quantifiers) ... ok
test_finditer (test.test_re.ReTests.test_finditer) ... ok
test_flags (test.test_re.ReTests.test_flags) ... ok
test_fullmatch_atomic_grouping (test.test_re.ReTests.test_fullmatch_atomic_grouping) ... ok
test_fullmatch_possessive_quantifiers (test.test_re.ReTests.test_fullmatch_possessive_quantifiers) ... ok
test_getattr (test.test_re.ReTests.test_getattr) ... ok
test_group (test.test_re.ReTests.test_group) ... ok
test_group_name_in_exception (test.test_re.ReTests.test_group_name_in_exception) ... ok
test_groupdict (test.test_re.ReTests.test_groupdict) ... ok
test_ignore_case (test.test_re.ReTests.test_ignore_case) ... ok
test_ignore_case_range (test.test_re.ReTests.test_ignore_case_range) ... ok
test_ignore_case_set (test.test_re.ReTests.test_ignore_case_set) ... ok
test_ignore_spaces (test.test_re.ReTests.test_ignore_spaces) ... ok
test_inline_flags (test.test_re.ReTests.test_inline_flags) ... ok
test_issue17998 (test.test_re.ReTests.test_issue17998) ... ok
test_keep_buffer (test.test_re.ReTests.test_keep_buffer) ... FAIL
test_keyword_parameters (test.test_re.ReTests.test_keyword_parameters) ... ok
test_large_search (test.test_re.ReTests.test_large_search) ... ok
test_large_subn (test.test_re.ReTests.test_large_subn) ... ok
test_locale_caching (test.test_re.ReTests.test_locale_caching) ... skipped 'test needs en_US.iso88591 locale'
test_locale_compiled (test.test_re.ReTests.test_locale_compiled) ... skipped 'test needs en_US.iso88591 locale'
test_locale_flag (test.test_re.ReTests.test_locale_flag) ... ok
test_look_behind_overflow (test.test_re.ReTests.test_look_behind_overflow) ... ok
test_lookahead (test.test_re.ReTests.test_lookahead) ... ok
test_lookbehind (test.test_re.ReTests.test_lookbehind) ... ok
test_match_getitem (test.test_re.ReTests.test_match_getitem) ... ok
test_match_repr (test.test_re.ReTests.test_match_repr) ... ok
test_misc_errors (test.test_re.ReTests.test_misc_errors) ... ok
test_multiple_repeat (test.test_re.ReTests.test_multiple_repeat) ... ok
test_named_unicode_escapes (test.test_re.ReTests.test_named_unicode_escapes) ... ok
test_not_literal (test.test_re.ReTests.test_not_literal) ... ok
test_nothing_to_repeat (test.test_re.ReTests.test_nothing_to_repeat) ... ok
test_other_escapes (test.test_re.ReTests.test_other_escapes) ... ok
test_pattern_compare (test.test_re.ReTests.test_pattern_compare) ... ok
test_pattern_compare_bytes (test.test_re.ReTests.test_pattern_compare_bytes) ... ok
test_pickling (test.test_re.ReTests.test_pickling) ... ok
test_possessive_quantifiers (test.test_re.ReTests.test_possessive_quantifiers)
Test Possessive Quantifiers ... ok
test_possible_set_operations (test.test_re.ReTests.test_possible_set_operations) ... ok
test_qualified_re_split (test.test_re.ReTests.test_qualified_re_split) ... ok
test_qualified_re_sub (test.test_re.ReTests.test_qualified_re_sub) ... ok
test_re_escape (test.test_re.ReTests.test_re_escape) ... ok
test_re_escape_bytes (test.test_re.ReTests.test_re_escape_bytes) ... ok
test_re_escape_non_ascii (test.test_re.ReTests.test_re_escape_non_ascii) ... ok
test_re_escape_non_ascii_bytes (test.test_re.ReTests.test_re_escape_non_ascii_bytes) ... ok
test_re_findall (test.test_re.ReTests.test_re_findall) ... ok
test_re_fullmatch (test.test_re.ReTests.test_re_fullmatch) ... ok
test_re_groupref (test.test_re.ReTests.test_re_groupref) ... ok
test_re_groupref_exists (test.test_re.ReTests.test_re_groupref_exists) ... ok
test_re_groupref_exists_errors (test.test_re.ReTests.test_re_groupref_exists_errors) ... ok
test_re_groupref_exists_validation_bug (test.test_re.ReTests.test_re_groupref_exists_validation_bug) ... ok
test_re_groupref_overflow (test.test_re.ReTests.test_re_groupref_overflow) ... ok
test_re_match (test.test_re.ReTests.test_re_match) ... ok
test_re_split (test.test_re.ReTests.test_re_split) ... ok
test_re_subn (test.test_re.ReTests.test_re_subn) ... ok
test_regression_gh94675 (test.test_re.ReTests.test_regression_gh94675) ... ok
test_repeat_minmax (test.test_re.ReTests.test_repeat_minmax) ... ok
test_repeat_minmax_overflow (test.test_re.ReTests.test_repeat_minmax_overflow) ... ok
test_scanner (test.test_re.ReTests.test_scanner) ... ok
test_scoped_flags (test.test_re.ReTests.test_scoped_flags) ... ok
test_search_anchor_at_beginning (test.test_re.ReTests.test_search_anchor_at_beginning) ... ok
test_search_coverage (test.test_re.ReTests.test_search_coverage) ... ok
test_search_dot_unicode (test.test_re.ReTests.test_search_dot_unicode) ... ok
test_search_star_plus (test.test_re.ReTests.test_search_star_plus) ... ok
test_special_escapes (test.test_re.ReTests.test_special_escapes) ... ok
test_sre_byte_class_literals (test.test_re.ReTests.test_sre_byte_class_literals) ... ok
test_sre_byte_literals (test.test_re.ReTests.test_sre_byte_literals) ... ok
test_sre_character_class_literals (test.test_re.ReTests.test_sre_character_class_literals) ... ok
test_sre_character_literals (test.test_re.ReTests.test_sre_character_literals) ... ok
test_stack_overflow (test.test_re.ReTests.test_stack_overflow) ... ok
test_string_boundaries (test.test_re.ReTests.test_string_boundaries) ... ok
test_sub_template_numeric_escape (test.test_re.ReTests.test_sub_template_numeric_escape) ... ok
test_symbolic_groups (test.test_re.ReTests.test_symbolic_groups) ... ok
test_symbolic_groups_errors (test.test_re.ReTests.test_symbolic_groups_errors) ... ok
test_symbolic_refs (test.test_re.ReTests.test_symbolic_refs) ... ok
test_symbolic_refs_errors (test.test_re.ReTests.test_symbolic_refs_errors) ... ok
test_template_function_and_flag_is_deprecated (test.test_re.ReTests.test_template_function_and_flag_is_deprecated) ... ok
test_unlimited_zero_width_repeat (test.test_re.ReTests.test_unlimited_zero_width_repeat) ... ok
test_weakref (test.test_re.ReTests.test_weakref) ... ok
test_zerowidth (test.test_re.ReTests.test_zerowidth) ... ok
======================================================================
FAIL: test_keep_buffer (test.test_re.ReTests.test_keep_buffer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_re.py", line 71, in test_keep_buffer
with self.assertRaises(BufferError):
AssertionError: BufferError not raised
----------------------------------------------------------------------
Ran 158 tests in 0.852s
FAILED (failures=1, skipped=11)
test_re failed (1 failure)
== Tests result: FAILURE ==
1 test failed:
test_re
Total duration: 982 ms
Total tests: run=158 failures=1 skipped=11
Total test files: run=1/1 failed=1
Result: FAILURE
test test_re failed
=========================== short test summary info ============================
SKIP [4] /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/conftest.py:606: CPython internal details
SKIP [1] /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/conftest.py:606: requires audio
SKIP [1] /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/conftest.py:606: needs ctypes.pythonapi
SKIP [1] /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/conftest.py:606: demands too many resources
SKIP [1] /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/conftest.py:606: needs low level audio
SKIP [5] /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/conftest.py:606: implementation detail
SKIP [3] /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/conftest.py:606: needs display
========================== slowest 10 test durations ===========================
139.38s call lib-python/3/test/test_concurrent_futures::unmodified
136.85s call lib-python/3/test/test_asyncio::unmodified
99.81s call lib-python/3/test/test_multiprocessing_spawn::unmodified
84.03s call lib-python/3/test/test_multiprocessing_forkserver::unmodified
63.62s call lib-python/3/test/test_subprocess.py::unmodified
60.78s call lib-python/3/test/test_multiprocessing_fork::unmodified
45.10s call lib-python/3/test/test_ssl.py::unmodified
37.78s call lib-python/3/test/test_socket.py::unmodified
28.44s call lib-python/3/test/test_hashlib.py::unmodified
23.14s call lib-python/3/test/test_threading.py::unmodified
============= 1 failed, 416 passed, 16 skipped in 1281.79 seconds ==============
program finished with exit code 1
elapsedTime=1282.255224