Home - Summaries: (main) : (py3.11) : (py3.12) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

lib-python/3/test/test_datetime.py::unmodified

== PyPy 3.12.14 (0f53d194ef9b, Sep 08 2026, 12:06:14) [PyPy 8.0.0-alpha0 with MSC v.1941 64 bit (AMD64)]
== Windows-10-10.0.19045-SP0 little-endian
== Python build: release with_assert
== cwd: D:\SystemTemp\pytest\test_python_worker_9788æ
== CPU count: 2
== encodings: locale=ascii FS=utf-8
== resources (3): curses,gui,network

Using random seed: 4047029469
0:00:00 Run 1 test sequentially in a single process
0:00:00 [1/1] test_datetime
test_PyDateTime_DATE_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_DATE_GET) ... skipped 'Not relevant in pure Python'
test_PyDateTime_DELTA_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_DELTA_GET) ... skipped 'Not relevant in pure Python'
test_PyDateTime_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_GET) ... skipped 'Not relevant in pure Python'
test_PyDateTime_TIME_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_TIME_GET) ... skipped 'Not relevant in pure Python'
test_check_date (test.datetimetester.CapiTest_Pure.test_check_date) ... skipped 'Not relevant in pure Python'
test_check_datetime (test.datetimetester.CapiTest_Pure.test_check_datetime) ... skipped 'Not relevant in pure Python'
test_check_delta (test.datetimetester.CapiTest_Pure.test_check_delta) ... skipped 'Not relevant in pure Python'
test_check_time (test.datetimetester.CapiTest_Pure.test_check_time) ... skipped 'Not relevant in pure Python'
test_check_tzinfo (test.datetimetester.CapiTest_Pure.test_check_tzinfo) ... skipped 'Not relevant in pure Python'
test_date_from_date (test.datetimetester.CapiTest_Pure.test_date_from_date) ... skipped 'Not relevant in pure Python'
test_date_from_timestamp (test.datetimetester.CapiTest_Pure.test_date_from_timestamp) ... skipped 'Not relevant in pure Python'
test_datetime_from_dateandtime (test.datetimetester.CapiTest_Pure.test_datetime_from_dateandtime) ... skipped 'Not relevant in pure Python'
test_datetime_from_dateandtimeandfold (test.datetimetester.CapiTest_Pure.test_datetime_from_dateandtimeandfold) ... skipped 'Not relevant in pure Python'
test_datetime_from_timestamp (test.datetimetester.CapiTest_Pure.test_datetime_from_timestamp) ... skipped 'Not relevant in pure Python'
test_delta_from_dsu (test.datetimetester.CapiTest_Pure.test_delta_from_dsu) ... skipped 'Not relevant in pure Python'
test_time_from_time (test.datetimetester.CapiTest_Pure.test_time_from_time) ... skipped 'Not relevant in pure Python'
test_time_from_timeandfold (test.datetimetester.CapiTest_Pure.test_time_from_timeandfold) ... skipped 'Not relevant in pure Python'
test_timezones_capi (test.datetimetester.CapiTest_Pure.test_timezones_capi) ... skipped 'Not relevant in pure Python'
test_timezones_offset_zero (test.datetimetester.CapiTest_Pure.test_timezones_offset_zero) ... skipped 'Not relevant in pure Python'
test_utc_capi (test.datetimetester.CapiTest_Pure.test_utc_capi) ... skipped 'Not relevant in pure Python'
test_folds (test.datetimetester.IranTest_Pure.test_folds) ... skipped 'Skipping zoneinfo tests on Windows'
test_gaps (test.datetimetester.IranTest_Pure.test_gaps) ... skipped 'Skipping zoneinfo tests on Windows'
test_system_transitions (test.datetimetester.IranTest_Pure.test_system_transitions) ... skipped 'time module has no attribute tzset'
test_bug_1028306 (test.datetimetester.Oddballs_Pure.test_bug_1028306) ... ok
test_check_arg_types (test.datetimetester.Oddballs_Pure.test_check_arg_types) ... ok
test_extra_attributes (test.datetimetester.Oddballs_Pure.test_extra_attributes) ... ok
test_backdoor_resistance (test.datetimetester.TestDate_Pure.test_backdoor_resistance) ... ok
test_bad_constructor_arguments (test.datetimetester.TestDate_Pure.test_bad_constructor_arguments) ... ok
test_basic_attributes (test.datetimetester.TestDate_Pure.test_basic_attributes) ... ok
test_bool (test.datetimetester.TestDate_Pure.test_bool) ... ok
test_compare (test.datetimetester.TestDate_Pure.test_compare) ... ok
test_compat_unpickle (test.datetimetester.TestDate_Pure.test_compat_unpickle) ... ok
test_computations (test.datetimetester.TestDate_Pure.test_computations) ... ok
test_ctime (test.datetimetester.TestDate_Pure.test_ctime) ... ok
test_extreme_ordinals (test.datetimetester.TestDate_Pure.test_extreme_ordinals) ... ok
test_extreme_timedelta (test.datetimetester.TestDate_Pure.test_extreme_timedelta) ... ok
test_format (test.datetimetester.TestDate_Pure.test_format) ... ok
test_fromisocalendar (test.datetimetester.TestDate_Pure.test_fromisocalendar) ... ok
test_fromisocalendar_type_errors (test.datetimetester.TestDate_Pure.test_fromisocalendar_type_errors) ... ok
test_fromisocalendar_value_errors (test.datetimetester.TestDate_Pure.test_fromisocalendar_value_errors) ... ok
test_fromisoformat (test.datetimetester.TestDate_Pure.test_fromisoformat) ... ok
test_fromisoformat_date_examples (test.datetimetester.TestDate_Pure.test_fromisoformat_date_examples) ... ok
test_fromisoformat_fails (test.datetimetester.TestDate_Pure.test_fromisoformat_fails) ... ok
test_fromisoformat_fails_typeerror (test.datetimetester.TestDate_Pure.test_fromisoformat_fails_typeerror) ... ok
test_fromisoformat_subclass (test.datetimetester.TestDate_Pure.test_fromisoformat_subclass) ... ok
test_fromtimestamp (test.datetimetester.TestDate_Pure.test_fromtimestamp) ... ok
test_fromtimestamp_with_none_arg (test.datetimetester.TestDate_Pure.test_fromtimestamp_with_none_arg) ... ok
test_harmful_mixed_comparison (test.datetimetester.TestDate_Pure.test_harmful_mixed_comparison) ... ok
test_harmless_mixed_comparison (test.datetimetester.TestDate_Pure.test_harmless_mixed_comparison) ... ok
test_hash_equality (test.datetimetester.TestDate_Pure.test_hash_equality) ... ok
test_insane_fromtimestamp (test.datetimetester.TestDate_Pure.test_insane_fromtimestamp) ... ok
test_iso_long_years (test.datetimetester.TestDate_Pure.test_iso_long_years) ... ok
test_isocalendar (test.datetimetester.TestDate_Pure.test_isocalendar) ... ok
test_isocalendar_pickling (test.datetimetester.TestDate_Pure.test_isocalendar_pickling)
Test that the result of datetime.isocalendar() can be pickled. ... ok
test_isoformat (test.datetimetester.TestDate_Pure.test_isoformat) ... ok
test_mixed_compare (test.datetimetester.TestDate_Pure.test_mixed_compare) ... ok
test_ordinal_conversions (test.datetimetester.TestDate_Pure.test_ordinal_conversions) ... ok
test_overflow (test.datetimetester.TestDate_Pure.test_overflow) ... ok
test_pickling (test.datetimetester.TestDate_Pure.test_pickling) ... ok
test_pickling_subclass_date (test.datetimetester.TestDate_Pure.test_pickling_subclass_date) ... ok
test_replace (test.datetimetester.TestDate_Pure.test_replace) ... ok
test_resolution_info (test.datetimetester.TestDate_Pure.test_resolution_info) ... ok
test_roundtrip (test.datetimetester.TestDate_Pure.test_roundtrip) ... ok
test_strftime (test.datetimetester.TestDate_Pure.test_strftime) ... ok
test_strftime_trailing_percent (test.datetimetester.TestDate_Pure.test_strftime_trailing_percent) ... skipped 'time module does not support trailing %'
test_strftime_y2k (test.datetimetester.TestDate_Pure.test_strftime_y2k) ... ok
test_subclass_alternate_constructors (test.datetimetester.TestDate_Pure.test_subclass_alternate_constructors) ... ok
test_subclass_date (test.datetimetester.TestDate_Pure.test_subclass_date) ... ok
test_subclass_replace (test.datetimetester.TestDate_Pure.test_subclass_replace) ... ok
test_timetuple (test.datetimetester.TestDate_Pure.test_timetuple) ... ok
test_today (test.datetimetester.TestDate_Pure.test_today) ... ok
test_weekday (test.datetimetester.TestDate_Pure.test_weekday) ... ok
test_delta_non_days_ignored (test.datetimetester.TestDateOnly_Pure.test_delta_non_days_ignored) ... ok
test_astimezone (test.datetimetester.TestDateTime_Pure.test_astimezone) ... skipped 'tzset required'
test_backdoor_resistance (test.datetimetester.TestDateTime_Pure.test_backdoor_resistance) ... ok
test_bad_constructor_arguments (test.datetimetester.TestDateTime_Pure.test_bad_constructor_arguments) ... ok
test_basic_attributes (test.datetimetester.TestDateTime_Pure.test_basic_attributes) ... ok
test_basic_attributes_nonzero (test.datetimetester.TestDateTime_Pure.test_basic_attributes_nonzero) ... ok
test_bool (test.datetimetester.TestDateTime_Pure.test_bool) ... ok
test_combine (test.datetimetester.TestDateTime_Pure.test_combine) ... ok
test_compare (test.datetimetester.TestDateTime_Pure.test_compare) ... ok
test_compat_unpickle (test.datetimetester.TestDateTime_Pure.test_compat_unpickle) ... ok
test_computations (test.datetimetester.TestDateTime_Pure.test_computations) ... ok
test_ctime (test.datetimetester.TestDateTime_Pure.test_ctime) ... ok
test_extract (test.datetimetester.TestDateTime_Pure.test_extract) ... ok
test_extreme_ordinals (test.datetimetester.TestDateTime_Pure.test_extreme_ordinals) ... ok
test_extreme_timedelta (test.datetimetester.TestDateTime_Pure.test_extreme_timedelta) ... ok
test_format (test.datetimetester.TestDateTime_Pure.test_format) ... ok
test_fromisocalendar (test.datetimetester.TestDateTime_Pure.test_fromisocalendar) ... ok
test_fromisocalendar_type_errors (test.datetimetester.TestDateTime_Pure.test_fromisocalendar_type_errors) ... ok
test_fromisocalendar_value_errors (test.datetimetester.TestDateTime_Pure.test_fromisocalendar_value_errors) ... ok
test_fromisoformat (test.datetimetester.TestDateTime_Pure.test_fromisoformat) ... ok
test_fromisoformat_ambiguous (test.datetimetester.TestDateTime_Pure.test_fromisoformat_ambiguous) ... ok
test_fromisoformat_date_examples (test.datetimetester.TestDateTime_Pure.test_fromisoformat_date_examples) ... ok
test_fromisoformat_datetime (test.datetimetester.TestDateTime_Pure.test_fromisoformat_datetime) ... ok
test_fromisoformat_datetime_examples (test.datetimetester.TestDateTime_Pure.test_fromisoformat_datetime_examples) ... ok
test_fromisoformat_fails (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails) ... ok
test_fromisoformat_fails_datetime (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_datetime) ... ok
test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_surrogate) ... ok
test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_typeerror) ... ok
test_fromisoformat_separators (test.datetimetester.TestDateTime_Pure.test_fromisoformat_separators) ... ok
test_fromisoformat_subclass (test.datetimetester.TestDateTime_Pure.test_fromisoformat_subclass) ... ok
test_fromisoformat_timespecs (test.datetimetester.TestDateTime_Pure.test_fromisoformat_timespecs) ... ok
test_fromisoformat_timezone (test.datetimetester.TestDateTime_Pure.test_fromisoformat_timezone) ... ok
test_fromisoformat_utc (test.datetimetester.TestDateTime_Pure.test_fromisoformat_utc) ... ok
test_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_fromtimestamp) ... ok
test_fromtimestamp_keyword_arg (test.datetimetester.TestDateTime_Pure.test_fromtimestamp_keyword_arg) ... ok
test_fromtimestamp_limits (test.datetimetester.TestDateTime_Pure.test_fromtimestamp_limits) ... skipped 'Test not valid on this platform'
test_fromtimestamp_with_none_arg (test.datetimetester.TestDateTime_Pure.test_fromtimestamp_with_none_arg) ... ok
test_harmful_mixed_comparison (test.datetimetester.TestDateTime_Pure.test_harmful_mixed_comparison) ... ok
test_harmless_mixed_comparison (test.datetimetester.TestDateTime_Pure.test_harmless_mixed_comparison) ... ok
test_hash_equality (test.datetimetester.TestDateTime_Pure.test_hash_equality) ... ok
test_insane_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_insane_fromtimestamp) ... ok
test_insane_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_insane_utcfromtimestamp) ... ok
test_iso_long_years (test.datetimetester.TestDateTime_Pure.test_iso_long_years) ... ok
test_isocalendar (test.datetimetester.TestDateTime_Pure.test_isocalendar) ... ok
test_isocalendar_pickling (test.datetimetester.TestDateTime_Pure.test_isocalendar_pickling)
Test that the result of datetime.isocalendar() can be pickled. ... ok
test_isoformat (test.datetimetester.TestDateTime_Pure.test_isoformat) ... ok
test_isoformat_timezone (test.datetimetester.TestDateTime_Pure.test_isoformat_timezone) ... ok
test_microsecond_rounding (test.datetimetester.TestDateTime_Pure.test_microsecond_rounding) ... skipped 'tzset required'
test_mixed_compare (test.datetimetester.TestDateTime_Pure.test_mixed_compare) ... ok
test_more_compare (test.datetimetester.TestDateTime_Pure.test_more_compare) ... ok
test_more_ctime (test.datetimetester.TestDateTime_Pure.test_more_ctime) ... ok
test_more_pickling (test.datetimetester.TestDateTime_Pure.test_more_pickling) ... ok
test_more_strftime (test.datetimetester.TestDateTime_Pure.test_more_strftime) ... ok
test_more_timetuple (test.datetimetester.TestDateTime_Pure.test_more_timetuple) ... ok
test_negative_float_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_negative_float_fromtimestamp) ... skipped "Windows doesn't accept negative timestamps"
test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_negative_float_utcfromtimestamp) ... skipped "Windows doesn't accept negative timestamps"
test_ordinal_conversions (test.datetimetester.TestDateTime_Pure.test_ordinal_conversions) ... ok
test_overflow (test.datetimetester.TestDateTime_Pure.test_overflow) ... ok
test_pickling (test.datetimetester.TestDateTime_Pure.test_pickling) ... ok
test_pickling_subclass_date (test.datetimetester.TestDateTime_Pure.test_pickling_subclass_date) ... ok
test_pickling_subclass_datetime (test.datetimetester.TestDateTime_Pure.test_pickling_subclass_datetime) ... ok
test_replace (test.datetimetester.TestDateTime_Pure.test_replace) ... ok
test_resolution_info (test.datetimetester.TestDateTime_Pure.test_resolution_info) ... ok
test_roundtrip (test.datetimetester.TestDateTime_Pure.test_roundtrip) ... ok
test_strftime (test.datetimetester.TestDateTime_Pure.test_strftime) ... ok
test_strftime_special (test.datetimetester.TestDateTime_Pure.test_strftime_special) ... FAIL
test_strftime_trailing_percent (test.datetimetester.TestDateTime_Pure.test_strftime_trailing_percent) ... skipped 'time module does not support trailing %'
test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTime_Pure.test_strftime_with_bad_tzname_replace) ... ok
test_strftime_y2k (test.datetimetester.TestDateTime_Pure.test_strftime_y2k) ... ok
test_strptime (test.datetimetester.TestDateTime_Pure.test_strptime) ... ok
test_strptime_single_digit (test.datetimetester.TestDateTime_Pure.test_strptime_single_digit) ... ok
test_subclass_alternate_constructors (test.datetimetester.TestDateTime_Pure.test_subclass_alternate_constructors) ... ok
test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTime_Pure.test_subclass_alternate_constructors_datetime) ... ok
test_subclass_date (test.datetimetester.TestDateTime_Pure.test_subclass_date) ... ok
test_subclass_datetime (test.datetimetester.TestDateTime_Pure.test_subclass_datetime) ... ok
test_subclass_now (test.datetimetester.TestDateTime_Pure.test_subclass_now) ... ok
test_subclass_replace (test.datetimetester.TestDateTime_Pure.test_subclass_replace) ... ok
test_subclass_replace_fold (test.datetimetester.TestDateTime_Pure.test_subclass_replace_fold) ... ok
test_timestamp_aware (test.datetimetester.TestDateTime_Pure.test_timestamp_aware) ... ok
test_timestamp_limits (test.datetimetester.TestDateTime_Pure.test_timestamp_limits) ... ok
test_timestamp_naive (test.datetimetester.TestDateTime_Pure.test_timestamp_naive) ... skipped 'tzset required'
test_timetuple (test.datetimetester.TestDateTime_Pure.test_timetuple) ... ok
test_today (test.datetimetester.TestDateTime_Pure.test_today) ... ok
test_tz_independent_comparing (test.datetimetester.TestDateTime_Pure.test_tz_independent_comparing) ... ok
test_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_utcfromtimestamp) ... ok
test_utcfromtimestamp_limits (test.datetimetester.TestDateTime_Pure.test_utcfromtimestamp_limits) ... skipped 'Test not valid on this platform'
test_utcnow (test.datetimetester.TestDateTime_Pure.test_utcnow) ... ok
test_weekday (test.datetimetester.TestDateTime_Pure.test_weekday) ... ok
test_argument_passing (test.datetimetester.TestDateTimeTZ_Pure.test_argument_passing) ... ok
test_astimezone (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone) ... skipped 'tzset required'
test_astimezone_default_eastern (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_eastern) ... skipped 'tzset required'
test_astimezone_default_near_fold (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_near_fold) ... skipped 'tzset required'
test_astimezone_default_utc (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_utc) ... skipped 'tzset required'
test_aware_compare (test.datetimetester.TestDateTimeTZ_Pure.test_aware_compare) ... ok
test_aware_subtract (test.datetimetester.TestDateTimeTZ_Pure.test_aware_subtract) ... ok
test_backdoor_resistance (test.datetimetester.TestDateTimeTZ_Pure.test_backdoor_resistance) ... ok
test_bad_constructor_arguments (test.datetimetester.TestDateTimeTZ_Pure.test_bad_constructor_arguments) ... ok
test_bad_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Pure.test_bad_tzinfo_classes) ... ok
test_basic_attributes (test.datetimetester.TestDateTimeTZ_Pure.test_basic_attributes) ... ok
test_basic_attributes_nonzero (test.datetimetester.TestDateTimeTZ_Pure.test_basic_attributes_nonzero) ... ok
test_bool (test.datetimetester.TestDateTimeTZ_Pure.test_bool) ... ok
test_combine (test.datetimetester.TestDateTimeTZ_Pure.test_combine) ... ok
test_compare (test.datetimetester.TestDateTimeTZ_Pure.test_compare) ... ok
test_compat_unpickle (test.datetimetester.TestDateTimeTZ_Pure.test_compat_unpickle) ... ok
test_computations (test.datetimetester.TestDateTimeTZ_Pure.test_computations) ... ok
test_ctime (test.datetimetester.TestDateTimeTZ_Pure.test_ctime) ... ok
test_even_more_compare (test.datetimetester.TestDateTimeTZ_Pure.test_even_more_compare) ... ok
test_extract (test.datetimetester.TestDateTimeTZ_Pure.test_extract) ... ok
test_extreme_hashes (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_hashes) ... ok
test_extreme_ordinals (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_ordinals) ... ok
test_extreme_timedelta (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_timedelta) ... ok
test_format (test.datetimetester.TestDateTimeTZ_Pure.test_format) ... ok
test_fromisocalendar (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar) ... ok
test_fromisocalendar_type_errors (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar_type_errors) ... ok
test_fromisocalendar_value_errors (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar_value_errors) ... ok
test_fromisoformat (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat) ... ok
test_fromisoformat_ambiguous (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_ambiguous) ... ok
test_fromisoformat_date_examples (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_date_examples) ... ok
test_fromisoformat_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_datetime) ... ok
test_fromisoformat_datetime_examples (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_datetime_examples) ... ok
test_fromisoformat_fails (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails) ... ok
test_fromisoformat_fails_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_datetime) ... ok
test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_surrogate) ... ok
test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_typeerror) ... ok
test_fromisoformat_separators (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_separators) ... ok
test_fromisoformat_subclass (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_subclass) ... ok
test_fromisoformat_timespecs (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_timespecs) ... ok
test_fromisoformat_timezone (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_timezone) ... ok
test_fromisoformat_utc (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_utc) ... ok
test_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp) ... ok
test_fromtimestamp_keyword_arg (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_keyword_arg) ... ok
test_fromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_limits) ... skipped 'Test not valid on this platform'
test_fromtimestamp_with_none_arg (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_with_none_arg) ... ok
test_harmful_mixed_comparison (test.datetimetester.TestDateTimeTZ_Pure.test_harmful_mixed_comparison) ... ok
test_harmless_mixed_comparison (test.datetimetester.TestDateTimeTZ_Pure.test_harmless_mixed_comparison) ... ok
test_hash_equality (test.datetimetester.TestDateTimeTZ_Pure.test_hash_equality) ... ok
test_insane_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_insane_fromtimestamp) ... ok
test_insane_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_insane_utcfromtimestamp) ... ok
test_iso_long_years (test.datetimetester.TestDateTimeTZ_Pure.test_iso_long_years) ... ok
test_isocalendar (test.datetimetester.TestDateTimeTZ_Pure.test_isocalendar) ... ok
test_isocalendar_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_isocalendar_pickling)
Test that the result of datetime.isocalendar() can be pickled. ... ok
test_isoformat (test.datetimetester.TestDateTimeTZ_Pure.test_isoformat) ... ok
test_isoformat_timezone (test.datetimetester.TestDateTimeTZ_Pure.test_isoformat_timezone) ... ok
test_microsecond_rounding (test.datetimetester.TestDateTimeTZ_Pure.test_microsecond_rounding) ... skipped 'tzset required'
test_mixed_compare (test.datetimetester.TestDateTimeTZ_Pure.test_mixed_compare) ... ok
test_more_astimezone (test.datetimetester.TestDateTimeTZ_Pure.test_more_astimezone) ... ok
test_more_compare (test.datetimetester.TestDateTimeTZ_Pure.test_more_compare) ... ok
test_more_ctime (test.datetimetester.TestDateTimeTZ_Pure.test_more_ctime) ... ok
test_more_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_more_pickling) ... ok
test_more_strftime (test.datetimetester.TestDateTimeTZ_Pure.test_more_strftime) ... ok
test_more_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_more_timetuple) ... ok
test_negative_float_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_negative_float_fromtimestamp) ... skipped "Windows doesn't accept negative timestamps"
test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_negative_float_utcfromtimestamp) ... skipped "Windows doesn't accept negative timestamps"
test_ordinal_conversions (test.datetimetester.TestDateTimeTZ_Pure.test_ordinal_conversions) ... ok
test_overflow (test.datetimetester.TestDateTimeTZ_Pure.test_overflow) ... ok
test_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_pickling) ... ok
test_pickling_subclass_date (test.datetimetester.TestDateTimeTZ_Pure.test_pickling_subclass_date) ... ok
test_pickling_subclass_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_pickling_subclass_datetime) ... ok
test_replace (test.datetimetester.TestDateTimeTZ_Pure.test_replace) ... ok
test_resolution_info (test.datetimetester.TestDateTimeTZ_Pure.test_resolution_info) ... ok
test_roundtrip (test.datetimetester.TestDateTimeTZ_Pure.test_roundtrip) ... ok
test_strftime (test.datetimetester.TestDateTimeTZ_Pure.test_strftime) ... ok
test_strftime_special (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_special) ... FAIL
test_strftime_trailing_percent (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_trailing_percent) ... skipped 'time module does not support trailing %'
test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_with_bad_tzname_replace) ... ok
test_strftime_y2k (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_y2k) ... ok
test_strptime (test.datetimetester.TestDateTimeTZ_Pure.test_strptime) ... ok
test_strptime_single_digit (test.datetimetester.TestDateTimeTZ_Pure.test_strptime_single_digit) ... ok
test_subclass_alternate_constructors (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_alternate_constructors) ... ok
test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_alternate_constructors_datetime) ... ok
test_subclass_date (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_date) ... ok
test_subclass_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_datetime) ... ok
test_subclass_datetimetz (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_datetimetz) ... ok
test_subclass_now (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_now) ... ok
test_subclass_replace (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_replace) ... ok
test_subclass_replace_fold (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_replace_fold) ... ok
test_timestamp_aware (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_aware) ... ok
test_timestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_limits) ... ok
test_timestamp_naive (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_naive) ... skipped 'tzset required'
test_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_timetuple) ... ok
test_today (test.datetimetester.TestDateTimeTZ_Pure.test_today) ... ok
test_trivial (test.datetimetester.TestDateTimeTZ_Pure.test_trivial) ... ok
test_tz_aware_arithmetic (test.datetimetester.TestDateTimeTZ_Pure.test_tz_aware_arithmetic) ... ok
test_tz_independent_comparing (test.datetimetester.TestDateTimeTZ_Pure.test_tz_independent_comparing) ... ok
test_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_classes) ... ok
test_tzinfo_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_fromtimestamp) ... ok
test_tzinfo_isoformat (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_isoformat) ... ok
test_tzinfo_now (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_now) ... ok
test_tzinfo_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_timetuple) ... ok
test_tzinfo_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_utcfromtimestamp) ... ok
test_tzinfo_utcnow (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_utcnow) ... ok
test_utc_offset_out_of_bounds (test.datetimetester.TestDateTimeTZ_Pure.test_utc_offset_out_of_bounds) ... ok
test_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_utcfromtimestamp) ... ok
test_utcfromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_utcfromtimestamp_limits) ... skipped 'Test not valid on this platform'
test_utcnow (test.datetimetester.TestDateTimeTZ_Pure.test_utcnow) ... ok
test_utctimetuple (test.datetimetester.TestDateTimeTZ_Pure.test_utctimetuple) ... ok
test_weekday (test.datetimetester.TestDateTimeTZ_Pure.test_weekday) ... ok
test_zones (test.datetimetester.TestDateTimeTZ_Pure.test_zones) ... ok
test_astimezone (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_astimezone) ... skipped 'tzset required'
test_comparison (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_comparison) ... ok
test_constructors (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_constructors) ... ok
test_dst (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_dst) ... ok
test_fromtimestamp (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp) ... skipped 'tzset required'
test_fromtimestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp_lord_howe) ... skipped 'tzset required'
test_fromtimestamp_low_fold_detection (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp_low_fold_detection) ... ok
test_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromutc) ... ok
test_hash (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_hash) ... ok
test_hash_aware (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_hash_aware) ... ok
test_member (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_member) ... ok
test_mixed_compare_fold (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_fold) ... ok
test_mixed_compare_gap (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_gap) ... ok
test_mixed_compare_regular (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_regular) ... ok
test_pickle_fold (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_pickle_fold) ... ok
test_replace (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_replace) ... ok
test_repr (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_repr) ... ok
test_timestamp (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_timestamp) ... skipped 'tzset required'
test_timestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_timestamp_lord_howe) ... skipped 'tzset required'
test_utcoffset (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_utcoffset) ... ok
test_vilnius_1941_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_vilnius_1941_fromutc) ... ok
test_vilnius_1941_toutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_vilnius_1941_toutc) ... ok
test_all (test.datetimetester.TestModule_Pure.test_all)
Test that __all__ only points to valid attributes. ... ok
test_constants (test.datetimetester.TestModule_Pure.test_constants) ... ok
test_divide_and_round (test.datetimetester.TestModule_Pure.test_divide_and_round) ... ok
test_name_cleanup (test.datetimetester.TestModule_Pure.test_name_cleanup) ... skipped 'Only run for Fast C implementation'
test_utc_alias (test.datetimetester.TestModule_Pure.test_utc_alias) ... ok
test_astimezone (test.datetimetester.TestSubclassDateTime_Pure.test_astimezone) ... skipped 'tzset required'
test_backdoor_resistance (test.datetimetester.TestSubclassDateTime_Pure.test_backdoor_resistance) ... ok
test_bad_constructor_arguments (test.datetimetester.TestSubclassDateTime_Pure.test_bad_constructor_arguments) ... ok
test_basic_attributes (test.datetimetester.TestSubclassDateTime_Pure.test_basic_attributes) ... ok
test_basic_attributes_nonzero (test.datetimetester.TestSubclassDateTime_Pure.test_basic_attributes_nonzero) ... ok
test_bool (test.datetimetester.TestSubclassDateTime_Pure.test_bool) ... ok
test_combine (test.datetimetester.TestSubclassDateTime_Pure.test_combine) ... ok
test_compare (test.datetimetester.TestSubclassDateTime_Pure.test_compare) ... ok
test_compat_unpickle (test.datetimetester.TestSubclassDateTime_Pure.test_compat_unpickle) ... ok
test_computations (test.datetimetester.TestSubclassDateTime_Pure.test_computations) ... ok
test_ctime (test.datetimetester.TestSubclassDateTime_Pure.test_ctime) ... ok
test_extract (test.datetimetester.TestSubclassDateTime_Pure.test_extract) ... ok
test_extreme_ordinals (test.datetimetester.TestSubclassDateTime_Pure.test_extreme_ordinals) ... ok
test_extreme_timedelta (test.datetimetester.TestSubclassDateTime_Pure.test_extreme_timedelta) ... ok
test_format (test.datetimetester.TestSubclassDateTime_Pure.test_format) ... ok
test_fromisocalendar (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar) ... ok
test_fromisocalendar_type_errors (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar_type_errors) ... ok
test_fromisocalendar_value_errors (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar_value_errors) ... ok
test_fromisoformat (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat) ... ok
test_fromisoformat_ambiguous (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_ambiguous) ... ok
test_fromisoformat_date_examples (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_date_examples) ... ok
test_fromisoformat_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_datetime) ... ok
test_fromisoformat_datetime_examples (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_datetime_examples) ... ok
test_fromisoformat_fails (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails) ... ok
test_fromisoformat_fails_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_datetime) ... ok
test_fromisoformat_fails_surrogate (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_surrogate) ... ok
test_fromisoformat_fails_typeerror (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_typeerror) ... ok
test_fromisoformat_separators (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_separators) ... ok
test_fromisoformat_subclass (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_subclass) ... ok
test_fromisoformat_timespecs (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_timespecs) ... ok
test_fromisoformat_timezone (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_timezone) ... ok
test_fromisoformat_utc (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_utc) ... ok
test_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp) ... ok
test_fromtimestamp_keyword_arg (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_keyword_arg) ... ok
test_fromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_limits) ... skipped 'Test not valid on this platform'
test_fromtimestamp_with_none_arg (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_with_none_arg) ... ok
test_harmful_mixed_comparison (test.datetimetester.TestSubclassDateTime_Pure.test_harmful_mixed_comparison) ... ok
test_harmless_mixed_comparison (test.datetimetester.TestSubclassDateTime_Pure.test_harmless_mixed_comparison) ... ok
test_hash_equality (test.datetimetester.TestSubclassDateTime_Pure.test_hash_equality) ... ok
test_insane_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_insane_fromtimestamp) ... ok
test_insane_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_insane_utcfromtimestamp) ... ok
test_iso_long_years (test.datetimetester.TestSubclassDateTime_Pure.test_iso_long_years) ... ok
test_isocalendar (test.datetimetester.TestSubclassDateTime_Pure.test_isocalendar) ... ok
test_isocalendar_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_isocalendar_pickling)
Test that the result of datetime.isocalendar() can be pickled. ... ok
test_isoformat (test.datetimetester.TestSubclassDateTime_Pure.test_isoformat) ... ok
test_isoformat_timezone (test.datetimetester.TestSubclassDateTime_Pure.test_isoformat_timezone) ... ok
test_microsecond_rounding (test.datetimetester.TestSubclassDateTime_Pure.test_microsecond_rounding) ... skipped 'tzset required'
test_mixed_compare (test.datetimetester.TestSubclassDateTime_Pure.test_mixed_compare) ... ok
test_more_compare (test.datetimetester.TestSubclassDateTime_Pure.test_more_compare) ... ok
test_more_ctime (test.datetimetester.TestSubclassDateTime_Pure.test_more_ctime) ... ok
test_more_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_more_pickling) ... ok
test_more_strftime (test.datetimetester.TestSubclassDateTime_Pure.test_more_strftime) ... ok
test_more_timetuple (test.datetimetester.TestSubclassDateTime_Pure.test_more_timetuple) ... ok
test_negative_float_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_negative_float_fromtimestamp) ... skipped "Windows doesn't accept negative timestamps"
test_negative_float_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_negative_float_utcfromtimestamp) ... skipped "Windows doesn't accept negative timestamps"
test_ordinal_conversions (test.datetimetester.TestSubclassDateTime_Pure.test_ordinal_conversions) ... ok
test_overflow (test.datetimetester.TestSubclassDateTime_Pure.test_overflow) ... ok
test_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_pickling) ... ok
test_pickling_subclass_date (test.datetimetester.TestSubclassDateTime_Pure.test_pickling_subclass_date) ... ok
test_pickling_subclass_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_pickling_subclass_datetime) ... ok
test_replace (test.datetimetester.TestSubclassDateTime_Pure.test_replace) ... ok
test_resolution_info (test.datetimetester.TestSubclassDateTime_Pure.test_resolution_info) ... ok
test_roundtrip (test.datetimetester.TestSubclassDateTime_Pure.test_roundtrip) ... skipped 'not appropriate for subclasses'
test_strftime (test.datetimetester.TestSubclassDateTime_Pure.test_strftime) ... ok
test_strftime_special (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_special) ... FAIL
test_strftime_trailing_percent (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_trailing_percent) ... skipped 'time module does not support trailing %'
test_strftime_with_bad_tzname_replace (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_with_bad_tzname_replace) ... ok
test_strftime_y2k (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_y2k) ... ok
test_strptime (test.datetimetester.TestSubclassDateTime_Pure.test_strptime) ... ok
test_strptime_single_digit (test.datetimetester.TestSubclassDateTime_Pure.test_strptime_single_digit) ... ok
test_subclass_alternate_constructors (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_alternate_constructors) ... ok
test_subclass_alternate_constructors_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_alternate_constructors_datetime) ... ok
test_subclass_date (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_date) ... ok
test_subclass_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_datetime) ... ok
test_subclass_now (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_now) ... ok
test_subclass_replace (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_replace) ... ok
test_subclass_replace_fold (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_replace_fold) ... ok
test_timestamp_aware (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_aware) ... ok
test_timestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_limits) ... ok
test_timestamp_naive (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_naive) ... skipped 'tzset required'
test_timetuple (test.datetimetester.TestSubclassDateTime_Pure.test_timetuple) ... ok
test_today (test.datetimetester.TestSubclassDateTime_Pure.test_today) ... ok
test_tz_independent_comparing (test.datetimetester.TestSubclassDateTime_Pure.test_tz_independent_comparing) ... ok
test_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_utcfromtimestamp) ... ok
test_utcfromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_utcfromtimestamp_limits) ... skipped 'Test not valid on this platform'
test_utcnow (test.datetimetester.TestSubclassDateTime_Pure.test_utcnow) ... ok
test_weekday (test.datetimetester.TestSubclassDateTime_Pure.test_weekday) ... ok
test_issue23600 (test.datetimetester.TestTZInfo_Pure.test_issue23600) ... ok
test_non_abstractness (test.datetimetester.TestTZInfo_Pure.test_non_abstractness) ... ok
test_normal (test.datetimetester.TestTZInfo_Pure.test_normal) ... ok
test_pickling_base (test.datetimetester.TestTZInfo_Pure.test_pickling_base) ... ok
test_pickling_subclass (test.datetimetester.TestTZInfo_Pure.test_pickling_subclass) ... ok
test_refcnt_crash_bug_22044 (test.datetimetester.TestTZInfo_Pure.test_refcnt_crash_bug_22044) ... ok
test_subclass_must_override (test.datetimetester.TestTZInfo_Pure.test_subclass_must_override) ... ok
test_1653736 (test.datetimetester.TestTime_Pure.test_1653736) ... ok
test_backdoor_resistance (test.datetimetester.TestTime_Pure.test_backdoor_resistance) ... ok
test_bad_constructor_arguments (test.datetimetester.TestTime_Pure.test_bad_constructor_arguments) ... ok
test_basic_attributes (test.datetimetester.TestTime_Pure.test_basic_attributes) ... ok
test_basic_attributes_nonzero (test.datetimetester.TestTime_Pure.test_basic_attributes_nonzero) ... ok
test_bool (test.datetimetester.TestTime_Pure.test_bool) ... ok
test_comparing (test.datetimetester.TestTime_Pure.test_comparing) ... ok
test_compat_unpickle (test.datetimetester.TestTime_Pure.test_compat_unpickle) ... ok
test_format (test.datetimetester.TestTime_Pure.test_format) ... ok
test_harmful_mixed_comparison (test.datetimetester.TestTime_Pure.test_harmful_mixed_comparison) ... ok
test_harmless_mixed_comparison (test.datetimetester.TestTime_Pure.test_harmless_mixed_comparison) ... ok
test_hash_equality (test.datetimetester.TestTime_Pure.test_hash_equality) ... ok
test_isoformat (test.datetimetester.TestTime_Pure.test_isoformat) ... ok
test_isoformat_timezone (test.datetimetester.TestTime_Pure.test_isoformat_timezone) ... ok
test_pickling (test.datetimetester.TestTime_Pure.test_pickling) ... ok
test_pickling_subclass_time (test.datetimetester.TestTime_Pure.test_pickling_subclass_time) ... ok
test_replace (test.datetimetester.TestTime_Pure.test_replace) ... ok
test_repr (test.datetimetester.TestTime_Pure.test_repr) ... ok
test_resolution_info (test.datetimetester.TestTime_Pure.test_resolution_info) ... ok
test_roundtrip (test.datetimetester.TestTime_Pure.test_roundtrip) ... ok
test_str (test.datetimetester.TestTime_Pure.test_str) ... ok
test_strftime (test.datetimetester.TestTime_Pure.test_strftime) ... ok
test_strftime_special (test.datetimetester.TestTime_Pure.test_strftime_special) ... FAIL
test_subclass_replace (test.datetimetester.TestTime_Pure.test_subclass_replace) ... ok
test_subclass_time (test.datetimetester.TestTime_Pure.test_subclass_time) ... ok
test_basic_attributes (test.datetimetester.TestTimeDelta_Pure.test_basic_attributes) ... ok
test_bool (test.datetimetester.TestTimeDelta_Pure.test_bool) ... ok
test_carries (test.datetimetester.TestTimeDelta_Pure.test_carries) ... ok
test_compare (test.datetimetester.TestTimeDelta_Pure.test_compare) ... ok
test_computations (test.datetimetester.TestTimeDelta_Pure.test_computations) ... ok
test_constructor (test.datetimetester.TestTimeDelta_Pure.test_constructor) ... ok
test_disallowed_computations (test.datetimetester.TestTimeDelta_Pure.test_disallowed_computations) ... ok
test_disallowed_special (test.datetimetester.TestTimeDelta_Pure.test_disallowed_special) ... ok
test_division (test.datetimetester.TestTimeDelta_Pure.test_division) ... ok
test_divmod (test.datetimetester.TestTimeDelta_Pure.test_divmod) ... ok
test_harmful_mixed_comparison (test.datetimetester.TestTimeDelta_Pure.test_harmful_mixed_comparison) ... ok
test_harmless_mixed_comparison (test.datetimetester.TestTimeDelta_Pure.test_harmless_mixed_comparison) ... ok
test_hash_equality (test.datetimetester.TestTimeDelta_Pure.test_hash_equality) ... ok
test_issue31293 (test.datetimetester.TestTimeDelta_Pure.test_issue31293) ... ok
test_issue31752 (test.datetimetester.TestTimeDelta_Pure.test_issue31752) ... ok
test_massive_normalization (test.datetimetester.TestTimeDelta_Pure.test_massive_normalization) ... ok
test_microsecond_rounding (test.datetimetester.TestTimeDelta_Pure.test_microsecond_rounding) ... ok
test_overflow (test.datetimetester.TestTimeDelta_Pure.test_overflow) ... ok
test_pickling (test.datetimetester.TestTimeDelta_Pure.test_pickling) ... ok
test_remainder (test.datetimetester.TestTimeDelta_Pure.test_remainder) ... ok
test_repr (test.datetimetester.TestTimeDelta_Pure.test_repr) ... ok
test_resolution_info (test.datetimetester.TestTimeDelta_Pure.test_resolution_info) ... ok
test_roundtrip (test.datetimetester.TestTimeDelta_Pure.test_roundtrip) ... ok
test_str (test.datetimetester.TestTimeDelta_Pure.test_str) ... ok
test_subclass_date (test.datetimetester.TestTimeDelta_Pure.test_subclass_date) ... ok
test_subclass_datetime (test.datetimetester.TestTimeDelta_Pure.test_subclass_datetime) ... ok
test_subclass_timedelta (test.datetimetester.TestTimeDelta_Pure.test_subclass_timedelta) ... ok
test_total_seconds (test.datetimetester.TestTimeDelta_Pure.test_total_seconds) ... ok
test_1653736 (test.datetimetester.TestTimeTZ_Pure.test_1653736) ... ok
test_argument_passing (test.datetimetester.TestTimeTZ_Pure.test_argument_passing) ... ok
test_aware_compare (test.datetimetester.TestTimeTZ_Pure.test_aware_compare) ... ok
test_backdoor_resistance (test.datetimetester.TestTimeTZ_Pure.test_backdoor_resistance) ... ok
test_bad_constructor_arguments (test.datetimetester.TestTimeTZ_Pure.test_bad_constructor_arguments) ... ok
test_bad_tzinfo_classes (test.datetimetester.TestTimeTZ_Pure.test_bad_tzinfo_classes) ... ok
test_basic_attributes (test.datetimetester.TestTimeTZ_Pure.test_basic_attributes) ... ok
test_basic_attributes_nonzero (test.datetimetester.TestTimeTZ_Pure.test_basic_attributes_nonzero) ... ok
test_bool (test.datetimetester.TestTimeTZ_Pure.test_bool) ... ok
test_comparing (test.datetimetester.TestTimeTZ_Pure.test_comparing) ... ok
test_compat_unpickle (test.datetimetester.TestTimeTZ_Pure.test_compat_unpickle) ... ok
test_empty (test.datetimetester.TestTimeTZ_Pure.test_empty) ... ok
test_format (test.datetimetester.TestTimeTZ_Pure.test_format) ... ok
test_fromisoformat (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat) ... ok
test_fromisoformat_fails (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fails) ... ok
test_fromisoformat_fails_typeerror (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fails_typeerror) ... ok
test_fromisoformat_fractions (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fractions) ... ok
test_fromisoformat_subclass (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_subclass) ... ok
test_fromisoformat_time_examples (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_time_examples) ... ok
test_fromisoformat_timespecs (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_timespecs) ... ok
test_fromisoformat_timezone (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_timezone) ... ok
test_harmful_mixed_comparison (test.datetimetester.TestTimeTZ_Pure.test_harmful_mixed_comparison) ... ok
test_harmless_mixed_comparison (test.datetimetester.TestTimeTZ_Pure.test_harmless_mixed_comparison) ... ok
test_hash_edge_cases (test.datetimetester.TestTimeTZ_Pure.test_hash_edge_cases) ... ok
test_hash_equality (test.datetimetester.TestTimeTZ_Pure.test_hash_equality) ... ok
test_isoformat (test.datetimetester.TestTimeTZ_Pure.test_isoformat) ... ok
test_isoformat_timezone (test.datetimetester.TestTimeTZ_Pure.test_isoformat_timezone) ... ok
test_mixed_compare (test.datetimetester.TestTimeTZ_Pure.test_mixed_compare) ... ok
test_more_bool (test.datetimetester.TestTimeTZ_Pure.test_more_bool) ... ok
test_pickling (test.datetimetester.TestTimeTZ_Pure.test_pickling) ... ok
test_pickling_subclass_time (test.datetimetester.TestTimeTZ_Pure.test_pickling_subclass_time) ... ok
test_replace (test.datetimetester.TestTimeTZ_Pure.test_replace) ... ok
test_repr (test.datetimetester.TestTimeTZ_Pure.test_repr) ... ok
test_resolution_info (test.datetimetester.TestTimeTZ_Pure.test_resolution_info) ... ok
test_roundtrip (test.datetimetester.TestTimeTZ_Pure.test_roundtrip) ... ok
test_str (test.datetimetester.TestTimeTZ_Pure.test_str) ... ok
test_strftime (test.datetimetester.TestTimeTZ_Pure.test_strftime) ... ok
test_strftime_special (test.datetimetester.TestTimeTZ_Pure.test_strftime_special) ... FAIL
test_subclass_replace (test.datetimetester.TestTimeTZ_Pure.test_subclass_replace) ... ok
test_subclass_time (test.datetimetester.TestTimeTZ_Pure.test_subclass_time) ... ok
test_subclass_timetz (test.datetimetester.TestTimeTZ_Pure.test_subclass_timetz) ... ok
test_tzinfo_classes (test.datetimetester.TestTimeTZ_Pure.test_tzinfo_classes) ... ok
test_utc_offset_out_of_bounds (test.datetimetester.TestTimeTZ_Pure.test_utc_offset_out_of_bounds) ... ok
test_zones (test.datetimetester.TestTimeTZ_Pure.test_zones) ... ok
test_aware_datetime (test.datetimetester.TestTimeZone_Pure.test_aware_datetime) ... ok
test_class_members (test.datetimetester.TestTimeZone_Pure.test_class_members) ... ok
test_comparison (test.datetimetester.TestTimeZone_Pure.test_comparison) ... ok
test_comparison_with_tzinfo (test.datetimetester.TestTimeZone_Pure.test_comparison_with_tzinfo) ... ok
test_constructor (test.datetimetester.TestTimeZone_Pure.test_constructor) ... ok
test_copy (test.datetimetester.TestTimeZone_Pure.test_copy) ... ok
test_deepcopy (test.datetimetester.TestTimeZone_Pure.test_deepcopy) ... ok
test_dst (test.datetimetester.TestTimeZone_Pure.test_dst) ... ok
test_fromutc (test.datetimetester.TestTimeZone_Pure.test_fromutc) ... ok
test_inheritance (test.datetimetester.TestTimeZone_Pure.test_inheritance) ... ok
test_offset_boundaries (test.datetimetester.TestTimeZone_Pure.test_offset_boundaries) ... ok
test_pickle (test.datetimetester.TestTimeZone_Pure.test_pickle) ... ok
test_repr (test.datetimetester.TestTimeZone_Pure.test_repr) ... ok
test_str (test.datetimetester.TestTimeZone_Pure.test_str) ... ok
test_tzname (test.datetimetester.TestTimeZone_Pure.test_tzname) ... ok
test_utcoffset (test.datetimetester.TestTimeZone_Pure.test_utcoffset) ... ok
test_bogus_dst (test.datetimetester.TestTimezoneConversions_Pure.test_bogus_dst) ... ok
test_easy (test.datetimetester.TestTimezoneConversions_Pure.test_easy) ... ok
test_fromutc (test.datetimetester.TestTimezoneConversions_Pure.test_fromutc) ... ok
test_tricky (test.datetimetester.TestTimezoneConversions_Pure.test_tricky) ... ok
test_folds (test.datetimetester.ZoneInfoTest_Pure.test_folds) ... skipped 'Skipping zoneinfo tests on Windows'
test_gaps (test.datetimetester.ZoneInfoTest_Pure.test_gaps) ... skipped 'Skipping zoneinfo tests on Windows'
test_system_transitions (test.datetimetester.ZoneInfoTest_Pure.test_system_transitions) ... skipped 'time module has no attribute tzset'

======================================================================
FAIL: test_strftime_special (test.datetimetester.TestDateTime_Pure.test_strftime_special)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\datetimetester.py", line 2832, in test_strftime_special
    self.assertEqual(t.strftime('\U0001f40d'), '\U0001f40d')
         ^^^^^^^^^^^
AssertionError: '\uf40d' != '🐍'
- 
+ 🐍


======================================================================
FAIL: test_strftime_special (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_special)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\datetimetester.py", line 2832, in test_strftime_special
    self.assertEqual(t.strftime('\U0001f40d'), '\U0001f40d')
         ^^^^^^^^^^^
AssertionError: '\uf40d' != '🐍'
- 
+ 🐍


======================================================================
FAIL: test_strftime_special (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_special)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\datetimetester.py", line 2832, in test_strftime_special
    self.assertEqual(t.strftime('\U0001f40d'), '\U0001f40d')
         ^^^^^^^^^^^
AssertionError: '\uf40d' != '🐍'
- 
+ 🐍


======================================================================
FAIL: test_strftime_special (test.datetimetester.TestTime_Pure.test_strftime_special)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\datetimetester.py", line 3631, in test_strftime_special
    self.assertEqual(t.strftime('\U0001f40d'), '\U0001f40d')
         ^^^^^^^^^^^
AssertionError: '\uf40d' != '🐍'
- 
+ 🐍


======================================================================
FAIL: test_strftime_special (test.datetimetester.TestTimeTZ_Pure.test_strftime_special)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\datetimetester.py", line 3631, in test_strftime_special
    self.assertEqual(t.strftime('\U0001f40d'), '\U0001f40d')
         ^^^^^^^^^^^
AssertionError: '\uf40d' != '🐍'
- 
+ 🐍


----------------------------------------------------------------------
Ran 511 tests in 1.060s

FAILED (failures=5, skipped=61)
0:00:01 [1/1/1] test_datetime failed (5 failures)

== Tests result: FAILURE ==

1 test failed:
    test_datetime

Total duration: 1.4 sec
Total tests: run=511 failures=5 skipped=61
Total test files: run=1/1 failed=1
Result: FAILURE
test test_datetime failed
builder: pypy-c-jit-win-x86-64 build #2550+
test: lib-python/3/test/test_datetime.py::unmodified