lib-python/3/test/test_warnings::unmodified
== PyPy 3.12.13 (e99dc7a98783, Jul 10 2026, 07:10:46) [PyPy 8.0.0-alpha0 with GCC Apple LLVM 16.0.0 (clang-1600.0.26.6)]
== macOS-15.7.7-x86_64-i386-64bit little-endian
== Python build: release with_assert
== cwd: /private/tmp/buildbot-x86_64/pytest/test_python_worker_34842æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 765349702
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 1.37 Run 1 test sequentially in a single process
0:00:00 load avg: 1.37 [1/1] test_warnings
test_issue_8766 (test.test_warnings.BootstrapTest.test_issue_8766) ... ok
test_catch_warnings_defaults (test.test_warnings.CCatchWarningTests.test_catch_warnings_defaults) ... ok
test_catch_warnings_recording (test.test_warnings.CCatchWarningTests.test_catch_warnings_recording) ... ok
test_catch_warnings_reentry_guard (test.test_warnings.CCatchWarningTests.test_catch_warnings_reentry_guard) ... ok
test_catch_warnings_restore (test.test_warnings.CCatchWarningTests.test_catch_warnings_restore) ... ok
test_check_warnings (test.test_warnings.CCatchWarningTests.test_check_warnings) ... ok
test_record_override_showwarning_before (test.test_warnings.CCatchWarningTests.test_record_override_showwarning_before) ... ok
test_record_override_showwarning_inside (test.test_warnings.CCatchWarningTests.test_record_override_showwarning_inside) ... ok
test_comma_separated_warnings (test.test_warnings.CEnvironmentVariableTests.test_comma_separated_warnings) ... ok
test_conflicting_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests.test_conflicting_envvar_and_command_line) ... ok
test_default_filter_configuration (test.test_warnings.CEnvironmentVariableTests.test_default_filter_configuration) ... ok
test_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests.test_envvar_and_command_line) ... ok
test_nonascii (test.test_warnings.CEnvironmentVariableTests.test_nonascii) ... ok
test_single_warning (test.test_warnings.CEnvironmentVariableTests.test_single_warning) ... ok
test_always (test.test_warnings.CFilterTests.test_always) ... ok
test_always_after_default (test.test_warnings.CFilterTests.test_always_after_default) ... ok
test_append_duplicate (test.test_warnings.CFilterTests.test_append_duplicate) ... ok
test_catchwarnings_with_simplefilter_error (test.test_warnings.CFilterTests.test_catchwarnings_with_simplefilter_error) ... ok
test_catchwarnings_with_simplefilter_ignore (test.test_warnings.CFilterTests.test_catchwarnings_with_simplefilter_ignore) ... ok
test_default (test.test_warnings.CFilterTests.test_default) ... ok
test_error (test.test_warnings.CFilterTests.test_error) ... ok
test_error_after_default (test.test_warnings.CFilterTests.test_error_after_default) ... ok
test_filterwarnings (test.test_warnings.CFilterTests.test_filterwarnings) ... ok
test_filterwarnings_duplicate_filters (test.test_warnings.CFilterTests.test_filterwarnings_duplicate_filters) ... ok
test_ignore (test.test_warnings.CFilterTests.test_ignore) ... ok
test_ignore_after_default (test.test_warnings.CFilterTests.test_ignore_after_default) ... ok
test_inheritance (test.test_warnings.CFilterTests.test_inheritance) ... ok
test_message_matching (test.test_warnings.CFilterTests.test_message_matching) ... ok
test_module (test.test_warnings.CFilterTests.test_module) ... ok
test_module_globals (test.test_warnings.CFilterTests.test_module_globals) ... ok
test_mutate_filter_list (test.test_warnings.CFilterTests.test_mutate_filter_list) ... ok
test_once (test.test_warnings.CFilterTests.test_once) ... ok
test_ordering (test.test_warnings.CFilterTests.test_ordering) ... ok
test_simplefilter_duplicate_filters (test.test_warnings.CFilterTests.test_simplefilter_duplicate_filters) ... ok
test_module_all_attribute (test.test_warnings.CPublicAPITests.test_module_all_attribute) ... ok
test_import_from_module (test.test_warnings.CWCmdLineTests.test_import_from_module) ... ok
test_improper_input (test.test_warnings.CWCmdLineTests.test_improper_input) ... ok
test_accelerated (test.test_warnings.CWarnTests.test_accelerated) ... FAIL
test_bad_str (test.test_warnings.CWarnTests.test_bad_str) ... ok
test_exec_filename (test.test_warnings.CWarnTests.test_exec_filename) ... ok
test_filename (test.test_warnings.CWarnTests.test_filename) ... ok
test_gh86298_loader_and_spec_loader_disagree (test.test_warnings.CWarnTests.test_gh86298_loader_and_spec_loader_disagree) ... FAIL
test_gh86298_loader_is_none_and_no_spec (test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_no_spec) ... ok
test_gh86298_loader_is_none_and_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_spec_is_none) ... FAIL
test_gh86298_loader_is_none_and_spec_loader_is_none (test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_spec_loader_is_none) ... FAIL
test_gh86298_no_loader_and_no_spec (test.test_warnings.CWarnTests.test_gh86298_no_loader_and_no_spec) ... ok
test_gh86298_no_loader_and_no_spec_loader (test.test_warnings.CWarnTests.test_gh86298_no_loader_and_no_spec_loader) ... FAIL
test_gh86298_no_loader_and_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_no_loader_and_spec_is_none) ... FAIL
test_gh86298_no_loader_with_spec_loader_okay (test.test_warnings.CWarnTests.test_gh86298_no_loader_with_spec_loader_okay) ... ok
test_gh86298_no_spec (test.test_warnings.CWarnTests.test_gh86298_no_spec) ... FAIL
test_gh86298_no_spec_loader (test.test_warnings.CWarnTests.test_gh86298_no_spec_loader) ... FAIL
test_gh86298_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_spec_is_none) ... FAIL
test_message (test.test_warnings.CWarnTests.test_message) ... ok
test_skip_file_prefixes (test.test_warnings.CWarnTests.test_skip_file_prefixes) ... ERROR
test_skip_file_prefixes_type_errors (test.test_warnings.CWarnTests.test_skip_file_prefixes_type_errors) ... ok
test_stacklevel (test.test_warnings.CWarnTests.test_stacklevel) ... ok
test_stacklevel_import (test.test_warnings.CWarnTests.test_stacklevel_import) ... ok
test_warn_explicit_non_ascii_filename (test.test_warnings.CWarnTests.test_warn_explicit_non_ascii_filename) ... ok
test_warn_explicit_type_errors (test.test_warnings.CWarnTests.test_warn_explicit_type_errors) ... ok
test_warn_nonstandard_types (test.test_warnings.CWarnTests.test_warn_nonstandard_types) ... ok
test_warning_classes (test.test_warnings.CWarnTests.test_warning_classes) ... ok
test_formatwarning (test.test_warnings.CWarningsDisplayTests.test_formatwarning) ... ok
test_formatwarning_override (test.test_warnings.CWarningsDisplayTests.test_formatwarning_override) ... ok
test_showwarning (test.test_warnings.CWarningsDisplayTests.test_showwarning) ... ok
test_finalization (test.test_warnings.FinalizationTest.test_finalization) ... FAIL
test_late_resource_warning (test.test_warnings.FinalizationTest.test_late_resource_warning) ... FAIL
test_catch_warnings_defaults (test.test_warnings.PyCatchWarningTests.test_catch_warnings_defaults) ... ok
test_catch_warnings_recording (test.test_warnings.PyCatchWarningTests.test_catch_warnings_recording) ... ok
test_catch_warnings_reentry_guard (test.test_warnings.PyCatchWarningTests.test_catch_warnings_reentry_guard) ... ok
test_catch_warnings_restore (test.test_warnings.PyCatchWarningTests.test_catch_warnings_restore) ... ok
test_check_warnings (test.test_warnings.PyCatchWarningTests.test_check_warnings) ... ok
test_record_override_showwarning_before (test.test_warnings.PyCatchWarningTests.test_record_override_showwarning_before) ... ok
test_record_override_showwarning_inside (test.test_warnings.PyCatchWarningTests.test_record_override_showwarning_inside) ... ok
test_comma_separated_warnings (test.test_warnings.PyEnvironmentVariableTests.test_comma_separated_warnings) ... ok
test_conflicting_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests.test_conflicting_envvar_and_command_line) ... ok
test_default_filter_configuration (test.test_warnings.PyEnvironmentVariableTests.test_default_filter_configuration) ... ok
test_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests.test_envvar_and_command_line) ... ok
test_nonascii (test.test_warnings.PyEnvironmentVariableTests.test_nonascii) ... ok
test_single_warning (test.test_warnings.PyEnvironmentVariableTests.test_single_warning) ... ok
test_always (test.test_warnings.PyFilterTests.test_always) ... ok
test_always_after_default (test.test_warnings.PyFilterTests.test_always_after_default) ... ok
test_append_duplicate (test.test_warnings.PyFilterTests.test_append_duplicate) ... ok
test_catchwarnings_with_simplefilter_error (test.test_warnings.PyFilterTests.test_catchwarnings_with_simplefilter_error) ... ok
test_catchwarnings_with_simplefilter_ignore (test.test_warnings.PyFilterTests.test_catchwarnings_with_simplefilter_ignore) ... ok
test_default (test.test_warnings.PyFilterTests.test_default) ... ok
test_error (test.test_warnings.PyFilterTests.test_error) ... ok
test_error_after_default (test.test_warnings.PyFilterTests.test_error_after_default) ... ok
test_filterwarnings (test.test_warnings.PyFilterTests.test_filterwarnings) ... ok
test_filterwarnings_duplicate_filters (test.test_warnings.PyFilterTests.test_filterwarnings_duplicate_filters) ... ok
test_ignore (test.test_warnings.PyFilterTests.test_ignore) ... ok
test_ignore_after_default (test.test_warnings.PyFilterTests.test_ignore_after_default) ... ok
test_inheritance (test.test_warnings.PyFilterTests.test_inheritance) ... ok
test_message_matching (test.test_warnings.PyFilterTests.test_message_matching) ... ok
test_module (test.test_warnings.PyFilterTests.test_module) ... ok
test_module_globals (test.test_warnings.PyFilterTests.test_module_globals) ... ok
test_mutate_filter_list (test.test_warnings.PyFilterTests.test_mutate_filter_list) ... ok
test_once (test.test_warnings.PyFilterTests.test_once) ... ok
test_ordering (test.test_warnings.PyFilterTests.test_ordering) ... ok
test_simplefilter_duplicate_filters (test.test_warnings.PyFilterTests.test_simplefilter_duplicate_filters) ... ok
test_module_all_attribute (test.test_warnings.PyPublicAPITests.test_module_all_attribute) ... ok
test_import_from_module (test.test_warnings.PyWCmdLineTests.test_import_from_module) ... ok
test_improper_input (test.test_warnings.PyWCmdLineTests.test_improper_input) ... ok
test_improper_option (test.test_warnings.PyWCmdLineTests.test_improper_option) ... ok
test_warnings_bootstrap (test.test_warnings.PyWCmdLineTests.test_warnings_bootstrap) ... ok
test_bad_str (test.test_warnings.PyWarnTests.test_bad_str) ... ok
test_exec_filename (test.test_warnings.PyWarnTests.test_exec_filename) ... ok
test_filename (test.test_warnings.PyWarnTests.test_filename) ... ok
test_gh86298_loader_and_spec_loader_disagree (test.test_warnings.PyWarnTests.test_gh86298_loader_and_spec_loader_disagree) ... ok
test_gh86298_loader_is_none_and_no_spec (test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_no_spec) ... ok
test_gh86298_loader_is_none_and_spec_is_none (test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_spec_is_none) ... ok
test_gh86298_loader_is_none_and_spec_loader_is_none (test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_spec_loader_is_none) ... ok
test_gh86298_no_loader_and_no_spec (test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_no_spec) ... ok
test_gh86298_no_loader_and_no_spec_loader (test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_no_spec_loader) ... ok
test_gh86298_no_loader_and_spec_is_none (test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_spec_is_none) ... ok
test_gh86298_no_loader_with_spec_loader_okay (test.test_warnings.PyWarnTests.test_gh86298_no_loader_with_spec_loader_okay) ... ok
test_gh86298_no_spec (test.test_warnings.PyWarnTests.test_gh86298_no_spec) ... ok
test_gh86298_no_spec_loader (test.test_warnings.PyWarnTests.test_gh86298_no_spec_loader) ... ok
test_gh86298_spec_is_none (test.test_warnings.PyWarnTests.test_gh86298_spec_is_none) ... ok
test_message (test.test_warnings.PyWarnTests.test_message) ... ok
test_pure_python (test.test_warnings.PyWarnTests.test_pure_python) ... ok
test_skip_file_prefixes (test.test_warnings.PyWarnTests.test_skip_file_prefixes) ... ok
test_skip_file_prefixes_type_errors (test.test_warnings.PyWarnTests.test_skip_file_prefixes_type_errors) ... ok
test_stacklevel (test.test_warnings.PyWarnTests.test_stacklevel) ... ok
test_stacklevel_import (test.test_warnings.PyWarnTests.test_stacklevel_import) ... ok
test_warn_explicit_non_ascii_filename (test.test_warnings.PyWarnTests.test_warn_explicit_non_ascii_filename) ... ok
test_warn_explicit_type_errors (test.test_warnings.PyWarnTests.test_warn_explicit_type_errors) ... ok
test_warn_nonstandard_types (test.test_warnings.PyWarnTests.test_warn_nonstandard_types) ... ok
test_warning_classes (test.test_warnings.PyWarnTests.test_warning_classes) ... ok
test_formatwarning (test.test_warnings.PyWarningsDisplayTests.test_formatwarning) ... ok
test_formatwarning_override (test.test_warnings.PyWarningsDisplayTests.test_formatwarning_override) ... ok
test_showwarning (test.test_warnings.PyWarningsDisplayTests.test_showwarning) ... ok
test_tracemalloc (test.test_warnings.PyWarningsDisplayTests.test_tracemalloc) ... FAIL
test_RuntimeError (test.test_warnings._DeprecatedTest.test_RuntimeError) ... ok
test_warning (test.test_warnings._DeprecatedTest.test_warning) ... ok
test_default_action (test.test_warnings._WarningsTests.test_default_action) ... ok
test_filename_none (test.test_warnings._WarningsTests.test_filename_none) ... ok
test_filter (test.test_warnings._WarningsTests.test_filter) ... ok
test_issue31285 (test.test_warnings._WarningsTests.test_issue31285) ... ok
test_issue31411 (test.test_warnings._WarningsTests.test_issue31411) ... skipped 'implementation detail specific to cpython'
test_issue31416 (test.test_warnings._WarningsTests.test_issue31416) ... skipped 'implementation detail specific to cpython'
test_issue31566 (test.test_warnings._WarningsTests.test_issue31566) ... skipped 'implementation detail specific to cpython'
test_onceregistry (test.test_warnings._WarningsTests.test_onceregistry) ... ok
test_show_warning_output (test.test_warnings._WarningsTests.test_show_warning_output) ... ok
test_showwarning_missing (test.test_warnings._WarningsTests.test_showwarning_missing) ... ok
test_showwarning_not_callable (test.test_warnings._WarningsTests.test_showwarning_not_callable) ... ok
test_showwarnmsg_missing (test.test_warnings._WarningsTests.test_showwarnmsg_missing) ... ok
test_stderr_none (test.test_warnings._WarningsTests.test_stderr_none) ... ok
======================================================================
ERROR: test_skip_file_prefixes (test.test_warnings.CWarnTests.test_skip_file_prefixes)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 489, in test_skip_file_prefixes
package_helper.inner_api(
^^^^^^^^^
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/data/package_helper.py", line 8, in inner_api
warnings_module.warn(
^^^^
TypeError: warn() takes no keyword arguments
======================================================================
FAIL: test_accelerated (test.test_warnings.CWarnTests.test_accelerated)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 713, in test_accelerated
self.assertFalse(hasattr(self.module.warn, '__code__'))
^^^^^^^^^^^
AssertionError: True is not false
======================================================================
FAIL: test_gh86298_loader_and_spec_loader_disagree (test.test_warnings.CWarnTests.test_gh86298_loader_and_spec_loader_disagree)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 691, in test_gh86298_loader_and_spec_loader_disagree
self.check_module_globals_deprecated(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 646, in check_module_globals_deprecated
self.assertEqual(len(w), 2)
^^^^^^^^^^^
AssertionError: 1 != 2
======================================================================
FAIL: test_gh86298_loader_is_none_and_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_spec_is_none)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 664, in test_gh86298_loader_is_none_and_spec_is_none
self.check_module_globals_error(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 631, in check_module_globals_error
with self.assertRaisesRegex(errtype, re.escape(errmsg)):
AssertionError: ValueError not raised
======================================================================
FAIL: test_gh86298_loader_is_none_and_spec_loader_is_none (test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_spec_loader_is_none)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 669, in test_gh86298_loader_is_none_and_spec_loader_is_none
self.check_module_globals_error(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 631, in check_module_globals_error
with self.assertRaisesRegex(errtype, re.escape(errmsg)):
AssertionError: ValueError not raised
======================================================================
FAIL: test_gh86298_no_loader_and_no_spec_loader (test.test_warnings.CWarnTests.test_gh86298_no_loader_and_no_spec_loader)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 697, in test_gh86298_no_loader_and_no_spec_loader
self.check_module_globals_error(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 631, in check_module_globals_error
with self.assertRaisesRegex(errtype, re.escape(errmsg)):
AssertionError: AttributeError not raised
======================================================================
FAIL: test_gh86298_no_loader_and_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_no_loader_and_spec_is_none)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 659, in test_gh86298_no_loader_and_spec_is_none
self.check_module_globals_error(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 631, in check_module_globals_error
with self.assertRaisesRegex(errtype, re.escape(errmsg)):
AssertionError: ValueError not raised
======================================================================
FAIL: test_gh86298_no_spec (test.test_warnings.CWarnTests.test_gh86298_no_spec)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 675, in test_gh86298_no_spec
self.check_module_globals_deprecated(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 646, in check_module_globals_deprecated
self.assertEqual(len(w), 2)
^^^^^^^^^^^
AssertionError: 1 != 2
======================================================================
FAIL: test_gh86298_no_spec_loader (test.test_warnings.CWarnTests.test_gh86298_no_spec_loader)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 685, in test_gh86298_no_spec_loader
self.check_module_globals_deprecated(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 646, in check_module_globals_deprecated
self.assertEqual(len(w), 2)
^^^^^^^^^^^
AssertionError: 1 != 2
======================================================================
FAIL: test_gh86298_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_spec_is_none)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 680, in test_gh86298_spec_is_none
self.check_module_globals_deprecated(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 646, in check_module_globals_deprecated
self.assertEqual(len(w), 2)
^^^^^^^^^^^
AssertionError: 1 != 2
======================================================================
FAIL: test_finalization (test.test_warnings.FinalizationTest.test_finalization)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 1457, in test_finalization
self.assertEqual(err.decode().rstrip(),
^^^^^^^^^^^
AssertionError: '' != '<string>:7: UserWarning: test'
+ <string>:7: UserWarning: test
======================================================================
FAIL: test_late_resource_warning (test.test_warnings.FinalizationTest.test_late_resource_warning)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 1470, in test_late_resource_warning
self.assertTrue(err.startswith(expected), ascii(err))
^^^^^^^^^^
AssertionError: False is not true : b''
======================================================================
FAIL: test_tracemalloc (test.test_warnings.PyWarningsDisplayTests.test_tracemalloc)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_warnings/__init__.py", line 1132, in test_tracemalloc
self.assertEqual(stderr, expected)
^^^^^^^^^^^
AssertionError: '' != '/private/tmp/buildbot-x86_64/pytest/test_[161 chars]back'
+ /private/tmp/buildbot-x86_64/pytest/test_python_worker_34842æ/@test_34842_tmpæ:5: ResourceWarning: unclosed file <...>
+ f = None
+ ResourceWarning: Enable tracemalloc to get the object allocation traceback
----------------------------------------------------------------------
Ran 147 tests in 1.182s
FAILED (failures=12, errors=1, skipped=3)
0:00:01 load avg: 1.37 [1/1/1] test_warnings failed (1 error, 12 failures)
== Tests result: FAILURE ==
1 test failed:
test_warnings
Total duration: 1.3 sec
Total tests: run=147 failures=12 skipped=3
Total test files: run=1/1 failed=1
Result: FAILURE
test test_warnings failed
builder: pypy-c-jit-macos-x86-64 build #1329+
test: lib-python/3/test/test_warnings::unmodified