summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-python3.log
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-python3.log')
-rw-r--r--runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-python3.log5015
1 files changed, 2506 insertions, 2509 deletions
diff --git a/runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-python3.log b/runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-python3.log
index ee7759cff84..485592a2cfa 100644
--- a/runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-python3.log
+++ b/runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-python3.log
@@ -1,12 +1,12 @@
-2019-05-27T18:13
-2019-05-27T18:13
+2019-05-28T00:11
+2019-05-28T00:11
== CPython 3.7.3 (default, May 25 2019, 21:22:35) [GCC 9.1.0]
== Linux-5.0.7-yocto-standard-x86_64-with-glibc2.2.5 little-endian
-== cwd: /var/volatile/tmp/test_python_3029
+== cwd: /var/volatile/tmp/test_python_1792
== CPU count: 1
== encodings: locale=UTF-8, FS=utf-8
Run tests sequentially
-0:00:00 load avg: 0.56 [ 1/416] test_grammar
+0:00:00 load avg: 0.64 [ 1/416] test_grammar
PASS: testAssert2 (test.test_grammar.GrammarTests)
PASS: test_additive_ops (test.test_grammar.GrammarTests)
PASS: test_assert (test.test_grammar.GrammarTests)
@@ -76,10 +76,10 @@ PASS: test_underscore_literals (test.test_grammar.TokenTests)
----------------------------------------------------------------------
-Ran 66 tests in 0.021s
+Ran 66 tests in 0.029s
OK
-0:00:00 load avg: 0.56 [ 2/416] test_opcodes
+0:00:00 load avg: 0.64 [ 2/416] test_opcodes
PASS: test_compare_function_objects (test.test_opcodes.OpcodeTest)
PASS: test_do_not_recreate_annotations (test.test_opcodes.OpcodeTest)
PASS: test_modulo_of_string_subclasses (test.test_opcodes.OpcodeTest)
@@ -91,10 +91,10 @@ PASS: test_use_existing_annotations (test.test_opcodes.OpcodeTest)
----------------------------------------------------------------------
-Ran 8 tests in 0.003s
+Ran 8 tests in 0.005s
OK
-0:00:00 load avg: 0.56 [ 3/416] test_dict
+0:00:00 load avg: 0.64 [ 3/416] test_dict
PASS: test_getitem_knownhash (test.test_dict.CAPITest)
PASS: test_bad_key (test.test_dict.DictTest)
PASS: test_bool (test.test_dict.DictTest)
@@ -197,10 +197,10 @@ PASS: test_write (test.test_dict.SubclassMappingTests)
----------------------------------------------------------------------
-Ran 93 tests in 0.243s
+Ran 93 tests in 0.321s
OK
-0:00:00 load avg: 0.56 [ 4/416] test_builtin
+0:00:00 load avg: 0.67 [ 4/416] test_builtin
PASS: test_abs (test.test_builtin.BuiltinTest)
PASS: test_all (test.test_builtin.BuiltinTest)
PASS: test_any (test.test_builtin.BuiltinTest)
@@ -303,10 +303,10 @@ PASS: Doctest: builtins.oct
----------------------------------------------------------------------
-Ran 91 tests in 0.075s
+Ran 91 tests in 0.109s
OK (skipped=4)
-0:00:00 load avg: 0.56 [ 5/416] test_exceptions
+0:00:00 load avg: 0.67 [ 5/416] test_exceptions
PASS: testAttributes (test.test_exceptions.ExceptionTests)
PASS: testChainingAttrs (test.test_exceptions.ExceptionTests)
PASS: testChainingDescriptors (test.test_exceptions.ExceptionTests)
@@ -364,10 +364,10 @@ PASS: test_reset_attributes (test.test_exceptions.ImportErrorTests)
----------------------------------------------------------------------
-Ran 53 tests in 0.378s
+Ran 53 tests in 0.538s
OK (skipped=1)
-0:00:00 load avg: 0.56 [ 6/416] test_types
+0:00:01 load avg: 0.67 [ 6/416] test_types
PASS: test_bad___prepare__ (test.test_types.ClassCreationTests)
PASS: test_metaclass_derivation (test.test_types.ClassCreationTests)
PASS: test_metaclass_override_callable (test.test_types.ClassCreationTests)
@@ -447,18 +447,120 @@ PASS: test_zero_division (test.test_types.TypesTests)
----------------------------------------------------------------------
-Ran 76 tests in 0.029s
+Ran 76 tests in 0.050s
OK
-0:00:00 load avg: 0.56 [ 7/416] test_unittest
-PASS: test_countTestCases (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_id (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_run_call_order__error_in_setUp (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_run_call_order__error_in_tearDown (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_run_call_order__error_in_test (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_run_call_order__failure_in_test (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_shortDescription__no_docstring (unittest.test.test_functiontestcase.Test_FunctionTestCase)
-PASS: test_shortDescription__singleline_docstring (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+0:00:01 load avg: 0.67 [ 7/416] test_unittest
+PASS: test_addTest__TestCase (unittest.test.test_suite.Test_TestSuite)
+PASS: test_addTest__TestSuite (unittest.test.test_suite.Test_TestSuite)
+PASS: test_addTest__casesuiteclass (unittest.test.test_suite.Test_TestSuite)
+PASS: test_addTest__noncallable (unittest.test.test_suite.Test_TestSuite)
+PASS: test_addTest__noniterable (unittest.test.test_suite.Test_TestSuite)
+PASS: test_addTests (unittest.test.test_suite.Test_TestSuite)
+PASS: test_addTests__string (unittest.test.test_suite.Test_TestSuite)
+PASS: test_basetestsuite (unittest.test.test_suite.Test_TestSuite)
+PASS: test_countTestCases_nested (unittest.test.test_suite.Test_TestSuite)
+PASS: test_countTestCases_simple (unittest.test.test_suite.Test_TestSuite)
+PASS: test_countTestCases_zero_nested (unittest.test.test_suite.Test_TestSuite)
+PASS: test_countTestCases_zero_simple (unittest.test.test_suite.Test_TestSuite)
+PASS: test_eq (unittest.test.test_suite.Test_TestSuite)
+PASS: test_function_in_suite (unittest.test.test_suite.Test_TestSuite)
+PASS: test_garbage_collect_test_after_run_BaseTestSuite (unittest.test.test_suite.Test_TestSuite)
+PASS: test_garbage_collect_test_after_run_TestSuite (unittest.test.test_suite.Test_TestSuite)
+PASS: test_init__TestSuite_instances_in_tests (unittest.test.test_suite.Test_TestSuite)
+PASS: test_init__empty_tests (unittest.test.test_suite.Test_TestSuite)
+PASS: test_init__tests_from_any_iterable (unittest.test.test_suite.Test_TestSuite)
+PASS: test_init__tests_optional (unittest.test.test_suite.Test_TestSuite)
+PASS: test_iter (unittest.test.test_suite.Test_TestSuite)
+PASS: test_ne (unittest.test.test_suite.Test_TestSuite)
+PASS: test_overriding_call (unittest.test.test_suite.Test_TestSuite)
+PASS: test_remove_test_at_index (unittest.test.test_suite.Test_TestSuite)
+PASS: test_remove_test_at_index_not_indexable (unittest.test.test_suite.Test_TestSuite)
+PASS: test_run (unittest.test.test_suite.Test_TestSuite)
+PASS: test_run__empty_suite (unittest.test.test_suite.Test_TestSuite)
+PASS: test_run__requires_result (unittest.test.test_suite.Test_TestSuite)
+PASS: test___init__ (unittest.test.test_loader.Test_TestLoader)
+PASS: test_getTestCaseNames (unittest.test.test_loader.Test_TestLoader)
+PASS: test_getTestCaseNames__inheritance (unittest.test.test_loader.Test_TestLoader)
+PASS: test_getTestCaseNames__no_tests (unittest.test.test_loader.Test_TestLoader)
+PASS: test_getTestCaseNames__not_a_TestCase (unittest.test.test_loader.Test_TestLoader)
+PASS: test_getTestCaseNames__testNamePatterns (unittest.test.test_loader.Test_TestLoader)
+PASS: test_getTestCaseNames__testNamePatterns__attribute_access_regression (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__TestCase_subclass (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__faulty_load_tests (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__load_tests (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__no_TestCase_instances (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__no_TestCase_tests (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__not_a_module (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__pattern (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__too_many_positional_args (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__use_load_tests_deprecated_keyword (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__use_load_tests_deprecated_positional (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromModule__use_load_tests_other_bad_keyword (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__callable__TestCase_instance (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__callable__TestSuite (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__callable__wrong_type (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__empty_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__function_with_different_name_than_method (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__malformed_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__module_not_loaded (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_TestCase_subclass (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_TestSuite (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_bad_object (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_empty_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_invalid_testmethod (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_malformed_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_not_a_module (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_testmethod (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_testmethod_ProperSuiteClass (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__relative_unknown_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__unknown_attr_name_on_module (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__unknown_attr_name_on_package (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromName__unknown_module_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__callable__TestCase_instance (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__callable__TestSuite (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__callable__call_staticmethod (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__callable__wrong_type (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__empty_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__empty_name_list (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__malformed_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__module_not_loaded (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_TestCase_subclass (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_TestSuite (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_bad_object (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_empty_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_empty_name_list (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_invalid_testmethod (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_malformed_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_not_a_module (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__relative_testmethod (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__unknown_attr_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__unknown_module_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__unknown_name_relative_1 (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromNames__unknown_name_relative_2 (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromTestCase__TestSuite_subclass (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromTestCase__default_method_name (unittest.test.test_loader.Test_TestLoader)
+PASS: test_loadTestsFromTestCase__no_matches (unittest.test.test_loader.Test_TestLoader)
+PASS: test_partial_functions (unittest.test.test_loader.Test_TestLoader)
+PASS: test_sortTestMethodsUsing__None (unittest.test.test_loader.Test_TestLoader)
+PASS: test_sortTestMethodsUsing__default_value (unittest.test.test_loader.Test_TestLoader)
+PASS: test_sortTestMethodsUsing__getTestCaseNames (unittest.test.test_loader.Test_TestLoader)
+PASS: test_sortTestMethodsUsing__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader)
+PASS: test_sortTestMethodsUsing__loadTestsFromName (unittest.test.test_loader.Test_TestLoader)
+PASS: test_sortTestMethodsUsing__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader)
+PASS: test_sortTestMethodsUsing__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
+PASS: test_suiteClass__default_value (unittest.test.test_loader.Test_TestLoader)
+PASS: test_suiteClass__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader)
+PASS: test_suiteClass__loadTestsFromName (unittest.test.test_loader.Test_TestLoader)
+PASS: test_suiteClass__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader)
+PASS: test_suiteClass__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
+PASS: test_testMethodPrefix__default_value (unittest.test.test_loader.Test_TestLoader)
+PASS: test_testMethodPrefix__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader)
+PASS: test_testMethodPrefix__loadTestsFromName (unittest.test.test_loader.Test_TestLoader)
+PASS: test_testMethodPrefix__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader)
+PASS: test_testMethodPrefix__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
PASS: test_class_not_setup_or_torndown_when_skipped (unittest.test.test_setups.TestSetups)
PASS: test_class_not_torndown_when_setup_fails (unittest.test.test_setups.TestSetups)
PASS: test_error_in_setup_module (unittest.test.test_setups.TestSetups)
@@ -476,77 +578,6 @@ PASS: test_teardown_class (unittest.test.test_setups.TestSetups)
PASS: test_teardown_class_two_classes (unittest.test.test_setups.TestSetups)
PASS: test_teardown_module (unittest.test.test_setups.TestSetups)
PASS: test_testcase_with_missing_module (unittest.test.test_setups.TestSetups)
-PASS: testBufferCatchFailfast (unittest.test.test_program.TestCommandLineArgs)
-PASS: testCatchBreakInstallsHandler (unittest.test.test_program.TestCommandLineArgs)
-PASS: testParseArgsAbsolutePathsThatCanBeConverted (unittest.test.test_program.TestCommandLineArgs)
-PASS: testParseArgsAbsolutePathsThatCannotBeConverted (unittest.test.test_program.TestCommandLineArgs)
-PASS: testParseArgsFileNames (unittest.test.test_program.TestCommandLineArgs)
-PASS: testParseArgsFilePaths (unittest.test.test_program.TestCommandLineArgs)
-PASS: testParseArgsNonExistentFiles (unittest.test.test_program.TestCommandLineArgs)
-PASS: testParseArgsSelectedTestNames (unittest.test.test_program.TestCommandLineArgs)
-PASS: testRunTestsOldRunnerClass (unittest.test.test_program.TestCommandLineArgs)
-PASS: testRunTestsRunnerClass (unittest.test.test_program.TestCommandLineArgs)
-PASS: testRunTestsRunnerInstance (unittest.test.test_program.TestCommandLineArgs)
-PASS: testSelectedTestNamesFunctionalTest (unittest.test.test_program.TestCommandLineArgs)
-PASS: testVerbosity (unittest.test.test_program.TestCommandLineArgs)
-testWarning (unittest.test.test_program.TestCommandLineArgs)
-PASS: Test the warnings argument
-PASS: test_locals (unittest.test.test_program.TestCommandLineArgs)
-PASS: testNoExit (unittest.test.test_program.Test_TestProgram)
-PASS: test_Exit (unittest.test.test_program.Test_TestProgram)
-PASS: test_ExitAsDefault (unittest.test.test_program.Test_TestProgram)
-PASS: test_NonExit (unittest.test.test_program.Test_TestProgram)
-PASS: test_defaultTest_with_iterable (unittest.test.test_program.Test_TestProgram)
-PASS: test_defaultTest_with_string (unittest.test.test_program.Test_TestProgram)
-PASS: test_discovery_from_dotted_path (unittest.test.test_program.Test_TestProgram)
-PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreak)
-PASS: testInstallHandler (unittest.test.test_break.TestBreak)
-PASS: testInterruptCaught (unittest.test.test_break.TestBreak)
-PASS: testMainInstallsHandler (unittest.test.test_break.TestBreak)
-PASS: testRegisterResult (unittest.test.test_break.TestBreak)
-PASS: testRemoveHandler (unittest.test.test_break.TestBreak)
-PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreak)
-PASS: testRemoveResult (unittest.test.test_break.TestBreak)
-PASS: testRunner (unittest.test.test_break.TestBreak)
-PASS: testSecondInterrupt (unittest.test.test_break.TestBreak)
-PASS: testTwoResults (unittest.test.test_break.TestBreak)
-PASS: testWeakReferences (unittest.test.test_break.TestBreak)
-PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testInstallHandler (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testInterruptCaught (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testRegisterResult (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testRemoveHandler (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testRemoveResult (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testRunner (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testSecondInterrupt (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testTwoResults (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testWeakReferences (unittest.test.test_break.TestBreakDefaultIntHandler)
-PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testInstallHandler (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testInterruptCaught (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testRegisterResult (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testRemoveHandler (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testRemoveResult (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testRunner (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testSecondInterrupt (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testTwoResults (unittest.test.test_break.TestBreakSignalDefault)
-PASS: testWeakReferences (unittest.test.test_break.TestBreakSignalDefault)
-SKIP: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakSignalIgnored) 'test requires SIGINT to not be ignored'
-PASS: testInstallHandler (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testInterruptCaught (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testRegisterResult (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testRemoveHandler (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testRemoveResult (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testRunner (unittest.test.test_break.TestBreakSignalIgnored)
-SKIP: testSecondInterrupt (unittest.test.test_break.TestBreakSignalIgnored) 'test requires SIGINT to not be ignored'
-PASS: testTwoResults (unittest.test.test_break.TestBreakSignalIgnored)
-PASS: testWeakReferences (unittest.test.test_break.TestBreakSignalIgnored)
PASS: test_decorated_skip (unittest.test.test_skipping.Test_TestSkipping)
PASS: test_expected_failure (unittest.test.test_skipping.Test_TestSkipping)
PASS: test_expected_failure_subtests (unittest.test.test_skipping.Test_TestSkipping)
@@ -560,30 +591,22 @@ PASS: test_skipping_decorators (unittest.test.test_skipping.Test_TestSkipping)
PASS: test_skipping_subtests (unittest.test.test_skipping.Test_TestSkipping)
PASS: test_unexpected_success (unittest.test.test_skipping.Test_TestSkipping)
PASS: test_unexpected_success_subtests (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_command_line_handling_discover_by_default (unittest.test.test_discovery.TestDiscovery)
-PASS: test_command_line_handling_discover_by_default_with_options (unittest.test.test_discovery.TestDiscovery)
-PASS: test_command_line_handling_do_discovery_calls_loader (unittest.test.test_discovery.TestDiscovery)
-PASS: test_command_line_handling_do_discovery_too_many_arguments (unittest.test.test_discovery.TestDiscovery)
-PASS: test_command_line_handling_do_discovery_uses_default_loader (unittest.test.test_discovery.TestDiscovery)
-PASS: test_command_line_handling_parseArgs (unittest.test.test_discovery.TestDiscovery)
-PASS: test_detect_module_clash (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discover (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discover_start_dir_is_package_calls_package_load_tests (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discover_with_init_module_that_raises_SkipTest_on_import (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discover_with_init_modules_that_fail_to_import (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discover_with_module_that_raises_SkipTest_on_import (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discover_with_modules_that_fail_to_import (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discovery_failed_discovery (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discovery_from_dotted_namespace_packages (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discovery_from_dotted_path (unittest.test.test_discovery.TestDiscovery)
-PASS: test_discovery_from_dotted_path_builtin_modules (unittest.test.test_discovery.TestDiscovery)
-PASS: test_find_tests (unittest.test.test_discovery.TestDiscovery)
-PASS: test_find_tests_customize_via_package_pattern (unittest.test.test_discovery.TestDiscovery)
-PASS: test_find_tests_default_calls_package_load_tests (unittest.test.test_discovery.TestDiscovery)
-PASS: test_find_tests_socket (unittest.test.test_discovery.TestDiscovery)
-PASS: test_find_tests_with_package (unittest.test.test_discovery.TestDiscovery)
-PASS: test_get_name_from_path (unittest.test.test_discovery.TestDiscovery)
-PASS: test_module_symlink_ok (unittest.test.test_discovery.TestDiscovery)
+PASS: testCleanUp (unittest.test.test_runner.TestCleanUp)
+PASS: testCleanUpWithErrors (unittest.test.test_runner.TestCleanUp)
+PASS: testCleanupInRun (unittest.test.test_runner.TestCleanUp)
+PASS: testTestCaseDebugExecutesCleanups (unittest.test.test_runner.TestCleanUp)
+PASS: testBufferAndFailfast (unittest.test.test_runner.Test_TextTestRunner)
+PASS: testRunnerRegistersResult (unittest.test.test_runner.Test_TextTestRunner)
+PASS: testSpecifiedStreamUsed (unittest.test.test_runner.Test_TextTestRunner)
+PASS: testStdErrLookedUpAtInstantiationTime (unittest.test.test_runner.Test_TextTestRunner)
+PASS: test_init (unittest.test.test_runner.Test_TextTestRunner)
+PASS: test_locals (unittest.test.test_runner.Test_TextTestRunner)
+PASS: test_multiple_inheritance (unittest.test.test_runner.Test_TextTestRunner)
+PASS: test_pickle_unpickle (unittest.test.test_runner.Test_TextTestRunner)
+PASS: test_resultclass (unittest.test.test_runner.Test_TextTestRunner)
+PASS: test_startTestRun_stopTestRun_called (unittest.test.test_runner.Test_TextTestRunner)
+PASS: test_warnings (unittest.test.test_runner.Test_TextTestRunner)
+PASS: test_works_with_result_without_startTestRun_stopTestRun (unittest.test.test_runner.Test_TextTestRunner)
PASS: testBufferOutputAddErrorOrFailure (unittest.test.test_result.TestOutputBuffering)
PASS: testBufferOutputOff (unittest.test.test_result.TestOutputBuffering)
PASS: testBufferOutputStartTestAddSuccess (unittest.test.test_result.TestOutputBuffering)
@@ -622,34 +645,6 @@ PASS: test_startTest (unittest.test.test_result.Test_TestResult)
PASS: test_startTestRun_stopTestRun (unittest.test.test_result.Test_TestResult)
PASS: test_stop (unittest.test.test_result.Test_TestResult)
PASS: test_stopTest (unittest.test.test_result.Test_TestResult)
-PASS: test_addTest__TestCase (unittest.test.test_suite.Test_TestSuite)
-PASS: test_addTest__TestSuite (unittest.test.test_suite.Test_TestSuite)
-PASS: test_addTest__casesuiteclass (unittest.test.test_suite.Test_TestSuite)
-PASS: test_addTest__noncallable (unittest.test.test_suite.Test_TestSuite)
-PASS: test_addTest__noniterable (unittest.test.test_suite.Test_TestSuite)
-PASS: test_addTests (unittest.test.test_suite.Test_TestSuite)
-PASS: test_addTests__string (unittest.test.test_suite.Test_TestSuite)
-PASS: test_basetestsuite (unittest.test.test_suite.Test_TestSuite)
-PASS: test_countTestCases_nested (unittest.test.test_suite.Test_TestSuite)
-PASS: test_countTestCases_simple (unittest.test.test_suite.Test_TestSuite)
-PASS: test_countTestCases_zero_nested (unittest.test.test_suite.Test_TestSuite)
-PASS: test_countTestCases_zero_simple (unittest.test.test_suite.Test_TestSuite)
-PASS: test_eq (unittest.test.test_suite.Test_TestSuite)
-PASS: test_function_in_suite (unittest.test.test_suite.Test_TestSuite)
-PASS: test_garbage_collect_test_after_run_BaseTestSuite (unittest.test.test_suite.Test_TestSuite)
-PASS: test_garbage_collect_test_after_run_TestSuite (unittest.test.test_suite.Test_TestSuite)
-PASS: test_init__TestSuite_instances_in_tests (unittest.test.test_suite.Test_TestSuite)
-PASS: test_init__empty_tests (unittest.test.test_suite.Test_TestSuite)
-PASS: test_init__tests_from_any_iterable (unittest.test.test_suite.Test_TestSuite)
-PASS: test_init__tests_optional (unittest.test.test_suite.Test_TestSuite)
-PASS: test_iter (unittest.test.test_suite.Test_TestSuite)
-PASS: test_ne (unittest.test.test_suite.Test_TestSuite)
-PASS: test_overriding_call (unittest.test.test_suite.Test_TestSuite)
-PASS: test_remove_test_at_index (unittest.test.test_suite.Test_TestSuite)
-PASS: test_remove_test_at_index_not_indexable (unittest.test.test_suite.Test_TestSuite)
-PASS: test_run (unittest.test.test_suite.Test_TestSuite)
-PASS: test_run__empty_suite (unittest.test.test_suite.Test_TestSuite)
-PASS: test_run__requires_result (unittest.test.test_suite.Test_TestSuite)
PASS: testAlmostEqual (unittest.test.test_assertions.TestLongMessage)
PASS: testAssertDictContainsSubset (unittest.test.test_assertions.TestLongMessage)
PASS: testAssertDictEqual (unittest.test.test_assertions.TestLongMessage)
@@ -685,6 +680,78 @@ PASS: test_AlmostEqual (unittest.test.test_assertions.Test_Assertions)
PASS: test_AmostEqualWithDelta (unittest.test.test_assertions.Test_Assertions)
PASS: test_assertRaises (unittest.test.test_assertions.Test_Assertions)
PASS: test_assertRaises_frames_survival (unittest.test.test_assertions.Test_Assertions)
+PASS: test_command_line_handling_discover_by_default (unittest.test.test_discovery.TestDiscovery)
+PASS: test_command_line_handling_discover_by_default_with_options (unittest.test.test_discovery.TestDiscovery)
+PASS: test_command_line_handling_do_discovery_calls_loader (unittest.test.test_discovery.TestDiscovery)
+PASS: test_command_line_handling_do_discovery_too_many_arguments (unittest.test.test_discovery.TestDiscovery)
+PASS: test_command_line_handling_do_discovery_uses_default_loader (unittest.test.test_discovery.TestDiscovery)
+PASS: test_command_line_handling_parseArgs (unittest.test.test_discovery.TestDiscovery)
+PASS: test_detect_module_clash (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discover (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discover_start_dir_is_package_calls_package_load_tests (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discover_with_init_module_that_raises_SkipTest_on_import (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discover_with_init_modules_that_fail_to_import (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discover_with_module_that_raises_SkipTest_on_import (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discover_with_modules_that_fail_to_import (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discovery_failed_discovery (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discovery_from_dotted_namespace_packages (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discovery_from_dotted_path (unittest.test.test_discovery.TestDiscovery)
+PASS: test_discovery_from_dotted_path_builtin_modules (unittest.test.test_discovery.TestDiscovery)
+PASS: test_find_tests (unittest.test.test_discovery.TestDiscovery)
+PASS: test_find_tests_customize_via_package_pattern (unittest.test.test_discovery.TestDiscovery)
+PASS: test_find_tests_default_calls_package_load_tests (unittest.test.test_discovery.TestDiscovery)
+PASS: test_find_tests_socket (unittest.test.test_discovery.TestDiscovery)
+PASS: test_find_tests_with_package (unittest.test.test_discovery.TestDiscovery)
+PASS: test_get_name_from_path (unittest.test.test_discovery.TestDiscovery)
+PASS: test_module_symlink_ok (unittest.test.test_discovery.TestDiscovery)
+PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreak)
+PASS: testInstallHandler (unittest.test.test_break.TestBreak)
+PASS: testInterruptCaught (unittest.test.test_break.TestBreak)
+PASS: testMainInstallsHandler (unittest.test.test_break.TestBreak)
+PASS: testRegisterResult (unittest.test.test_break.TestBreak)
+PASS: testRemoveHandler (unittest.test.test_break.TestBreak)
+PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreak)
+PASS: testRemoveResult (unittest.test.test_break.TestBreak)
+PASS: testRunner (unittest.test.test_break.TestBreak)
+PASS: testSecondInterrupt (unittest.test.test_break.TestBreak)
+PASS: testTwoResults (unittest.test.test_break.TestBreak)
+PASS: testWeakReferences (unittest.test.test_break.TestBreak)
+PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testInstallHandler (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testInterruptCaught (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testRegisterResult (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testRemoveHandler (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testRemoveResult (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testRunner (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testSecondInterrupt (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testTwoResults (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testWeakReferences (unittest.test.test_break.TestBreakDefaultIntHandler)
+PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testInstallHandler (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testInterruptCaught (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testRegisterResult (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testRemoveHandler (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testRemoveResult (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testRunner (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testSecondInterrupt (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testTwoResults (unittest.test.test_break.TestBreakSignalDefault)
+PASS: testWeakReferences (unittest.test.test_break.TestBreakSignalDefault)
+SKIP: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakSignalIgnored) 'test requires SIGINT to not be ignored'
+PASS: testInstallHandler (unittest.test.test_break.TestBreakSignalIgnored)
+PASS: testInterruptCaught (unittest.test.test_break.TestBreakSignalIgnored)
+PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakSignalIgnored)
+PASS: testRegisterResult (unittest.test.test_break.TestBreakSignalIgnored)
+PASS: testRemoveHandler (unittest.test.test_break.TestBreakSignalIgnored)
+PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakSignalIgnored)
+PASS: testRemoveResult (unittest.test.test_break.TestBreakSignalIgnored)
+PASS: testRunner (unittest.test.test_break.TestBreakSignalIgnored)
+SKIP: testSecondInterrupt (unittest.test.test_break.TestBreakSignalIgnored) 'test requires SIGINT to not be ignored'
+PASS: testTwoResults (unittest.test.test_break.TestBreakSignalIgnored)
+PASS: testWeakReferences (unittest.test.test_break.TestBreakSignalIgnored)
PASS: testAddTypeEqualityFunc (unittest.test.test_case.Test_TestCase)
PASS: testAssertCountEqual (unittest.test.test_case.Test_TestCase)
PASS: testAssertDictContainsSubset (unittest.test.test_case.Test_TestCase)
@@ -778,299 +845,37 @@ PASS: test_setUp (unittest.test.test_case.Test_TestCase)
PASS: test_subtests_debug (unittest.test.test_case.Test_TestCase)
PASS: test_subtests_failfast (unittest.test.test_case.Test_TestCase)
PASS: test_tearDown (unittest.test.test_case.Test_TestCase)
-PASS: testCleanUp (unittest.test.test_runner.TestCleanUp)
-PASS: testCleanUpWithErrors (unittest.test.test_runner.TestCleanUp)
-PASS: testCleanupInRun (unittest.test.test_runner.TestCleanUp)
-PASS: testTestCaseDebugExecutesCleanups (unittest.test.test_runner.TestCleanUp)
-PASS: testBufferAndFailfast (unittest.test.test_runner.Test_TextTestRunner)
-PASS: testRunnerRegistersResult (unittest.test.test_runner.Test_TextTestRunner)
-PASS: testSpecifiedStreamUsed (unittest.test.test_runner.Test_TextTestRunner)
-PASS: testStdErrLookedUpAtInstantiationTime (unittest.test.test_runner.Test_TextTestRunner)
-PASS: test_init (unittest.test.test_runner.Test_TextTestRunner)
-PASS: test_locals (unittest.test.test_runner.Test_TextTestRunner)
-PASS: test_multiple_inheritance (unittest.test.test_runner.Test_TextTestRunner)
-PASS: test_pickle_unpickle (unittest.test.test_runner.Test_TextTestRunner)
-PASS: test_resultclass (unittest.test.test_runner.Test_TextTestRunner)
-PASS: test_startTestRun_stopTestRun_called (unittest.test.test_runner.Test_TextTestRunner)
-PASS: test_warnings (unittest.test.test_runner.Test_TextTestRunner)
-PASS: test_works_with_result_without_startTestRun_stopTestRun (unittest.test.test_runner.Test_TextTestRunner)
-PASS: test___init__ (unittest.test.test_loader.Test_TestLoader)
-PASS: test_getTestCaseNames (unittest.test.test_loader.Test_TestLoader)
-PASS: test_getTestCaseNames__inheritance (unittest.test.test_loader.Test_TestLoader)
-PASS: test_getTestCaseNames__no_tests (unittest.test.test_loader.Test_TestLoader)
-PASS: test_getTestCaseNames__not_a_TestCase (unittest.test.test_loader.Test_TestLoader)
-PASS: test_getTestCaseNames__testNamePatterns (unittest.test.test_loader.Test_TestLoader)
-PASS: test_getTestCaseNames__testNamePatterns__attribute_access_regression (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__TestCase_subclass (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__faulty_load_tests (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__load_tests (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__no_TestCase_instances (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__no_TestCase_tests (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__not_a_module (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__pattern (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__too_many_positional_args (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__use_load_tests_deprecated_keyword (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__use_load_tests_deprecated_positional (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromModule__use_load_tests_other_bad_keyword (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__callable__TestCase_instance (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__callable__TestSuite (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__callable__wrong_type (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__empty_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__function_with_different_name_than_method (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__malformed_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__module_not_loaded (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_TestCase_subclass (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_TestSuite (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_bad_object (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_empty_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_invalid_testmethod (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_malformed_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_not_a_module (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_testmethod (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_testmethod_ProperSuiteClass (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__relative_unknown_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__unknown_attr_name_on_module (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__unknown_attr_name_on_package (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromName__unknown_module_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__callable__TestCase_instance (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__callable__TestSuite (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__callable__call_staticmethod (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__callable__wrong_type (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__empty_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__empty_name_list (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__malformed_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__module_not_loaded (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_TestCase_subclass (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_TestSuite (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_bad_object (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_empty_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_empty_name_list (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_invalid_testmethod (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_malformed_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_not_a_module (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__relative_testmethod (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__unknown_attr_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__unknown_module_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__unknown_name_relative_1 (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromNames__unknown_name_relative_2 (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromTestCase__TestSuite_subclass (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromTestCase__default_method_name (unittest.test.test_loader.Test_TestLoader)
-PASS: test_loadTestsFromTestCase__no_matches (unittest.test.test_loader.Test_TestLoader)
-PASS: test_partial_functions (unittest.test.test_loader.Test_TestLoader)
-PASS: test_sortTestMethodsUsing__None (unittest.test.test_loader.Test_TestLoader)
-PASS: test_sortTestMethodsUsing__default_value (unittest.test.test_loader.Test_TestLoader)
-PASS: test_sortTestMethodsUsing__getTestCaseNames (unittest.test.test_loader.Test_TestLoader)
-PASS: test_sortTestMethodsUsing__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader)
-PASS: test_sortTestMethodsUsing__loadTestsFromName (unittest.test.test_loader.Test_TestLoader)
-PASS: test_sortTestMethodsUsing__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader)
-PASS: test_sortTestMethodsUsing__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
-PASS: test_suiteClass__default_value (unittest.test.test_loader.Test_TestLoader)
-PASS: test_suiteClass__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader)
-PASS: test_suiteClass__loadTestsFromName (unittest.test.test_loader.Test_TestLoader)
-PASS: test_suiteClass__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader)
-PASS: test_suiteClass__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
-PASS: test_testMethodPrefix__default_value (unittest.test.test_loader.Test_TestLoader)
-PASS: test_testMethodPrefix__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader)
-PASS: test_testMethodPrefix__loadTestsFromName (unittest.test.test_loader.Test_TestLoader)
-PASS: test_testMethodPrefix__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader)
-PASS: test_testMethodPrefix__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader)
-PASS: test_autospec (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_autospec_function (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_autospec_inherits (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_autospec_keywords (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_autospec_name (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_autospec_with_new (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_autospec_with_object (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_callable_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_create_and_specs (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_falsey_spec (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_get_only_proxy (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_get_set_delete_proxy (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_mock_calls_with_patch (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_multiple_patchobject (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_multiple_specs (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_name_preserved (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_nested_patch_failure (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_nested_patch_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_class_decorating (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_create (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_failure (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_incompatible_with_autospec (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_incompatible_with_new (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_inherit_for_mocks (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_inherit_non_mock (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_keyword_arguments (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_patch (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_patch_object (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_new_callable_spec (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_not_callable_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_object_lookup_is_quite_lazy (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_builtins_without_create (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_class_acts_with_spec_is_inherited (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_class_attribute (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_class_decorator (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_descriptor (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_class_decorator (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_decorator_resolution (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_keyword_args (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_start_stop (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_test_prefix (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_with_clear (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_with_container_object (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_with_container_object_and_clear (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_dict_with_string (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_imports_lazily (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_keyword_args (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_local (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_create (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_create_mocks (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_create_mocks_different_order (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_create_mocks_patcher (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_decorating_class (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_failure (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_new_callable (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_new_callable_failure (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_no_kwargs (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_spec_set (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_stacked_decorators (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_multiple_string_subclasses (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_nested_autospec_repr (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_object_keyword_args (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_object_with_spec_as_boolean (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_propogrates_exc_on_exit (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_slots (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_spec_set (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_start_stop (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_stopall (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_test_prefix (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_with_create_mocks_non_existent_attributes (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_with_exception (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_with_spec (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_with_spec_as_boolean (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_with_spec_mock_repr (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_with_static_methods (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patch_wont_create_by_default (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_class_decorator (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_start_stop (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_twice (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_with_create_mocks_non_existent_attributes (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_with_default_mock (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_with_none (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_with_spec (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_patchobject_wont_create_by_default (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_single_patchobject (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_spec_set_inherit (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_spec_set_true (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_special_attrs (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_specs_false_instead_of_none (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_stop_without_start (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_stopall_lifo (unittest.test.testmock.testpatch.PatchTest)
-PASS: test_tracebacks (unittest.test.testmock.testpatch.PatchTest)
-PASS: testBases (unittest.test.testmock.testsentinel.SentinelTest)
-PASS: testCopy (unittest.test.testmock.testsentinel.SentinelTest)
-PASS: testDEFAULT (unittest.test.testmock.testsentinel.SentinelTest)
-PASS: testPickle (unittest.test.testmock.testsentinel.SentinelTest)
-PASS: testSentinelName (unittest.test.testmock.testsentinel.SentinelTest)
-PASS: testSentinels (unittest.test.testmock.testsentinel.SentinelTest)
-PASS: test_any (unittest.test.testmock.testhelpers.AnyTest)
-PASS: test_any_and_datetime (unittest.test.testmock.testhelpers.AnyTest)
-PASS: test_any_mock_calls_comparison_order (unittest.test.testmock.testhelpers.AnyTest)
-PASS: test_repr (unittest.test.testmock.testhelpers.AnyTest)
-PASS: test_attribute_call (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_any (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_list (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_ne (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_non_tuples (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_with_args (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_with_args_call_empty_name (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_with_call (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_with_kwargs (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_call_with_name (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_empty__Call (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_extended_call (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_extended_not_equal (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_named_call_with_args (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_named_call_with_kwargs (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_named_empty_call (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_nested_calls_not_equal (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_repr (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_two_args_call (unittest.test.testmock.testhelpers.CallTest)
-PASS: test_attributes (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_autospec_data_descriptor (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_autospec_functions_with_self_in_odd_place (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_autospec_getattr_partial_function (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_autospec_on_bound_builtin_function (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_autospec_reset_mock (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_basic (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_builtin_functions_types (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_builtins (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_class_with_no_init (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_create_autospec_keyword_arguments (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_create_autospec_keyword_only_arguments (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_create_autospec_none (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_create_autospec_return_value (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_create_autospec_unbound_methods (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_descriptors (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_function (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_function_as_instance_attribute (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_inherit (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_magic_methods (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_method_calls (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_mocking_unbound_methods (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_recursive (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_signature_callable (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_signature_class (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_signature_noncallable (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_skip_attributeerrors (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_spec_as_list (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_spec_inheritance_for_classes (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_spec_inspect_signature (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_spec_inspect_signature_annotations (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_spec_set (unittest.test.testmock.testhelpers.SpecSignatureTest)
-PASS: test_args_list_contains_call_list (unittest.test.testmock.testhelpers.TestCallList)
-PASS: test_call_list_str (unittest.test.testmock.testhelpers.TestCallList)
-PASS: test_propertymock (unittest.test.testmock.testhelpers.TestCallList)
-PASS: test_propertymock_returnvalue (unittest.test.testmock.testhelpers.TestCallList)
-PASS: test_attributes (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_create_autospec (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_create_autospec_instance (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_hierarchy (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_non_callable (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_patch_spec (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_patch_spec_callable_class (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_patch_spec_instance (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_patch_spec_set (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_patch_spec_set_instance (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_subclasses (unittest.test.testmock.testcallable.TestCallable)
-PASS: test_attribute_chain_is_maintained (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_attributes_return_more_mocks_by_default (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_call_chain_is_maintained (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_call_on_defined_sealed_mock_succeeds (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_call_on_sealed_mock_fails (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_existing_attributes_allowed_after_seal (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_existing_attributes_can_be_set_on_seal (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_initialized_attributes_allowed_after_seal (unittest.test.testmock.testsealable.TestSealable)
-test_integration_with_spec_att_definition (unittest.test.testmock.testsealable.TestSealable)
-PASS: You are not restricted when using mock with spec
-test_integration_with_spec_method_definition (unittest.test.testmock.testsealable.TestSealable)
-PASS: You need to defin the methods, even if they are in the spec
-test_integration_with_spec_method_definition_respects_spec (unittest.test.testmock.testsealable.TestSealable)
-PASS: You cannot define methods out of the spec
-PASS: test_new_attributes_cannot_be_accessed_on_seal (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_new_attributes_cannot_be_set_on_child_of_seal (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_new_attributes_cannot_be_set_on_seal (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_sealed_exception_has_attribute_name (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_seals_dont_recurse_on_manual_attributes (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_seals_recurse_on_added_attributes (unittest.test.testmock.testsealable.TestSealable)
-PASS: test_seals_recurse_on_magic_methods (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_countTestCases (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: test_id (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: test_run_call_order__error_in_setUp (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: test_run_call_order__error_in_tearDown (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: test_run_call_order__error_in_test (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: test_run_call_order__failure_in_test (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: test_shortDescription__no_docstring (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: test_shortDescription__singleline_docstring (unittest.test.test_functiontestcase.Test_FunctionTestCase)
+PASS: testBufferCatchFailfast (unittest.test.test_program.TestCommandLineArgs)
+PASS: testCatchBreakInstallsHandler (unittest.test.test_program.TestCommandLineArgs)
+PASS: testParseArgsAbsolutePathsThatCanBeConverted (unittest.test.test_program.TestCommandLineArgs)
+PASS: testParseArgsAbsolutePathsThatCannotBeConverted (unittest.test.test_program.TestCommandLineArgs)
+PASS: testParseArgsFileNames (unittest.test.test_program.TestCommandLineArgs)
+PASS: testParseArgsFilePaths (unittest.test.test_program.TestCommandLineArgs)
+PASS: testParseArgsNonExistentFiles (unittest.test.test_program.TestCommandLineArgs)
+PASS: testParseArgsSelectedTestNames (unittest.test.test_program.TestCommandLineArgs)
+PASS: testRunTestsOldRunnerClass (unittest.test.test_program.TestCommandLineArgs)
+PASS: testRunTestsRunnerClass (unittest.test.test_program.TestCommandLineArgs)
+PASS: testRunTestsRunnerInstance (unittest.test.test_program.TestCommandLineArgs)
+PASS: testSelectedTestNamesFunctionalTest (unittest.test.test_program.TestCommandLineArgs)
+PASS: testVerbosity (unittest.test.test_program.TestCommandLineArgs)
+testWarning (unittest.test.test_program.TestCommandLineArgs)
+PASS: Test the warnings argument
+PASS: test_locals (unittest.test.test_program.TestCommandLineArgs)
+PASS: testNoExit (unittest.test.test_program.Test_TestProgram)
+PASS: test_Exit (unittest.test.test_program.Test_TestProgram)
+PASS: test_ExitAsDefault (unittest.test.test_program.Test_TestProgram)
+PASS: test_NonExit (unittest.test.test_program.Test_TestProgram)
+PASS: test_defaultTest_with_iterable (unittest.test.test_program.Test_TestProgram)
+PASS: test_defaultTest_with_string (unittest.test.test_program.Test_TestProgram)
+PASS: test_discovery_from_dotted_path (unittest.test.test_program.Test_TestProgram)
PASS: test_dunder_iter_data (unittest.test.testmock.testwith.TestMockOpen)
PASS: test_explicit_mock (unittest.test.testmock.testwith.TestMockOpen)
PASS: test_interleaved_reads (unittest.test.testmock.testwith.TestMockOpen)
@@ -1097,38 +902,6 @@ PASS: test_with_statement_imbricated (unittest.test.testmock.testwith.WithTest)
PASS: test_with_statement_nested (unittest.test.testmock.testwith.WithTest)
PASS: test_with_statement_same_attribute (unittest.test.testmock.testwith.WithTest)
PASS: test_with_statement_specified (unittest.test.testmock.testwith.WithTest)
-PASS: test_attributes_and_return_value (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_bound_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_changing_magic_set_in_initialization (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_comparison (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_deleting_magic_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_descriptor_from_class (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_dict_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_dir (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_division (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_divmod_and_rdivmod (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_equality (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_hash (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_iterable_as_iter_return_value (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_len_contains_iter (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_in_initialization (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_method_reset_mock (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_method_type (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_method_wrapping (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_methods_and_spec (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_methods_and_spec_set (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_methods_are_magic_mocks (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_methods_isolated_between_mocks (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magic_mock_equality (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magicmock (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magicmock_defaults (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_magicmock_del (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_matmul (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_nonzero (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_numeric (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_repr (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_setting_unsupported_magic_method (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
-PASS: test_str (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
PASS: test__name__ (unittest.test.testmock.testmock.MockTest)
PASS: test_adding_child_mock (unittest.test.testmock.testmock.MockTest)
PASS: test_adding_return_value_mock (unittest.test.testmock.testmock.MockTest)
@@ -1237,13 +1010,240 @@ PASS: test_wraps_attributes (unittest.test.testmock.testmock.MockTest)
PASS: test_wraps_call_with_nondefault_return_value (unittest.test.testmock.testmock.MockTest)
PASS: test_wraps_calls (unittest.test.testmock.testmock.MockTest)
PASS: test_wraps_prevents_automatic_creation_of_mocks (unittest.test.testmock.testmock.MockTest)
+PASS: test_attribute_chain_is_maintained (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_attributes_return_more_mocks_by_default (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_call_chain_is_maintained (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_call_on_defined_sealed_mock_succeeds (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_call_on_sealed_mock_fails (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_existing_attributes_allowed_after_seal (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_existing_attributes_can_be_set_on_seal (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_initialized_attributes_allowed_after_seal (unittest.test.testmock.testsealable.TestSealable)
+test_integration_with_spec_att_definition (unittest.test.testmock.testsealable.TestSealable)
+PASS: You are not restricted when using mock with spec
+test_integration_with_spec_method_definition (unittest.test.testmock.testsealable.TestSealable)
+PASS: You need to defin the methods, even if they are in the spec
+test_integration_with_spec_method_definition_respects_spec (unittest.test.testmock.testsealable.TestSealable)
+PASS: You cannot define methods out of the spec
+PASS: test_new_attributes_cannot_be_accessed_on_seal (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_new_attributes_cannot_be_set_on_child_of_seal (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_new_attributes_cannot_be_set_on_seal (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_sealed_exception_has_attribute_name (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_seals_dont_recurse_on_manual_attributes (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_seals_recurse_on_added_attributes (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_seals_recurse_on_magic_methods (unittest.test.testmock.testsealable.TestSealable)
+PASS: test_attributes_and_return_value (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_bound_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_changing_magic_set_in_initialization (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_comparison (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_deleting_magic_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_descriptor_from_class (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_dict_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_dir (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_division (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_divmod_and_rdivmod (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_equality (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_hash (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_iterable_as_iter_return_value (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_len_contains_iter (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_in_initialization (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_method_reset_mock (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_method_type (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_method_wrapping (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_methods_and_spec (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_methods_and_spec_set (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_methods_are_magic_mocks (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_methods_isolated_between_mocks (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magic_mock_equality (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magicmock (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magicmock_defaults (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_magicmock_del (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_matmul (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_nonzero (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_numeric (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_repr (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_setting_unsupported_magic_method (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_str (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods)
+PASS: test_attributes (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_create_autospec (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_create_autospec_instance (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_hierarchy (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_non_callable (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_patch_spec (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_patch_spec_callable_class (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_patch_spec_instance (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_patch_spec_set (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_patch_spec_set_instance (unittest.test.testmock.testcallable.TestCallable)
+PASS: test_subclasses (unittest.test.testmock.testcallable.TestCallable)
+PASS: testBases (unittest.test.testmock.testsentinel.SentinelTest)
+PASS: testCopy (unittest.test.testmock.testsentinel.SentinelTest)
+PASS: testDEFAULT (unittest.test.testmock.testsentinel.SentinelTest)
+PASS: testPickle (unittest.test.testmock.testsentinel.SentinelTest)
+PASS: testSentinelName (unittest.test.testmock.testsentinel.SentinelTest)
+PASS: testSentinels (unittest.test.testmock.testsentinel.SentinelTest)
+PASS: test_any (unittest.test.testmock.testhelpers.AnyTest)
+PASS: test_any_and_datetime (unittest.test.testmock.testhelpers.AnyTest)
+PASS: test_any_mock_calls_comparison_order (unittest.test.testmock.testhelpers.AnyTest)
+PASS: test_repr (unittest.test.testmock.testhelpers.AnyTest)
+PASS: test_attribute_call (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_any (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_list (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_ne (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_non_tuples (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_with_args (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_with_args_call_empty_name (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_with_call (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_with_kwargs (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_call_with_name (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_empty__Call (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_extended_call (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_extended_not_equal (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_named_call_with_args (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_named_call_with_kwargs (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_named_empty_call (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_nested_calls_not_equal (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_repr (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_two_args_call (unittest.test.testmock.testhelpers.CallTest)
+PASS: test_attributes (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_autospec_data_descriptor (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_autospec_functions_with_self_in_odd_place (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_autospec_getattr_partial_function (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_autospec_on_bound_builtin_function (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_autospec_reset_mock (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_basic (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_builtin_functions_types (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_builtins (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_class_with_no_init (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_create_autospec_keyword_arguments (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_create_autospec_keyword_only_arguments (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_create_autospec_none (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_create_autospec_return_value (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_create_autospec_unbound_methods (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_descriptors (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_function (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_function_as_instance_attribute (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_inherit (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_magic_methods (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_method_calls (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_mocking_unbound_methods (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_recursive (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_signature_callable (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_signature_class (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_signature_noncallable (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_skip_attributeerrors (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_spec_as_list (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_spec_inheritance_for_classes (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_spec_inspect_signature (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_spec_inspect_signature_annotations (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_spec_set (unittest.test.testmock.testhelpers.SpecSignatureTest)
+PASS: test_args_list_contains_call_list (unittest.test.testmock.testhelpers.TestCallList)
+PASS: test_call_list_str (unittest.test.testmock.testhelpers.TestCallList)
+PASS: test_propertymock (unittest.test.testmock.testhelpers.TestCallList)
+PASS: test_propertymock_returnvalue (unittest.test.testmock.testhelpers.TestCallList)
+PASS: test_autospec (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_autospec_function (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_autospec_inherits (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_autospec_keywords (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_autospec_name (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_autospec_with_new (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_autospec_with_object (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_callable_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_create_and_specs (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_falsey_spec (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_get_only_proxy (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_get_set_delete_proxy (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_mock_calls_with_patch (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_multiple_patchobject (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_multiple_specs (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_name_preserved (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_nested_patch_failure (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_nested_patch_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_class_decorating (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_create (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_failure (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_incompatible_with_autospec (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_incompatible_with_new (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_inherit_for_mocks (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_inherit_non_mock (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_keyword_arguments (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_patch (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_patch_object (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_new_callable_spec (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_not_callable_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_object_lookup_is_quite_lazy (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_builtins_without_create (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_class_acts_with_spec_is_inherited (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_class_attribute (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_class_decorator (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_descriptor (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_class_decorator (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_decorator_resolution (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_keyword_args (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_start_stop (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_test_prefix (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_with_clear (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_with_container_object (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_with_container_object_and_clear (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_dict_with_string (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_imports_lazily (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_keyword_args (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_local (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_create (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_create_mocks (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_create_mocks_different_order (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_create_mocks_patcher (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_decorating_class (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_failure (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_new_callable (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_new_callable_failure (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_no_kwargs (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_spec_set (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_stacked_decorators (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_multiple_string_subclasses (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_nested_autospec_repr (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_object_keyword_args (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_object_with_spec_as_boolean (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_propogrates_exc_on_exit (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_slots (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_spec_set (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_start_stop (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_stopall (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_test_prefix (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_with_create_mocks_non_existent_attributes (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_with_exception (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_with_spec (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_with_spec_as_boolean (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_with_spec_mock_repr (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_with_static_methods (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patch_wont_create_by_default (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_class_decorator (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_start_stop (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_twice (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_with_create_mocks_non_existent_attributes (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_with_default_mock (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_with_none (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_with_spec (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_patchobject_wont_create_by_default (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_single_patchobject (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_spec_set_inherit (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_spec_set_true (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_special_attrs (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_specs_false_instead_of_none (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_stop_without_start (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_stopall_lifo (unittest.test.testmock.testpatch.PatchTest)
+PASS: test_tracebacks (unittest.test.testmock.testpatch.PatchTest)
----------------------------------------------------------------------
-Ran 776 tests in 1.648s
+Ran 776 tests in 2.484s
OK (skipped=3)
-0:00:02 load avg: 0.56 [ 8/416] test_doctest
+0:00:04 load avg: 0.67 [ 8/416] test_doctest
Trying:
runner = DebugRunner(verbose=False)
Expecting nothing
@@ -5325,10 +5325,10 @@ PASS: test_empty_namespace_package (test.test_doctest.TestDocTestFinder)
----------------------------------------------------------------------
-Ran 1 test in 0.006s
+Ran 1 test in 0.021s
OK
-0:00:03 load avg: 0.60 [ 9/416] test_doctest2
+0:00:05 load avg: 0.70 [ 9/416] test_doctest2
Trying:
print('yup') # 1
Expecting:
@@ -5436,7 +5436,7 @@ ok
19 passed and 0 failed.
Test passed.
doctest (test.test_doctest2) ... 19 tests with zero failures
-0:00:03 load avg: 0.60 [ 10/416] test_support
+0:00:05 load avg: 0.70 [ 10/416] test_support
PASS: test_CleanImport (test.test_support.TestSupport)
PASS: test_DirsOnSysPath (test.test_support.TestSupport)
PASS: test_HOST (test.test_support.TestSupport)
@@ -5491,10 +5491,10 @@ PASS: test_unload (test.test_support.TestSupport)
----------------------------------------------------------------------
-Ran 42 tests in 2.885s
+Ran 42 tests in 11.736s
OK (skipped=1)
-0:00:06 load avg: 0.60 [ 11/416] test___all__
+0:00:17 load avg: 0.74 [ 11/416] test___all__
test_all (test.test___all__.AllTest) ... __phello__.foo
_bootlocale
_collections_abc
@@ -7064,10 +7064,10 @@ ok
----------------------------------------------------------------------
-Ran 1 test in 0.767s
+Ran 1 test in 2.321s
OK
-0:00:07 load avg: 0.60 [ 12/416] test___future__
+0:00:19 load avg: 0.74 [ 12/416] test___future__
PASS: test_attributes (test.test___future__.FutureTest)
PASS: test_names (test.test___future__.FutureTest)
@@ -7076,7 +7076,7 @@ PASS: test_names (test.test___future__.FutureTest)
Ran 2 tests in 0.001s
OK
-0:00:07 load avg: 0.60 [ 13/416] test__locale
+0:00:19 load avg: 0.74 [ 13/416] test__locale
PASS: test_float_parsing (test.test__locale._LocaleTests)
PASS: test_lc_numeric_basic (test.test__locale._LocaleTests)
PASS: test_lc_numeric_localeconv (test.test__locale._LocaleTests)
@@ -7084,10 +7084,10 @@ PASS: test_lc_numeric_nl_langinfo (test.test__locale._LocaleTests)
----------------------------------------------------------------------
-Ran 4 tests in 0.005s
+Ran 4 tests in 0.007s
OK
-0:00:07 load avg: 0.60 [ 14/416] test__opcode
+0:00:19 load avg: 0.74 [ 14/416] test__opcode
PASS: test_stack_effect (test.test__opcode.OpcodeTests)
----------------------------------------------------------------------
@@ -7095,7 +7095,7 @@ PASS: test_stack_effect (test.test__opcode.OpcodeTests)
Ran 1 test in 0.000s
OK
-0:00:07 load avg: 0.60 [ 15/416] test__osx_support
+0:00:20 load avg: 0.74 [ 15/416] test__osx_support
SKIP: test__check_for_unavailable_sdk (test.test__osx_support.Test_OSXSupport) 'requires OS X'
SKIP: test__find_appropriate_compiler (test.test__osx_support.Test_OSXSupport) 'requires OS X'
SKIP: test__find_build_tool (test.test__osx_support.Test_OSXSupport) 'requires OS X'
@@ -7113,10 +7113,10 @@ SKIP: test_get_platform_osx (test.test__osx_support.Test_OSXSupport) 'requires O
----------------------------------------------------------------------
-Ran 14 tests in 0.002s
+Ran 14 tests in 0.003s
OK (skipped=14)
-0:00:07 load avg: 0.60 [ 16/416] test_abc
+0:00:20 load avg: 0.74 [ 16/416] test_abc
PASS: test_works_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass)
PASS: test_works_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass)
PASS: test_ABC_has___slots__ (test.test_abc.test_factory.<locals>.TestABC)
@@ -7168,10 +7168,10 @@ PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.Test
----------------------------------------------------------------------
-Ran 48 tests in 0.016s
+Ran 48 tests in 0.023s
OK
-0:00:07 load avg: 0.60 [ 17/416] test_abstract_numbers
+0:00:20 load avg: 0.74 [ 17/416] test_abstract_numbers
PASS: test_complex (test.test_abstract_numbers.TestNumbers)
PASS: test_float (test.test_abstract_numbers.TestNumbers)
PASS: test_int (test.test_abstract_numbers.TestNumbers)
@@ -7181,7 +7181,7 @@ PASS: test_int (test.test_abstract_numbers.TestNumbers)
Ran 3 tests in 0.001s
OK
-0:00:07 load avg: 0.60 [ 18/416] test_aifc
+0:00:20 load avg: 0.76 [ 18/416] test_aifc
PASS: test_read_comm_kludge_compname_even (test.test_aifc.AIFCLowLevelTest)
PASS: test_read_comm_kludge_compname_odd (test.test_aifc.AIFCLowLevelTest)
PASS: test_read_no_comm_chunk (test.test_aifc.AIFCLowLevelTest)
@@ -7326,10 +7326,10 @@ PASS: test_write_params (test.test_aifc.AifcULAWTest)
----------------------------------------------------------------------
-Ran 141 tests in 0.111s
+Ran 141 tests in 0.147s
OK
-0:00:07 load avg: 0.60 [ 19/416] test_argparse
+0:00:20 load avg: 0.76 [ 19/416] test_argparse
PASS: test (test.test_argparse.TestActionRegistration)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestActionUserDefined)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestActionUserDefined)
@@ -8907,10 +8907,10 @@ PASS: test_help_with_metavar (test.test_argparse.TestWrappingMetavar)
----------------------------------------------------------------------
-Ran 1574 tests in 1.426s
+Ran 1574 tests in 2.297s
OK (skipped=12)
-0:00:09 load avg: 0.63 [ 20/416] test_array
+0:00:22 load avg: 0.76 [ 20/416] test_array
PASS: test_error (test.test_array.ArrayReconstructorTest)
PASS: test_numbers (test.test_array.ArrayReconstructorTest)
PASS: test_unicode (test.test_array.ArrayReconstructorTest)
@@ -9684,12 +9684,12 @@ PASS: test_weakref (test.test_array.UnsignedShortTest)
----------------------------------------------------------------------
-Ran 770 tests in 0.964s
+Ran 770 tests in 1.299s
OK
-0:00:10 load avg: 0.63 [ 21/416] test_asdl_parser
+0:00:24 load avg: 0.76 [ 21/416] test_asdl_parser
test_asdl_parser skipped -- test irrelevant for an installed Python
-0:00:10 load avg: 0.63 [ 22/416] test_ast -- test_asdl_parser skipped
+0:00:24 load avg: 0.76 [ 22/416] test_ast -- test_asdl_parser skipped
PASS: test_bad_integer (test.test_ast.ASTHelpers_Test)
PASS: test_copy_location (test.test_ast.ASTHelpers_Test)
PASS: test_dump (test.test_ast.ASTHelpers_Test)
@@ -9772,10 +9772,10 @@ PASS: test_values (test.test_ast.ConstantTests)
----------------------------------------------------------------------
-Ran 79 tests in 1.048s
+Ran 79 tests in 1.572s
OK
-0:00:11 load avg: 0.63 [ 23/416] test_asyncgen
+0:00:25 load avg: 0.78 [ 23/416] test_asyncgen
PASS: test_async_gen_asyncio_01 (test.test_asyncgen.AsyncGenAsyncioTest)
PASS: test_async_gen_asyncio_02 (test.test_asyncgen.AsyncGenAsyncioTest)
PASS: test_async_gen_asyncio_03 (test.test_asyncgen.AsyncGenAsyncioTest)
@@ -9821,10 +9821,10 @@ PASS: test_async_gen_iteration_02 (test.test_asyncgen.AsyncGenTest)
----------------------------------------------------------------------
-Ran 42 tests in 1.155s
+Ran 42 tests in 1.173s
OK
-0:00:12 load avg: 0.63 [ 24/416] test_asynchat
+0:00:27 load avg: 0.78 [ 24/416] test_asynchat
PASS: test_close_when_done (test.test_asynchat.TestAsynchat)
PASS: test_empty_line (test.test_asynchat.TestAsynchat)
PASS: test_line_terminator1 (test.test_asynchat.TestAsynchat)
@@ -9853,10 +9853,10 @@ PASS: test_disallow_negative_terminator (test.test_asynchat.TestNotConnected)
----------------------------------------------------------------------
-Ran 25 tests in 1.990s
+Ran 25 tests in 1.977s
OK
-0:00:14 load avg: 0.66 [ 25/416] test_asyncio
+0:00:29 load avg: 0.78 [ 25/416] test_asyncio
PASS: test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests)
PASS: test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests)
PASS: test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests)
@@ -10757,21 +10757,6 @@ PASS: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.Selecto
PASS: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
PASS: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
FAIL: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
-Unhandled error in exception handler
-context: {'message': 'Future exception was never retrieved', 'exception': ConnectionResetError(104, 'Connection reset by peer'), 'future': <Future finished exception=ConnectionResetError(104, 'Connection reset by peer')>}
-Traceback (most recent call last):
- File "/usr/lib/python3.7/selectors.py", line 72, in __getitem__
- return self._selector._fd_to_key[fd]
-KeyError: 15
-
-During handling of the above exception, another exception occurred:
-
-Traceback (most recent call last):
- File "/usr/lib/python3.7/asyncio/base_events.py", line 1643, in call_exception_handler
- self._exception_handler(self, context)
- File "/usr/lib/python3.7/test/test_asyncio/functional.py", line 22, in loop_exception_handler
- self.loop.default_exception_handler(context)
-AttributeError: 'NoneType' object has no attribute 'default_exception_handler'
PASS: test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
PASS: test_start_tls_wrong_args (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
PASS: test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests)
@@ -10784,6 +10769,14 @@ PASS: test_handshake_timeout_negative (test.test_asyncio.test_sslproto.SslProtoH
PASS: test_handshake_timeout_zero (test.test_asyncio.test_sslproto.SslProtoHandshakeTests)
PASS: test_set_new_app_protocol (test.test_asyncio.test_sslproto.SslProtoHandshakeTests)
PASS: test_write_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests)
+Unhandled error in exception handler
+context: {'message': 'Future exception was never retrieved', 'exception': ConnectionResetError(104, 'Connection reset by peer'), 'future': <Future finished exception=ConnectionResetError(104, 'Connection reset by peer')>}
+Traceback (most recent call last):
+ File "/usr/lib/python3.7/asyncio/base_events.py", line 1643, in call_exception_handler
+ self._exception_handler(self, context)
+ File "/usr/lib/python3.7/test/test_asyncio/functional.py", line 22, in loop_exception_handler
+ self.loop.default_exception_handler(context)
+AttributeError: 'NoneType' object has no attribute 'default_exception_handler'
PASS: test_IncompleteReadError_pickleable (test.test_asyncio.test_streams.StreamTests)
PASS: test_LimitOverrunError_pickleable (test.test_asyncio.test_streams.StreamTests)
PASS: test___repr__ (test.test_asyncio.test_streams.StreamTests)
@@ -11950,10 +11943,10 @@ concurrent.futures._base.TimeoutError
----------------------------------------------------------------------
-Ran 2031 tests in 113.350s
+Ran 2031 tests in 110.271s
FAILED (errors=1, skipped=34)
-0:02:08 load avg: 0.58 [ 26/416/1] test_asyncore -- test_asyncio failed in 1 min 53 sec
+0:02:24 load avg: 0.52 [ 26/416/1] test_asyncore -- test_asyncio failed in 1 min 55 sec
PASS: test_basic (test.test_asyncore.DispatcherTests)
PASS: test_log (test.test_asyncore.DispatcherTests)
PASS: test_log_info (test.test_asyncore.DispatcherTests)
@@ -12058,10 +12051,10 @@ SKIP: test_set_reuse_addr (test.test_asyncore.TestAPI_UseUnixSocketsSelect) 'Not
----------------------------------------------------------------------
-Ran 101 tests in 1.972s
+Ran 101 tests in 1.897s
OK (skipped=8)
-0:02:10 load avg: 0.53 [ 27/416/1] test_atexit
+0:02:26 load avg: 0.55 [ 27/416/1] test_atexit
PASS: test_args (test.test_atexit.GeneralTest)
PASS: test_badargs (test.test_atexit.GeneralTest)
PASS: test_bound_methods (test.test_atexit.GeneralTest)
@@ -12080,10 +12073,10 @@ PASS: test_callbacks_leak_refcycle (test.test_atexit.SubinterpreterTest)
----------------------------------------------------------------------
-Ran 15 tests in 0.175s
+Ran 15 tests in 0.287s
OK
-0:02:10 load avg: 0.53 [ 28/416/1] test_audioop
+0:02:27 load avg: 0.55 [ 28/416/1] test_audioop
PASS: test_add (test.test_audioop.TestAudioop)
PASS: test_adpcm2lin (test.test_audioop.TestAudioop)
PASS: test_alaw2lin (test.test_audioop.TestAudioop)
@@ -12118,10 +12111,10 @@ PASS: test_wrongsize (test.test_audioop.TestAudioop)
----------------------------------------------------------------------
-Ran 31 tests in 0.018s
+Ran 31 tests in 0.016s
OK
-0:02:10 load avg: 0.53 [ 29/416/1] test_augassign
+0:02:28 load avg: 0.55 [ 29/416/1] test_augassign
PASS: testBasic (test.test_augassign.AugAssignTest)
PASS: testCustomMethods1 (test.test_augassign.AugAssignTest)
PASS: testCustomMethods2 (test.test_augassign.AugAssignTest)
@@ -12132,10 +12125,10 @@ PASS: test_with_unpacking (test.test_augassign.AugAssignTest)
----------------------------------------------------------------------
-Ran 7 tests in 0.002s
+Ran 7 tests in 0.003s
OK
-0:02:10 load avg: 0.53 [ 30/416/1] test_base64
+0:02:28 load avg: 0.55 [ 30/416/1] test_base64
PASS: test_ErrorHeritage (test.test_base64.BaseXYTestCase)
PASS: test_a85_padding (test.test_base64.BaseXYTestCase)
PASS: test_a85decode (test.test_base64.BaseXYTestCase)
@@ -12169,10 +12162,10 @@ PASS: test_encode_from_stdin (test.test_base64.TestMain)
----------------------------------------------------------------------
-Ran 30 tests in 0.212s
+Ran 30 tests in 0.222s
OK
-0:02:10 load avg: 0.53 [ 31/416/1] test_baseexception
+0:02:28 load avg: 0.55 [ 31/416/1] test_baseexception
PASS: test_builtins_new_style (test.test_baseexception.ExceptionClassTests)
PASS: test_inheritance (test.test_baseexception.ExceptionClassTests)
PASS: test_interface_multi_arg (test.test_baseexception.ExceptionClassTests)
@@ -12186,10 +12179,10 @@ PASS: test_raise_string (test.test_baseexception.UsageTests)
----------------------------------------------------------------------
-Ran 10 tests in 0.004s
+Ran 10 tests in 0.009s
OK
-0:02:11 load avg: 0.53 [ 32/416/1] test_bdb
+0:02:28 load avg: 0.55 [ 32/416/1] test_bdb
PASS: test_down (test.test_bdb.StateTestCase)
PASS: test_next (test.test_bdb.StateTestCase)
PASS: test_next_in_caller_frame (test.test_bdb.StateTestCase)
@@ -12224,10 +12217,10 @@ PASS: test_step_at_return_with_no_trace_in_caller (test.test_bdb.IssuesTestCase)
----------------------------------------------------------------------
-Ran 31 tests in 0.068s
+Ran 31 tests in 0.070s
OK
-0:02:11 load avg: 0.53 [ 33/416/1] test_bigaddrspace
+0:02:30 load avg: 0.59 [ 33/416/1] test_bigaddrspace
SKIP: test_concat (test.test_bigaddrspace.BytesTest) 'not enough memory: 8589934592.0G minimum needed'
SKIP: test_optimized_concat (test.test_bigaddrspace.BytesTest) 'not enough memory: 8589934592.0G minimum needed'
SKIP: test_repeat (test.test_bigaddrspace.BytesTest) 'not enough memory: 8589934592.0G minimum needed'
@@ -12237,10 +12230,10 @@ SKIP: test_repeat (test.test_bigaddrspace.StrTest) 'not enough memory: 858993459
----------------------------------------------------------------------
-Ran 6 tests in 0.002s
+Ran 6 tests in 0.003s
OK (skipped=6)
-0:02:11 load avg: 0.53 [ 34/416/1] test_bigmem
+0:02:30 load avg: 0.59 [ 34/416/1] test_bigmem
PASS: test_capitalize (test.test_bigmem.StrTest)
PASS: test_center (test.test_bigmem.StrTest)
PASS: test_compare (test.test_bigmem.StrTest)
@@ -12408,10 +12401,10 @@ PASS: test_sort (test.test_bigmem.ListTest)
----------------------------------------------------------------------
-Ran 164 tests in 0.045s
+Ran 164 tests in 0.095s
OK
-0:02:11 load avg: 0.53 [ 35/416/1] test_binascii
+0:02:30 load avg: 0.59 [ 35/416/1] test_binascii
PASS: test_b2a_base64_newline (test.test_binascii.ArrayBinASCIITest)
PASS: test_base64errors (test.test_binascii.ArrayBinASCIITest)
PASS: test_base64invalid (test.test_binascii.ArrayBinASCIITest)
@@ -12483,19 +12476,19 @@ PASS: test_uu (test.test_binascii.MemoryviewBinASCIITest)
----------------------------------------------------------------------
-Ran 68 tests in 0.019s
+Ran 68 tests in 0.033s
OK
-0:02:11 load avg: 0.53 [ 36/416/1] test_binhex
+0:02:31 load avg: 0.59 [ 36/416/1] test_binhex
PASS: test_binhex (test.test_binhex.BinHexTestCase)
PASS: test_binhex_error_on_long_filename (test.test_binhex.BinHexTestCase)
----------------------------------------------------------------------
-Ran 2 tests in 0.001s
+Ran 2 tests in 0.002s
OK
-0:02:11 load avg: 0.53 [ 37/416/1] test_binop
+0:02:31 load avg: 0.59 [ 37/416/1] test_binop
PASS: test_fallback_ne_blocking (test.test_binop.FallbackBlockingTests)
PASS: test_fallback_rmethod_blocking (test.test_binop.FallbackBlockingTests)
PASS: test_comparison_orders (test.test_binop.OperationOrderTests)
@@ -12511,10 +12504,10 @@ PASS: test_true_div (test.test_binop.RatTestCase)
----------------------------------------------------------------------
-Ran 12 tests in 0.003s
+Ran 12 tests in 0.010s
OK
-0:02:11 load avg: 0.53 [ 38/416/1] test_bisect
+0:02:31 load avg: 0.59 [ 38/416/1] test_bisect
PASS: test_backcompatibility (test.test_bisect.TestBisectC)
PASS: test_keyword_args (test.test_bisect.TestBisectC)
PASS: test_large_pyrange (test.test_bisect.TestBisectC)
@@ -12554,10 +12547,10 @@ PASS: test_vsBuiltinSort (test.test_bisect.TestInsortPython)
----------------------------------------------------------------------
-Ran 36 tests in 0.023s
+Ran 36 tests in 0.043s
OK
-0:02:11 load avg: 0.53 [ 39/416/1] test_bool
+0:02:32 load avg: 0.59 [ 39/416/1] test_bool
PASS: test_blocked (test.test_bool.BoolTest)
PASS: test_boolean (test.test_bool.BoolTest)
PASS: test_callable (test.test_bool.BoolTest)
@@ -12589,10 +12582,10 @@ PASS: test_types (test.test_bool.BoolTest)
----------------------------------------------------------------------
-Ran 28 tests in 0.005s
+Ran 28 tests in 0.013s
OK
-0:02:11 load avg: 0.53 [ 40/416/1] test_buffer
+0:02:33 load avg: 0.59 [ 40/416/1] test_buffer
PASS: test_issue_7385 (test.test_buffer.TestBufferProtocol)
PASS: test_memoryview_array (test.test_buffer.TestBufferProtocol)
PASS: test_memoryview_assign (test.test_buffer.TestBufferProtocol)
@@ -12668,10 +12661,10 @@ PASS: test_py_buffer_to_contiguous (test.test_buffer.TestBufferProtocol)
----------------------------------------------------------------------
-Ran 72 tests in 5.284s
+Ran 72 tests in 12.059s
OK
-0:02:16 load avg: 0.57 [ 41/416/1] test_bufio
+0:02:45 load avg: 0.68 [ 41/416/1] test_bufio
PASS: test_nullpat (test.test_bufio.CBufferSizeTest)
PASS: test_primepat (test.test_bufio.CBufferSizeTest)
PASS: test_nullpat (test.test_bufio.PyBufferSizeTest)
@@ -12679,10 +12672,10 @@ PASS: test_primepat (test.test_bufio.PyBufferSizeTest)
----------------------------------------------------------------------
-Ran 4 tests in 0.484s
+Ran 4 tests in 0.607s
OK
-0:02:17 load avg: 0.57 [ 42/416/1] test_bytes
+0:02:46 load avg: 0.68 [ 42/416/1] test_bytes
SKIP: test_compare (test.test_bytes.AssortedBytesTest) 'BytesWarning is needed for this test: use -bb option'
PASS: test_compare_bytes_to_bytearray (test.test_bytes.AssortedBytesTest)
PASS: test_doc (test.test_bytes.AssortedBytesTest)
@@ -12943,10 +12936,10 @@ PASS: test_xjust_int_error (test.test_bytes.BytesTest)
----------------------------------------------------------------------
-Ran 257 tests in 1.145s
+Ran 257 tests in 3.604s
OK (skipped=5)
-0:02:18 load avg: 0.60 [ 43/416/1] test_bz2
+0:02:50 load avg: 0.68 [ 43/416/1] test_bz2
PASS: testAppend (test.test_bz2.BZ2FileTest)
PASS: testBadArgs (test.test_bz2.BZ2FileTest)
PASS: testClosedIteratorDeadlock (test.test_bz2.BZ2FileTest)
@@ -13046,10 +13039,10 @@ PASS: test_x_mode (test.test_bz2.OpenTest)
----------------------------------------------------------------------
-Ran 95 tests in 2.950s
+Ran 95 tests in 4.180s
OK (skipped=1)
-0:02:21 load avg: 0.60 [ 44/416/1] test_c_locale_coercion
+0:02:54 load avg: 0.71 [ 44/416/1] test_c_locale_coercion
skipped 'No C-with-UTF-8 locale available'
PASS: test_LC_ALL_set_to_C (test.test_c_locale_coercion.LocaleCoercionTests)
PASS: test_PYTHONCOERCECLOCALE_not_set (test.test_c_locale_coercion.LocaleCoercionTests)
@@ -13060,10 +13053,10 @@ PASS: test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCo
----------------------------------------------------------------------
-Ran 6 tests in 1.227s
+Ran 6 tests in 1.656s
OK (skipped=2)
-0:02:22 load avg: 0.60 [ 45/416/1] test_calendar
+0:02:56 load avg: 0.73 [ 45/416/1] test_calendar
PASS: test_days (test.test_calendar.CalendarTestCase)
PASS: test_enumerate_weekdays (test.test_calendar.CalendarTestCase)
PASS: test_illegal_weekday_reported (test.test_calendar.CalendarTestCase)
@@ -13135,10 +13128,10 @@ PASS: test_timegm (test.test_calendar.TimegmTestCase)
----------------------------------------------------------------------
-Ran 68 tests in 1.495s
+Ran 68 tests in 2.094s
OK
-0:02:24 load avg: 0.64 [ 46/416/1] test_call
+0:02:58 load avg: 0.73 [ 46/416/1] test_call
PASS: test_oldargs0_0 (test.test_call.CFunctionCalls)
PASS: test_oldargs0_0_ext (test.test_call.CFunctionCalls)
PASS: test_oldargs0_0_kw (test.test_call.CFunctionCalls)
@@ -13201,10 +13194,10 @@ PASS: test_kwargs_order (test.test_call.FunctionCalls)
----------------------------------------------------------------------
-Ran 59 tests in 0.015s
+Ran 59 tests in 0.023s
OK
-0:02:24 load avg: 0.64 [ 47/416/1] test_capi
+0:02:58 load avg: 0.73 [ 47/416/1] test_capi
PASS: test_buildvalue_N (test.test_capi.CAPITest)
PASS: test_c_type_with_matrix_multiplication (test.test_capi.CAPITest)
PASS: test_docstring_signature_parsing (test.test_capi.CAPITest)
@@ -13277,10 +13270,10 @@ PASS: test_xincref_doesnt_leak (test.test_capi.Test_testcapi)
----------------------------------------------------------------------
-Ran 68 tests in 3.075s
+Ran 68 tests in 3.599s
OK (skipped=4)
-0:02:27 load avg: 0.64 [ 48/416/1] test_cgi
+0:03:02 load avg: 0.67 [ 48/416/1] test_cgi
PASS: testQSAndFormData (test.test_cgi.CgiTests)
PASS: testQSAndFormDataFile (test.test_cgi.CgiTests)
PASS: testQSAndUrlEncode (test.test_cgi.CgiTests)
@@ -13307,10 +13300,10 @@ PASS: test_strict (test.test_cgi.CgiTests)
----------------------------------------------------------------------
-Ran 23 tests in 0.026s
+Ran 23 tests in 0.024s
OK
-0:02:27 load avg: 0.64 [ 49/416/1] test_cgitb
+0:03:02 load avg: 0.67 [ 49/416/1] test_cgitb
PASS: test_blanks (test.test_cgitb.TestCgitb)
PASS: test_fonts (test.test_cgitb.TestCgitb)
PASS: test_html (test.test_cgitb.TestCgitb)
@@ -13320,10 +13313,10 @@ PASS: test_text (test.test_cgitb.TestCgitb)
----------------------------------------------------------------------
-Ran 6 tests in 0.229s
+Ran 6 tests in 0.248s
OK
-0:02:28 load avg: 0.64 [ 50/416/1] test_charmapcodec
+0:03:02 load avg: 0.67 [ 50/416/1] test_charmapcodec
PASS: test_constructorx (test.test_charmapcodec.CharmapCodecTest)
PASS: test_constructory (test.test_charmapcodec.CharmapCodecTest)
PASS: test_encodex (test.test_charmapcodec.CharmapCodecTest)
@@ -13331,10 +13324,10 @@ PASS: test_maptoundefined (test.test_charmapcodec.CharmapCodecTest)
----------------------------------------------------------------------
-Ran 4 tests in 0.002s
+Ran 4 tests in 0.633s
OK
-0:02:28 load avg: 0.64 [ 51/416/1] test_class
+0:03:03 load avg: 0.67 [ 51/416/1] test_class
PASS: testBadTypeReturned (test.test_class.ClassTests)
PASS: testBinaryOps (test.test_class.ClassTests)
PASS: testConstructorErrorMessages (test.test_class.ClassTests)
@@ -13356,9 +13349,9 @@ PASS: testUnaryOps (test.test_class.ClassTests)
Ran 15 tests in 0.019s
OK
-0:02:28 load avg: 0.66 [ 52/416/1] test_clinic
+0:03:03 load avg: 0.67 [ 52/416/1] test_clinic
test_clinic skipped -- '/usr/lib/Tools/clinic' path does not exist
-0:02:28 load avg: 0.66 [ 53/416/1] test_cmath -- test_clinic skipped
+0:03:03 load avg: 0.67 [ 53/416/1] test_cmath -- test_clinic skipped
PASS: testAtanSign (test.test_cmath.CMathTests)
PASS: testAtanhSign (test.test_cmath.CMathTests)
SKIP: testTanhSign (test.test_cmath.CMathTests) "system tanh() function doesn't copy the sign"
@@ -13394,10 +13387,10 @@ PASS: test_zero_tolerance (test.test_cmath.IsCloseTests)
----------------------------------------------------------------------
-Ran 32 tests in 0.046s
+Ran 32 tests in 0.073s
OK (skipped=1)
-0:02:28 load avg: 0.66 [ 54/416/1] test_cmd
+0:03:03 load avg: 0.67 [ 54/416/1] test_cmd
Trying:
mycmd = samplecmdclass()
Expecting nothing
@@ -13620,7 +13613,7 @@ PASS: test_input_reset_at_EOF (test.test_cmd.TestAlternateInput)
Ran 2 tests in 0.004s
OK
-0:02:28 load avg: 0.66 [ 55/416/1] test_cmd_line
+0:03:03 load avg: 0.67 [ 55/416/1] test_cmd_line
SKIP: test_argv0_normalization (test.test_cmd_line.CmdLineTest) 'bpo-32457 only applies on Windows'
PASS: test_builtin_input (test.test_cmd_line.CmdLineTest)
PASS: test_closed_stdout (test.test_cmd_line.CmdLineTest)
@@ -13666,10 +13659,10 @@ PASS: test_sys_flags_not_set (test.test_cmd_line.IgnoreEnvironmentTest)
----------------------------------------------------------------------
-Ran 42 tests in 1.563s
+Ran 42 tests in 2.159s
OK (skipped=2)
-0:02:30 load avg: 0.66 [ 56/416/1] test_cmd_line_script
+0:03:06 load avg: 0.70 [ 56/416/1] test_cmd_line_script
PASS: test_basic_script (test.test_cmd_line_script.CmdLineTest)
PASS: test_consistent_sys_path_for_direct_execution (test.test_cmd_line_script.CmdLineTest)
PASS: test_consistent_sys_path_for_module_execution (test.test_cmd_line_script.CmdLineTest)
@@ -13710,10 +13703,10 @@ PASS: test_zipfile_error (test.test_cmd_line_script.CmdLineTest)
----------------------------------------------------------------------
-Ran 37 tests in 2.013s
+Ran 37 tests in 2.890s
OK
-0:02:32 load avg: 0.66 [ 57/416/1] test_code
+0:03:09 load avg: 0.70 [ 57/416/1] test_code
Trying:
def f(x):
def g(y):
@@ -13883,10 +13876,10 @@ PASS: test_get_set (test.test_code.CoExtra)
----------------------------------------------------------------------
-Ran 13 tests in 0.006s
+Ran 13 tests in 0.009s
OK
-0:02:32 load avg: 0.66 [ 58/416/1] test_code_module
+0:03:09 load avg: 0.70 [ 58/416/1] test_code_module
PASS: test_banner (test.test_code_module.TestInteractiveConsole)
PASS: test_cause_tb (test.test_code_module.TestInteractiveConsole)
PASS: test_console_stderr (test.test_code_module.TestInteractiveConsole)
@@ -13899,10 +13892,10 @@ PASS: test_sysexcepthook (test.test_code_module.TestInteractiveConsole)
----------------------------------------------------------------------
-Ran 9 tests in 0.029s
+Ran 9 tests in 0.044s
OK
-0:02:32 load avg: 0.66 [ 59/416/1] test_codeccallbacks
+0:03:09 load avg: 0.70 [ 59/416/1] test_codeccallbacks
PASS: test_backslashescape (test.test_codeccallbacks.CodecCallbackTest)
PASS: test_badandgoodbackslashreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest)
PASS: test_badandgoodignoreexceptions (test.test_codeccallbacks.CodecCallbackTest)
@@ -13941,10 +13934,10 @@ PASS: test_xmlcharrefvalues (test.test_codeccallbacks.CodecCallbackTest)
----------------------------------------------------------------------
-Ran 35 tests in 0.021s
+Ran 35 tests in 0.069s
OK
-0:02:32 load avg: 0.66 [ 60/416/1] test_codecencodings_cn
+0:03:09 load avg: 0.70 [ 60/416/1] test_codecencodings_cn
PASS: test_callback_None_index (test.test_codecencodings_cn.Test_GB18030)
PASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GB18030)
PASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GB18030)
@@ -14020,10 +14013,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_HZ)
----------------------------------------------------------------------
-Ran 72 tests in 0.143s
+Ran 72 tests in 0.382s
OK (skipped=2)
-0:02:32 load avg: 0.66 [ 61/416/1] test_codecencodings_hk
+0:03:10 load avg: 0.70 [ 61/416/1] test_codecencodings_hk
PASS: test_callback_None_index (test.test_codecencodings_hk.Test_Big5HKSCS)
PASS: test_callback_backward_index (test.test_codecencodings_hk.Test_Big5HKSCS)
PASS: test_callback_forward_index (test.test_codecencodings_hk.Test_Big5HKSCS)
@@ -14045,10 +14038,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_hk.Test_Big5HKSCS)
----------------------------------------------------------------------
-Ran 18 tests in 0.009s
+Ran 18 tests in 0.043s
OK
-0:02:32 load avg: 0.66 [ 62/416/1] test_codecencodings_iso2022
+0:03:10 load avg: 0.70 [ 62/416/1] test_codecencodings_iso2022
PASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP)
PASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP)
PASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP)
@@ -14106,10 +14099,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_KR)
----------------------------------------------------------------------
-Ran 54 tests in 0.140s
+Ran 54 tests in 0.342s
OK (skipped=1)
-0:02:32 load avg: 0.66 [ 63/416/1] test_codecencodings_jp
+0:03:10 load avg: 0.72 [ 63/416/1] test_codecencodings_jp
PASS: test_callback_None_index (test.test_codecencodings_jp.Test_CP932)
PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_CP932)
PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_CP932)
@@ -14239,10 +14232,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_COMPAT)
----------------------------------------------------------------------
-Ran 126 tests in 0.355s
+Ran 126 tests in 0.850s
OK
-0:02:33 load avg: 0.66 [ 64/416/1] test_codecencodings_kr
+0:03:11 load avg: 0.72 [ 64/416/1] test_codecencodings_kr
PASS: test_callback_None_index (test.test_codecencodings_kr.Test_CP949)
PASS: test_callback_backward_index (test.test_codecencodings_kr.Test_CP949)
PASS: test_callback_forward_index (test.test_codecencodings_kr.Test_CP949)
@@ -14300,10 +14293,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_JOHAB)
----------------------------------------------------------------------
-Ran 54 tests in 0.085s
+Ran 54 tests in 0.209s
OK
-0:02:33 load avg: 0.69 [ 65/416/1] test_codecencodings_tw
+0:03:11 load avg: 0.72 [ 65/416/1] test_codecencodings_tw
PASS: test_callback_None_index (test.test_codecencodings_tw.Test_Big5)
PASS: test_callback_backward_index (test.test_codecencodings_tw.Test_Big5)
PASS: test_callback_forward_index (test.test_codecencodings_tw.Test_Big5)
@@ -14325,10 +14318,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_tw.Test_Big5)
----------------------------------------------------------------------
-Ran 18 tests in 0.032s
+Ran 18 tests in 0.073s
OK
-0:02:33 load avg: 0.69 [ 66/416/1] test_codecmaps_cn
+0:03:11 load avg: 0.72 [ 66/416/1] test_codecmaps_cn
SKIP: test_errorhandle (test.test_codecmaps_cn.TestGB18030Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_cn.TestGB18030Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGB18030Map) "Use of the 'urlfetch' resource not enabled"
@@ -14341,10 +14334,10 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGBKMap) "Use of the
----------------------------------------------------------------------
-Ran 9 tests in 0.002s
+Ran 9 tests in 0.004s
OK (skipped=9)
-0:02:33 load avg: 0.69 [ 67/416/1] test_codecmaps_hk
+0:03:12 load avg: 0.72 [ 67/416/1] test_codecmaps_hk
SKIP: test_errorhandle (test.test_codecmaps_hk.TestBig5HKSCSMap) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_hk.TestBig5HKSCSMap) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_hk.TestBig5HKSCSMap) "Use of the 'urlfetch' resource not enabled"
@@ -14354,7 +14347,7 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_hk.TestBig5HKSCSMap) "Use o
Ran 3 tests in 0.001s
OK (skipped=3)
-0:02:33 load avg: 0.69 [ 68/416/1] test_codecmaps_jp
+0:03:12 load avg: 0.72 [ 68/416/1] test_codecmaps_jp
SKIP: test_errorhandle (test.test_codecmaps_jp.TestCP932Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_jp.TestCP932Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestCP932Map) "Use of the 'urlfetch' resource not enabled"
@@ -14373,10 +14366,10 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestSJISX0213Map) "Use o
----------------------------------------------------------------------
-Ran 15 tests in 0.004s
+Ran 15 tests in 0.007s
OK (skipped=15)
-0:02:33 load avg: 0.69 [ 69/416/1] test_codecmaps_kr
+0:03:12 load avg: 0.72 [ 69/416/1] test_codecmaps_kr
SKIP: test_errorhandle (test.test_codecmaps_kr.TestCP949Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_kr.TestCP949Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestCP949Map) "Use of the 'urlfetch' resource not enabled"
@@ -14389,10 +14382,10 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestJOHABMap) "Use of th
----------------------------------------------------------------------
-Ran 9 tests in 0.002s
+Ran 9 tests in 0.003s
OK (skipped=9)
-0:02:33 load avg: 0.69 [ 70/416/1] test_codecmaps_tw
+0:03:12 load avg: 0.72 [ 70/416/1] test_codecmaps_tw
SKIP: test_errorhandle (test.test_codecmaps_tw.TestBIG5Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_tw.TestBIG5Map) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestBIG5Map) "Use of the 'urlfetch' resource not enabled"
@@ -14405,7 +14398,7 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestCP950Map) "Use of th
Ran 6 tests in 0.002s
OK (skipped=6)
-0:02:33 load avg: 0.69 [ 71/416/1] test_codecs
+0:03:12 load avg: 0.72 [ 71/416/1] test_codecs
PASS: test_decode (test.test_codecs.ASCIITest)
PASS: test_decode_error (test.test_codecs.ASCIITest)
PASS: test_encode (test.test_codecs.ASCIITest)
@@ -14638,10 +14631,10 @@ PASS: test_streamreaderwriter (test.test_codecs.WithStmtTest)
----------------------------------------------------------------------
-Ran 228 tests in 0.784s
+Ran 228 tests in 1.733s
OK (skipped=19)
-0:02:34 load avg: 0.69 [ 72/416/1] test_codeop
+0:03:14 load avg: 0.72 [ 72/416/1] test_codeop
PASS: test_filename (test.test_codeop.CodeopTests)
PASS: test_incomplete (test.test_codeop.CodeopTests)
PASS: test_invalid (test.test_codeop.CodeopTests)
@@ -14649,10 +14642,10 @@ PASS: test_valid (test.test_codeop.CodeopTests)
----------------------------------------------------------------------
-Ran 4 tests in 0.006s
+Ran 4 tests in 0.014s
OK
-0:02:34 load avg: 0.69 [ 73/416/1] test_collections
+0:03:14 load avg: 0.72 [ 73/416/1] test_collections
PASS: test_copy (test.test_collections.TestNamedTuple)
PASS: test_defaults (test.test_collections.TestNamedTuple)
PASS: test_doc_writable (test.test_collections.TestNamedTuple)
@@ -14762,7 +14755,7 @@ PASS: test_str_protocol (test.test_collections.TestUserObjects)
----------------------------------------------------------------------
-Ran 90 tests in 0.351s
+Ran 90 tests in 0.685s
OK
Trying:
@@ -15301,7 +15294,7 @@ ok
66 passed and 0 failed.
Test passed.
doctest (collections) ... 66 tests with zero failures
-0:02:35 load avg: 0.69 [ 74/416/1] test_colorsys
+0:03:15 load avg: 0.72 [ 74/416/1] test_colorsys
PASS: test_hls_roundtrip (test.test_colorsys.ColorsysTest)
PASS: test_hls_values (test.test_colorsys.ColorsysTest)
PASS: test_hsv_roundtrip (test.test_colorsys.ColorsysTest)
@@ -15311,10 +15304,10 @@ PASS: test_yiq_values (test.test_colorsys.ColorsysTest)
----------------------------------------------------------------------
-Ran 6 tests in 0.005s
+Ran 6 tests in 0.012s
OK
-0:02:35 load avg: 0.69 [ 75/416/1] test_compare
+0:03:15 load avg: 0.72 [ 75/416/1] test_compare
PASS: test_comparisons (test.test_compare.ComparisonTest)
PASS: test_id_comparisons (test.test_compare.ComparisonTest)
PASS: test_issue_1393 (test.test_compare.ComparisonTest)
@@ -15328,10 +15321,10 @@ PASS: No default delegation between operations except __ne__()
----------------------------------------------------------------------
-Ran 7 tests in 0.002s
+Ran 7 tests in 0.004s
OK
-0:02:35 load avg: 0.69 [ 76/416/1] test_compile
+0:03:15 load avg: 0.75 [ 76/416/1] test_compile
PASS: test_and (test.test_compile.TestExpressionStackSize)
PASS: test_and_or (test.test_compile.TestExpressionStackSize)
PASS: test_binop (test.test_compile.TestExpressionStackSize)
@@ -15408,10 +15401,10 @@ PASS: test_with (test.test_compile.TestStackSizeStability)
----------------------------------------------------------------------
-Ran 72 tests in 1.563s
+Ran 72 tests in 1.622s
OK
-0:02:36 load avg: 0.69 [ 77/416/1] test_compileall
+0:03:16 load avg: 0.75 [ 77/416/1] test_compileall
PASS: test_compiles_as_much_as_possible (test.test_compileall.CommmandLineTestsNoSourceEpoch)
PASS: test_d_compile_error (test.test_compileall.CommmandLineTestsNoSourceEpoch)
PASS: test_d_runtime_error (test.test_compileall.CommmandLineTestsNoSourceEpoch)
@@ -15496,10 +15489,10 @@ PASS: test_error (test.test_compileall.EncodingTest)
----------------------------------------------------------------------
-Ran 81 tests in 4.122s
+Ran 81 tests in 7.948s
OK (skipped=2)
-0:02:41 load avg: 0.72 [ 78/416/1] test_complex
+0:03:26 load avg: 0.86 [ 78/416/1] test_complex
PASS: test_abs (test.test_complex.ComplexTest)
PASS: test_boolcontext (test.test_complex.ComplexTest)
PASS: test_conjugate (test.test_complex.ComplexTest)
@@ -15527,10 +15520,10 @@ PASS: test_underscores (test.test_complex.ComplexTest)
----------------------------------------------------------------------
-Ran 24 tests in 0.107s
+Ran 24 tests in 0.191s
OK
-0:02:41 load avg: 0.72 [ 79/416/1] test_concurrent_futures
+0:03:26 load avg: 0.86 [ 79/416/1] test_concurrent_futures
PASS: test_cancel (test.test_concurrent_futures.FutureTests)
PASS: test_cancelled (test.test_concurrent_futures.FutureTests)
PASS: test_done (test.test_concurrent_futures.FutureTests)
@@ -15548,119 +15541,119 @@ PASS: test_result_with_cancel (test.test_concurrent_futures.FutureTests)
PASS: test_result_with_success (test.test_concurrent_futures.FutureTests)
PASS: test_result_with_timeout (test.test_concurrent_futures.FutureTests)
PASS: test_running (test.test_concurrent_futures.FutureTests)
-test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.18s ok
-test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.18s ok
-test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.17s ok
-test_no_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.16s ok
-test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.16s ok
-test_crash (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.39s ok
-test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.27s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolForkFailingInitializerTest) ... 0.13s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolForkInitializerTest) ... 0.13s ok
-test_free_reference (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.18s ok
-test_killed_child (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
-test_map (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.18s ok
-test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.17s ok
-test_map_exception (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.17s ok
-test_map_timeout (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 6.17s ok
-test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.17s ok
-test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
-test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.21s ok
-test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
-test_submit (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
-test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
-test_traceback (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.17s ok
-test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.06s ok
-test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.05s ok
-test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.06s ok
-test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.31s ok
-test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.05s ok
+test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.14s ok
+test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.14s ok
+test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.14s ok
+test_no_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.14s ok
+test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.14s ok
+test_crash (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.29s ok
+test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.25s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolForkFailingInitializerTest) ... 0.12s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolForkInitializerTest) ... 0.12s ok
+test_free_reference (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_killed_child (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.13s ok
+test_map (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_map_exception (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_map_timeout (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 6.15s ok
+test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.15s ok
+test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_submit (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_traceback (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.03s ok
+test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.03s ok
+test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.05s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.23s ok
+test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.03s ok
test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.13s ok
-test_all_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 0.15s ok
-test_first_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.67s ok
-test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.68s ok
-test_first_exception (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 3.18s ok
-test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 2.19s ok
-test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.67s ok
-test_timeout (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 6.17s ok
-test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.39s ok
-test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.23s ok
-test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.23s ok
-test_no_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.38s ok
+test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.10s ok
+test_all_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 0.14s ok
+test_first_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.64s ok
+test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.64s ok
+test_first_exception (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 3.14s ok
+test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 2.15s ok
+test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.65s ok
+test_timeout (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 6.15s ok
+test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.32s ok
+test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.19s ok
+test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.18s ok
+test_no_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.29s ok
test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.19s ok
-test_crash (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 1.33s ok
-test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.42s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolForkserverFailingInitializerTest) ... 0.30s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolForkserverInitializerTest) ... 0.29s ok
-test_free_reference (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.58s ok
-test_killed_child (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.19s ok
-test_map (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.25s ok
-test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.24s ok
-test_map_exception (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.24s ok
-test_map_timeout (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 6.24s ok
-test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.24s ok
-test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.33s ok
-test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.33s ok
-test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.21s ok
-test_submit (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.23s ok
-test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.32s ok
-test_traceback (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.31s ok
-test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.05s ok
-test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.04s ok
-test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.11s ok
-test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.56s ok
-test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.26s ok
+test_crash (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 1.13s ok
+test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.37s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolForkserverFailingInitializerTest) ... 0.25s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolForkserverInitializerTest) ... 0.24s ok
+test_free_reference (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.45s ok
+test_killed_child (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.18s ok
+test_map (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.19s ok
+test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.19s ok
+test_map_exception (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.18s ok
+test_map_timeout (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 6.19s ok
+test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.18s ok
+test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.23s ok
+test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.26s ok
+test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.19s ok
+test_submit (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.18s ok
+test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.24s ok
+test_traceback (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.24s ok
+test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.04s ok
+test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.03s ok
+test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.10s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.42s ok
+test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.24s ok
test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.32s ok
-test_all_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 0.28s ok
-test_first_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.71s ok
-test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.74s ok
-test_first_exception (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 3.25s ok
-test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 2.24s ok
-test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.75s ok
-test_timeout (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 6.25s ok
-test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.67s ok
-test_duplicate_futures (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.62s ok
-test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.63s ok
-test_no_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.76s ok
-test_zero_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.62s ok
-test_crash (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 2.78s ok
-test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.73s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolSpawnFailingInitializerTest) ... 0.38s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolSpawnInitializerTest) ... 0.43s ok
-test_free_reference (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.98s ok
-test_killed_child (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.54s ok
-test_map (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.66s ok
-test_map_chunksize (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.62s ok
-test_map_exception (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.65s ok
-test_map_timeout (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 6.63s ok
-test_max_workers_negative (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.61s ok
-test_no_stale_references (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.71s ok
-test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.79s ok
-test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.60s ok
-test_submit (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.61s ok
-test_submit_keyword (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.67s ok
-test_traceback (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.67s ok
-test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.05s ok
-test_del_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.04s ok
-test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.51s ok
-test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.79s ok
-test_processes_terminate (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.64s ok
+test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.30s ok
+test_all_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 0.24s ok
+test_first_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.69s ok
+test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.69s ok
+test_first_exception (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 3.19s ok
+test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 2.19s ok
+test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.69s ok
+test_timeout (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 6.20s ok
+test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.56s ok
+test_duplicate_futures (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.56s ok
+test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.56s ok
+test_no_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.67s ok
+test_zero_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.57s ok
+test_crash (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 3.25s ok
+test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.88s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolSpawnFailingInitializerTest) ... 0.40s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolSpawnInitializerTest) ... 0.40s ok
+test_free_reference (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.86s ok
+test_killed_child (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.52s ok
+test_map (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.57s ok
+test_map_chunksize (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.56s ok
+test_map_exception (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.56s ok
+test_map_timeout (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 6.57s ok
+test_max_workers_negative (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.60s ok
+test_no_stale_references (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.62s ok
+test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.72s ok
+test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.56s ok
+test_submit (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.56s ok
+test_submit_keyword (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.62s ok
+test_traceback (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.62s ok
+test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.04s ok
+test_del_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.03s ok
+test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.48s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.71s ok
+test_processes_terminate (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.63s ok
test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.46s ok
-test_all_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 0.52s ok
-test_first_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.00s ok
-test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.12s ok
-test_first_exception (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 3.64s ok
-test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.62s ok
-test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.14s ok
-test_timeout (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 6.64s ok
+test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.58s ok
+test_all_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 0.61s ok
+test_first_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.08s ok
+test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.07s ok
+test_first_exception (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 3.58s ok
+test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.57s ok
+test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.07s ok
+test_timeout (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 6.58s ok
test_correct_timeout_exception_msg (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 0.10s ok
-test_duplicate_futures (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.11s ok
+test_duplicate_futures (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.10s ok
test_free_reference_yielded_future (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 0.10s ok
test_no_timeout (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 0.10s ok
-test_zero_timeout (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.10s ok
+test_zero_timeout (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.11s ok
test_default_workers (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
test_free_reference (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
test_map (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
@@ -15673,14 +15666,14 @@ test_no_stale_references (test.test_concurrent_futures.ThreadPoolExecutorTest) .
test_shutdown_race_issue12456 (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
test_submit (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
test_submit_keyword (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
-test_initializer (test.test_concurrent_futures.ThreadPoolFailingInitializerTest) ... 0.11s ok
+test_initializer (test.test_concurrent_futures.ThreadPoolFailingInitializerTest) ... 0.10s ok
test_initializer (test.test_concurrent_futures.ThreadPoolInitializerTest) ... 0.10s ok
test_context_manager_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok
test_del_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok
test_hang_issue12364 (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 1.01s ok
-test_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 1.20s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 1.15s ok
test_run_after_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.07s ok
+test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.05s ok
test_thread_names_assigned (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok
test_thread_names_default (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok
test_threads_terminate (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok
@@ -15695,10 +15688,10 @@ test_timeout (test.test_concurrent_futures.ThreadPoolWaitTests) ... 6.11s ok
----------------------------------------------------------------------
-Ran 160 tests in 155.623s
+Ran 160 tests in 151.746s
OK
-0:05:17 load avg: 0.92 [ 80/416/1] test_configparser -- test_concurrent_futures passed in 2 min 35 sec
+0:05:58 load avg: 0.63 [ 80/416/1] test_configparser -- test_concurrent_futures passed in 2 min 31 sec
PASS: test_converters_at_init (test.test_configparser.BlatantOverrideConvertersTestCase)
PASS: test_inheritance (test.test_configparser.BlatantOverrideConvertersTestCase)
PASS: test_instance_assignment (test.test_configparser.BlatantOverrideConvertersTestCase)
@@ -16053,10 +16046,10 @@ PASS: test_write (test.test_configparser.StrictTestCase)
----------------------------------------------------------------------
-Ran 341 tests in 0.627s
+Ran 341 tests in 0.738s
OK (skipped=5)
-0:05:17 load avg: 0.92 [ 81/416/1] test_contains
+0:05:59 load avg: 0.63 [ 81/416/1] test_contains
PASS: test_block_fallback (test.test_contains.TestContains)
PASS: test_builtin_sequence_types (test.test_contains.TestContains)
PASS: test_common_tests (test.test_contains.TestContains)
@@ -16067,7 +16060,7 @@ PASS: test_nonreflexive (test.test_contains.TestContains)
Ran 4 tests in 0.001s
OK
-0:05:17 load avg: 0.92 [ 82/416/1] test_context
+0:05:59 load avg: 0.63 [ 82/416/1] test_context
PASS: test_context_copy_1 (test.test_context.ContextTest)
PASS: test_context_get_context_1 (test.test_context.ContextTest)
PASS: test_context_getset_1 (test.test_context.ContextTest)
@@ -16114,10 +16107,10 @@ PASS: test_hashkey_helper_1 (test.test_context.HamtTest)
----------------------------------------------------------------------
-Ran 43 tests in 1.466s
+Ran 43 tests in 1.843s
OK
-0:05:19 load avg: 0.92 [ 83/416/1] test_contextlib
+0:06:01 load avg: 0.66 [ 83/416/1] test_contextlib
PASS: test_closing (test.test_contextlib.ClosingTestCase)
PASS: test_closing_error (test.test_contextlib.ClosingTestCase)
PASS: test_instance_docs (test.test_contextlib.ClosingTestCase)
@@ -16199,10 +16192,10 @@ PASS: test_other_exception (test.test_contextlib.TestSuppress)
----------------------------------------------------------------------
-Ran 78 tests in 0.045s
+Ran 78 tests in 0.064s
OK
-0:05:19 load avg: 0.92 [ 84/416/1] test_contextlib_async
+0:06:01 load avg: 0.66 [ 84/416/1] test_contextlib_async
PASS: test_contextmanager_attribs (test.test_contextlib_async.AsyncContextManagerTestCase)
PASS: test_contextmanager_doc_attrib (test.test_contextlib_async.AsyncContextManagerTestCase)
PASS: test_contextmanager_except (test.test_contextlib_async.AsyncContextManagerTestCase)
@@ -16250,10 +16243,10 @@ PASS: test_push (test.test_contextlib_async.TestAsyncExitStack)
----------------------------------------------------------------------
-Ran 40 tests in 0.050s
+Ran 40 tests in 0.071s
OK
-0:05:19 load avg: 0.92 [ 85/416/1] test_copy
+0:06:01 load avg: 0.66 [ 85/416/1] test_copy
PASS: test_copy_atomic (test.test_copy.TestCopy)
PASS: test_copy_basic (test.test_copy.TestCopy)
PASS: test_copy_bytearray (test.test_copy.TestCopy)
@@ -16332,10 +16325,10 @@ PASS: test_reduce_5tuple (test.test_copy.TestCopy)
----------------------------------------------------------------------
-Ran 75 tests in 0.016s
+Ran 75 tests in 0.024s
OK
-0:05:19 load avg: 0.92 [ 86/416/1] test_copyreg
+0:06:01 load avg: 0.66 [ 86/416/1] test_copyreg
PASS: test_bool (test.test_copyreg.CopyRegTestCase)
PASS: test_class (test.test_copyreg.CopyRegTestCase)
PASS: test_extension_registry (test.test_copyreg.CopyRegTestCase)
@@ -16345,10 +16338,10 @@ PASS: test_slotnames (test.test_copyreg.CopyRegTestCase)
----------------------------------------------------------------------
-Ran 6 tests in 0.001s
+Ran 6 tests in 0.002s
OK
-0:05:19 load avg: 0.92 [ 87/416/1] test_coroutines
+0:06:01 load avg: 0.66 [ 87/416/1] test_coroutines
PASS: test_badsyntax_1 (test.test_coroutines.AsyncBadSyntaxTest)
PASS: test_badsyntax_2 (test.test_coroutines.AsyncBadSyntaxTest)
PASS: test_badsyntax_3 (test.test_coroutines.AsyncBadSyntaxTest)
@@ -16446,10 +16439,10 @@ PASS: test_unawaited_warning_during_shutdown (test.test_coroutines.UnawaitedWarn
----------------------------------------------------------------------
-Ran 94 tests in 0.510s
+Ran 94 tests in 0.604s
OK
-0:05:20 load avg: 0.92 [ 88/416/1] test_cprofile
+0:06:02 load avg: 0.66 [ 88/416/1] test_cprofile
PASS: test_bad_counter_during_dealloc (test.test_cprofile.CProfileTest)
PASS: test_calling_conventions (test.test_cprofile.CProfileTest)
PASS: test_cprofile (test.test_cprofile.CProfileTest)
@@ -16460,10 +16453,10 @@ PASS: test_sort (test.test_cprofile.TestCommandLine)
----------------------------------------------------------------------
-Ran 7 tests in 0.166s
+Ran 7 tests in 0.228s
OK
-0:05:20 load avg: 0.92 [ 89/416/1] test_crashers
+0:06:02 load avg: 0.66 [ 89/416/1] test_crashers
SKIP: test_crashers_crash (test.test_crashers.CrasherTest) 'these tests are too fragile'
----------------------------------------------------------------------
@@ -16471,7 +16464,7 @@ SKIP: test_crashers_crash (test.test_crashers.CrasherTest) 'these tests are too
Ran 1 test in 0.000s
OK (skipped=1)
-0:05:20 load avg: 0.92 [ 90/416/1] test_crypt
+0:06:02 load avg: 0.66 [ 90/416/1] test_crypt
PASS: test_blowfish_rounds (test.test_crypt.CryptTestCase)
PASS: test_crypt (test.test_crypt.CryptTestCase)
PASS: test_invalid_rounds (test.test_crypt.CryptTestCase)
@@ -16482,10 +16475,10 @@ PASS: test_sha2_rounds (test.test_crypt.CryptTestCase)
----------------------------------------------------------------------
-Ran 7 tests in 1.137s
+Ran 7 tests in 1.566s
OK
-0:05:21 load avg: 0.92 [ 91/416/1] test_csv
+0:06:04 load avg: 0.66 [ 91/416/1] test_csv
PASS: test_ordered_dict_reader (test.test_csv.KeyOrderingTest)
PASS: test_ordering_for_the_dict_reader_and_writer (test.test_csv.KeyOrderingTest)
PASS: test__all__ (test.test_csv.MiscTestCase)
@@ -16595,10 +16588,10 @@ PASS: test_writerows_with_none (test.test_csv.Test_Csv)
----------------------------------------------------------------------
-Ran 106 tests in 0.077s
+Ran 106 tests in 0.103s
OK (skipped=4)
-0:05:21 load avg: 0.92 [ 92/416/1] test_ctypes
+0:06:04 load avg: 0.66 [ 92/416/1] test_ctypes
PASS: test_anon (ctypes.test.test_anon.AnonTest)
PASS: test_anon_nonmember (ctypes.test.test_anon.AnonTest)
PASS: test_anon_nonseq (ctypes.test.test_anon.AnonTest)
@@ -17148,12 +17141,12 @@ SKIP: test_variant_bool (ctypes.test.test_wintypes.WinTypesTest) 'Windows-only t
----------------------------------------------------------------------
-Ran 472 tests in 0.743s
+Ran 472 tests in 1.382s
OK (skipped=87)
-0:05:22 load avg: 0.92 [ 93/416/1] test_curses
+0:06:06 load avg: 0.77 [ 93/416/1] test_curses
test_curses skipped -- Use of the 'curses' resource not enabled
-0:05:22 load avg: 0.92 [ 94/416/1] test_dataclasses -- test_curses skipped (resource denied)
+0:06:06 load avg: 0.77 [ 94/416/1] test_dataclasses -- test_curses skipped (resource denied)
PASS: test_0_field_compare (test.test_dataclasses.TestCase)
PASS: test_1_field_compare (test.test_dataclasses.TestCase)
PASS: test_alternate_classmethod_constructor (test.test_dataclasses.TestCase)
@@ -17319,10 +17312,10 @@ PASS: test_isnt_initvar (test.test_dataclasses.TestStringAnnotations)
----------------------------------------------------------------------
-Ran 162 tests in 0.180s
+Ran 162 tests in 0.366s
OK
-0:05:23 load avg: 0.92 [ 95/416/1] test_datetime
+0:06:07 load avg: 0.77 [ 95/416/1] test_datetime
SKIP: test_check_date (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python'
SKIP: test_check_datetime (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python'
SKIP: test_check_delta (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python'
@@ -18208,10 +18201,10 @@ PASS: test_system_transitions (test.datetimetester.ZoneInfoTest_Fast)
----------------------------------------------------------------------
-Ran 882 tests in 4.566s
+Ran 882 tests in 5.856s
OK (skipped=16)
-0:05:27 load avg: 0.93 [ 96/416/1] test_dbm
+0:06:13 load avg: 0.79 [ 96/416/1] test_dbm
PASS: test_keys (test.test_dbm.WhichDBTestCase)
PASS: test_whichdb (test.test_dbm.WhichDBTestCase)
PASS: test_whichdb_ndbm (test.test_dbm.WhichDBTestCase)
@@ -18236,10 +18229,10 @@ PASS: test_error (test.test_dbm.TestCase-dbm.dumb)
----------------------------------------------------------------------
-Ran 21 tests in 0.028s
+Ran 21 tests in 0.026s
OK
-0:05:27 load avg: 0.93 [ 97/416/1] test_dbm_dumb
+0:06:13 load avg: 0.79 [ 97/416/1] test_dbm_dumb
PASS: test_check_closed (test.test_dbm_dumb.DumbDBMTestCase)
PASS: test_close_twice (test.test_dbm_dumb.DumbDBMTestCase)
PASS: test_context_manager (test.test_dbm_dumb.DumbDBMTestCase)
@@ -18264,12 +18257,12 @@ PASS: test_write_write_read (test.test_dbm_dumb.DumbDBMTestCase)
----------------------------------------------------------------------
-Ran 21 tests in 0.129s
+Ran 21 tests in 0.122s
OK
-0:05:28 load avg: 0.93 [ 98/416/1] test_dbm_gnu
+0:06:13 load avg: 0.79 [ 98/416/1] test_dbm_gnu
test_dbm_gnu skipped -- No module named '_gdbm'
-0:05:28 load avg: 0.93 [ 99/416/1] test_dbm_ndbm -- test_dbm_gnu skipped
+0:06:13 load avg: 0.79 [ 99/416/1] test_dbm_ndbm -- test_dbm_gnu skipped
PASS: test_bytes (test.test_dbm_ndbm.DbmTestCase)
PASS: test_context_manager (test.test_dbm_ndbm.DbmTestCase)
PASS: test_empty_value (test.test_dbm_ndbm.DbmTestCase)
@@ -18280,10 +18273,10 @@ PASS: test_unicode (test.test_dbm_ndbm.DbmTestCase)
----------------------------------------------------------------------
-Ran 7 tests in 0.004s
+Ran 7 tests in 0.005s
OK
-0:05:28 load avg: 0.93 [100/416/1] test_decimal
+0:06:13 load avg: 0.79 [100/416/1] test_decimal
PASS: test_context_attributes (test.test_decimal.CheckAttributes)
PASS: test_decimal_attributes (test.test_decimal.CheckAttributes)
PASS: test_module_attributes (test.test_decimal.CheckAttributes)
@@ -18918,7 +18911,7 @@ PASS: test_xor (test.test_decimal.PyIBMTestCases)
----------------------------------------------------------------------
-Ran 631 tests in 3.584s
+Ran 631 tests in 6.517s
OK (skipped=9)
Trying:
@@ -21910,7 +21903,7 @@ ok
507 passed and 0 failed.
Test passed.
doctest (decimal) ... 507 tests with zero failures
-0:05:32 load avg: 1.10 [101/416/1] test_decorators
+0:06:20 load avg: 0.90 [101/416/1] test_decorators
PASS: test_double (test.test_decorators.TestClassDecorators)
PASS: test_order (test.test_decorators.TestClassDecorators)
PASS: test_simple (test.test_decorators.TestClassDecorators)
@@ -21927,10 +21920,10 @@ PASS: test_staticmethod_function (test.test_decorators.TestDecorators)
----------------------------------------------------------------------
-Ran 13 tests in 0.003s
+Ran 13 tests in 0.007s
OK
-0:05:32 load avg: 1.10 [102/416/1] test_defaultdict
+0:06:20 load avg: 0.90 [102/416/1] test_defaultdict
PASS: test_basic (test.test_defaultdict.TestDefaultDict)
PASS: test_callable_arg (test.test_defaultdict.TestDefaultDict)
PASS: test_copy (test.test_defaultdict.TestDefaultDict)
@@ -21945,10 +21938,10 @@ PASS: test_shallow_copy (test.test_defaultdict.TestDefaultDict)
----------------------------------------------------------------------
-Ran 11 tests in 0.008s
+Ran 11 tests in 0.006s
OK
-0:05:32 load avg: 1.10 [103/416/1] test_deque
+0:06:20 load avg: 0.90 [103/416/1] test_deque
PASS: test_add (test.test_deque.TestBasic)
PASS: test_basics (test.test_deque.TestBasic)
PASS: test_big_queue_popleft (test.test_deque.TestBasic)
@@ -22030,7 +22023,7 @@ PASS: test_truth (test.test_deque.TestSequence)
----------------------------------------------------------------------
-Ran 78 tests in 1.797s
+Ran 78 tests in 2.648s
OK (skipped=1)
Trying:
@@ -22296,7 +22289,7 @@ ok
32 passed and 0 failed.
Test passed.
doctest (test.test_deque) ... 32 tests with zero failures
-0:05:34 load avg: 1.09 [104/416/1] test_descr
+0:06:23 load avg: 0.90 [104/416/1] test_descr
PASS: test_pytype_long_ready (test.test_descr.PTypesLongInitTest)
PASS: test_complexes (test.test_descr.OperatorsTest)
PASS: test_dicts (test.test_descr.OperatorsTest)
@@ -22437,10 +22430,10 @@ PASS: test_tp_subclasses_cycle_in_update_slots (test.test_descr.MroTest)
----------------------------------------------------------------------
-Ran 137 tests in 1.116s
+Ran 137 tests in 1.440s
OK (skipped=2, expected failures=2)
-0:05:35 load avg: 1.09 [105/416/1] test_descrtut
+0:06:25 load avg: 0.90 [105/416/1] test_descrtut
Trying:
print(defaultdict) # show our type
Expecting:
@@ -23014,9 +23007,9 @@ ok
94 passed and 0 failed.
Test passed.
doctest (test.test_descrtut) ... 94 tests with zero failures
-0:05:35 load avg: 1.09 [106/416/1] test_devpoll
+0:06:25 load avg: 0.90 [106/416/1] test_devpoll
test_devpoll skipped -- test works only on Solaris OS family
-0:05:35 load avg: 1.09 [107/416/1] test_dict_version -- test_devpoll skipped
+0:06:25 load avg: 0.91 [107/416/1] test_dict_version -- test_devpoll skipped
PASS: test_clear (test.test_dict_version.DictSubtypeVersionTests)
PASS: test_constructor (test.test_dict_version.DictSubtypeVersionTests)
PASS: test_copy (test.test_dict_version.DictSubtypeVersionTests)
@@ -23042,10 +23035,10 @@ PASS: test_update (test.test_dict_version.DictVersionTests)
----------------------------------------------------------------------
-Ran 22 tests in 0.004s
+Ran 22 tests in 0.008s
OK
-0:05:35 load avg: 1.09 [108/416/1] test_dictcomps
+0:06:25 load avg: 0.91 [108/416/1] test_dictcomps
PASS: test_basics (test.test_dictcomps.DictComprehensionTest)
PASS: test_global_visibility (test.test_dictcomps.DictComprehensionTest)
PASS: test_illegal_assignment (test.test_dictcomps.DictComprehensionTest)
@@ -23055,10 +23048,10 @@ PASS: test_scope_isolation_from_global (test.test_dictcomps.DictComprehensionTes
----------------------------------------------------------------------
-Ran 6 tests in 0.002s
+Ran 6 tests in 0.003s
OK
-0:05:35 load avg: 1.09 [109/416/1] test_dictviews
+0:06:25 load avg: 0.91 [109/416/1] test_dictviews
PASS: test_abc_registry (test.test_dictviews.DictSetTest)
PASS: test_compare_error (test.test_dictviews.DictSetTest)
PASS: test_constructors_not_callable (test.test_dictviews.DictSetTest)
@@ -23076,10 +23069,10 @@ PASS: test_recursive_repr (test.test_dictviews.DictSetTest)
----------------------------------------------------------------------
-Ran 14 tests in 0.004s
+Ran 14 tests in 0.008s
OK
-0:05:35 load avg: 1.09 [110/416/1] test_difflib
+0:06:25 load avg: 0.91 [110/416/1] test_difflib
PASS: test_bjunk (test.test_difflib.TestWithAscii)
PASS: test_one_delete (test.test_difflib.TestWithAscii)
PASS: test_one_insert (test.test_difflib.TestWithAscii)
@@ -23153,10 +23146,10 @@ PASS: Doctest: difflib.unified_diff
----------------------------------------------------------------------
-Ran 49 tests in 0.479s
+Ran 49 tests in 0.943s
OK
-0:05:36 load avg: 1.09 [111/416/1] test_dis
+0:06:26 load avg: 0.91 [111/416/1] test_dis
PASS: test_disassembled (test.test_dis.BytecodeTests)
PASS: test_explicit_first_line (test.test_dis.BytecodeTests)
PASS: test_from_traceback (test.test_dis.BytecodeTests)
@@ -23226,57 +23219,48 @@ PASS: test_outer (test.test_dis.InstructionTests)
----------------------------------------------------------------------
-Ran 66 tests in 0.364s
+Ran 66 tests in 0.677s
OK
-0:05:36 load avg: 1.09 [112/416/1] test_distutils
-PASS: test_non_ascii (distutils.tests.test_log.TestLog)
+0:06:27 load avg: 0.91 [112/416/1] test_distutils
+PASS: test_check_all (distutils.tests.test_check.CheckTestCase)
+SKIP: test_check_document (distutils.tests.test_check.CheckTestCase) "won't test without docutils"
+PASS: test_check_metadata (distutils.tests.test_check.CheckTestCase)
+SKIP: test_check_restructuredtext (distutils.tests.test_check.CheckTestCase) "won't test without docutils"
+SKIP: test_check_restructuredtext_with_syntax_highlight (distutils.tests.test_check.CheckTestCase) "won't test without docutils"
+PASS: test_get_exe_bytes (distutils.tests.test_bdist_wininst.BuildWinInstTestCase)
+PASS: test_announce (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_command_packages_cmdline (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_command_packages_configfile (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_command_packages_unspecified (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_empty_options (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_finalize_options (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_find_config_files_disable (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_get_command_packages (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_venv_install_options (distutils.tests.test_dist.DistributionTestCase)
+PASS: test_classifier (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_classifier_invalid_type (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_custom_pydistutils (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_download_url (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_fix_help_options (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_keywords (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_keywords_invalid_type (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_long_description (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_obsoletes (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_obsoletes_illegal (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_obsoletes_to_list (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_platforms (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_platforms_invalid_types (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_provides (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_provides_illegal (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_read_metadata (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_requires (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_requires_illegal (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_requires_to_list (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_show_help (distutils.tests.test_dist.MetadataTestCase)
+PASS: test_simple_metadata (distutils.tests.test_dist.MetadataTestCase)
PASS: test_formats (distutils.tests.test_bdist.BuildTestCase)
PASS: test_skip_build (distutils.tests.test_bdist.BuildTestCase)
-PASS: test_no_optimize_flag (distutils.tests.test_bdist_rpm.BuildRpmTestCase)
-PASS: test_quiet (distutils.tests.test_bdist_rpm.BuildRpmTestCase)
-SKIP: test_compiler_options (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
-SKIP: test_get_vc2015 (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
-SKIP: test_get_vc2017 (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
-SKIP: test_get_vc_env_unicode (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
-SKIP: test_no_compiler (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
-SKIP: test_vcruntime_copy (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
-SKIP: test_vcruntime_skip_copy (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
-PASS: test_build_libraries (distutils.tests.test_build_clib.BuildCLibTestCase)
-PASS: test_check_library_dist (distutils.tests.test_build_clib.BuildCLibTestCase)
-PASS: test_finalize_options (distutils.tests.test_build_clib.BuildCLibTestCase)
-PASS: test_get_source_files (distutils.tests.test_build_clib.BuildCLibTestCase)
-PASS: test_run (distutils.tests.test_build_clib.BuildCLibTestCase)
-PASS: test_debug_print (distutils.tests.test_cmd.CommandTestCase)
-PASS: test_dump_options (distutils.tests.test_cmd.CommandTestCase)
-PASS: test_ensure_dirname (distutils.tests.test_cmd.CommandTestCase)
-PASS: test_ensure_filename (distutils.tests.test_cmd.CommandTestCase)
-PASS: test_ensure_string (distutils.tests.test_cmd.CommandTestCase)
-PASS: test_ensure_string_list (distutils.tests.test_cmd.CommandTestCase)
-PASS: test_make_file (distutils.tests.test_cmd.CommandTestCase)
-PASS: test_build (distutils.tests.test_build_scripts.BuildScriptsTestCase)
-PASS: test_default_settings (distutils.tests.test_build_scripts.BuildScriptsTestCase)
-PASS: test_version_int (distutils.tests.test_build_scripts.BuildScriptsTestCase)
-PASS: test_simple_run (distutils.tests.test_install_data.InstallDataTestCase)
-PASS: test_get_exe_bytes (distutils.tests.test_bdist_wininst.BuildWinInstTestCase)
-SKIP: test_osx_cc_overrides_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) 'test only relevant for OS X'
-SKIP: test_osx_explicit_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) 'test only relevant for OS X'
-PASS: test_runtime_libdir_option (distutils.tests.test_unixccompiler.UnixCCompilerTestCase)
-PASS: test_cmp (distutils.tests.test_version.VersionTestCase)
-PASS: test_cmp_strict (distutils.tests.test_version.VersionTestCase)
-PASS: test_prerelease (distutils.tests.test_version.VersionTestCase)
-PASS: test_config_interpolation (distutils.tests.test_config.PyPIRCCommandTestCase)
-PASS: test_server_empty_registration (distutils.tests.test_config.PyPIRCCommandTestCase)
-PASS: test_server_registration (distutils.tests.test_config.PyPIRCCommandTestCase)
-PASS: test_newer (distutils.tests.test_dep_util.DepUtilTestCase)
-PASS: test_newer_group (distutils.tests.test_dep_util.DepUtilTestCase)
-PASS: test_newer_pairwise (distutils.tests.test_dep_util.DepUtilTestCase)
-PASS: test_byte_compile (distutils.tests.test_build_py.BuildPyTestCase)
-PASS: test_byte_compile_optimized (distutils.tests.test_build_py.BuildPyTestCase)
-PASS: test_dir_in_package_data (distutils.tests.test_build_py.BuildPyTestCase)
-PASS: test_dont_write_bytecode (distutils.tests.test_build_py.BuildPyTestCase)
-PASS: test_empty_package_dir (distutils.tests.test_build_py.BuildPyTestCase)
-PASS: test_package_data (distutils.tests.test_build_py.BuildPyTestCase)
PASS: test_add_defaults (distutils.tests.test_sdist.SDistTestCase)
PASS: test_check_metadata_deprecated (distutils.tests.test_sdist.SDistTestCase)
PASS: test_finalize_options (distutils.tests.test_sdist.SDistTestCase)
@@ -23292,32 +23276,13 @@ PASS: test_manual_manifest (distutils.tests.test_sdist.SDistTestCase)
PASS: test_metadata_check_option (distutils.tests.test_sdist.SDistTestCase)
PASS: test_prune_file_list (distutils.tests.test_sdist.SDistTestCase)
PASS: test_show_formats (distutils.tests.test_sdist.SDistTestCase)
-PASS: test_byte_compile (distutils.tests.test_install_lib.InstallLibTestCase)
-PASS: test_dont_write_bytecode (distutils.tests.test_install_lib.InstallLibTestCase)
-PASS: test_finalize_options (distutils.tests.test_install_lib.InstallLibTestCase)
-PASS: test_get_inputs (distutils.tests.test_install_lib.InstallLibTestCase)
-PASS: test_get_outputs (distutils.tests.test_install_lib.InstallLibTestCase)
-PASS: test_class (distutils.tests.test_text_file.TextFileTestCase)
-SKIP: test_no_compiler (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
-SKIP: test_reg_class (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
-SKIP: test_remove_entire_manifest (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
-SKIP: test_remove_visual_c_ref (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
-SKIP: test_minimal (distutils.tests.test_bdist_msi.BDistMSITestCase) 'these tests require Windows'
-PASS: test_check_all (distutils.tests.test_check.CheckTestCase)
-SKIP: test_check_document (distutils.tests.test_check.CheckTestCase) "won't test without docutils"
-PASS: test_check_metadata (distutils.tests.test_check.CheckTestCase)
-SKIP: test_check_restructuredtext (distutils.tests.test_check.CheckTestCase) "won't test without docutils"
-SKIP: test_check_restructuredtext_with_syntax_highlight (distutils.tests.test_check.CheckTestCase) "won't test without docutils"
-PASS: test_finalize_options (distutils.tests.test_build.BuildTestCase)
-PASS: test_debug_mode (distutils.tests.test_core.CoreTestCase)
-PASS: test_run_setup_defines_subclass (distutils.tests.test_core.CoreTestCase)
-PASS: test_run_setup_preserves_sys_argv (distutils.tests.test_core.CoreTestCase)
-PASS: test_run_setup_provides_file (distutils.tests.test_core.CoreTestCase)
-PASS: test_run_setup_uses_current_dir (distutils.tests.test_core.CoreTestCase)
-PASS: test_clean (distutils.tests.test_config_cmd.ConfigTestCase)
-PASS: test_dump_file (distutils.tests.test_config_cmd.ConfigTestCase)
-PASS: test_finalize_options (distutils.tests.test_config_cmd.ConfigTestCase)
-PASS: test_search_cpp (distutils.tests.test_config_cmd.ConfigTestCase)
+PASS: test_debug_mode (distutils.tests.test_install.InstallTestCase)
+PASS: test_finalize_options (distutils.tests.test_install.InstallTestCase)
+PASS: test_handle_extra_path (distutils.tests.test_install.InstallTestCase)
+PASS: test_home_installation_scheme (distutils.tests.test_install.InstallTestCase)
+PASS: test_record (distutils.tests.test_install.InstallTestCase)
+PASS: test_record_extensions (distutils.tests.test_install.InstallTestCase)
+PASS: test_user_site (distutils.tests.test_install.InstallTestCase)
PASS: test_debug_print (distutils.tests.test_filelist.FileListTestCase)
PASS: test_exclude_pattern (distutils.tests.test_filelist.FileListTestCase)
PASS: test_glob_to_re (distutils.tests.test_filelist.FileListTestCase)
@@ -23330,37 +23295,41 @@ PASS: test_translate_pattern (distutils.tests.test_filelist.FileListTestCase)
PASS: test_basic_discovery (distutils.tests.test_filelist.FindAllTestCase)
PASS: test_missing_symlink (distutils.tests.test_filelist.FindAllTestCase)
PASS: test_non_local_discovery (distutils.tests.test_filelist.FindAllTestCase)
-PASS: test_check_archive_formats (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-SKIP: test_compress_deprecated (distutils.tests.test_archive_util.ArchiveUtilTestCase) 'The compress program is required'
-PASS: test_make_archive (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_archive_bztar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_archive_cwd (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_archive_gztar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_archive_owner_group (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_archive_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_archive_xztar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_tarball (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_tarball_bzip2 (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_tarball_extended (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_tarball_gzip (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_tarball_latin1 (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_tarball_xz (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_zipfile (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_make_zipfile_no_zlib (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_tarfile_root_owner (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_tarfile_vs_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
-PASS: test_debug_mode (distutils.tests.test_install.InstallTestCase)
-PASS: test_finalize_options (distutils.tests.test_install.InstallTestCase)
-PASS: test_handle_extra_path (distutils.tests.test_install.InstallTestCase)
-PASS: test_home_installation_scheme (distutils.tests.test_install.InstallTestCase)
-PASS: test_record (distutils.tests.test_install.InstallTestCase)
-PASS: test_record_extensions (distutils.tests.test_install.InstallTestCase)
-PASS: test_user_site (distutils.tests.test_install.InstallTestCase)
-PASS: test_extension_init (distutils.tests.test_extension.ExtensionTestCase)
-PASS: test_read_setup_file (distutils.tests.test_extension.ExtensionTestCase)
-PASS: test_find_executable (distutils.tests.test_spawn.SpawnTestCase)
-PASS: test_nt_quote_args (distutils.tests.test_spawn.SpawnTestCase)
-PASS: test_spawn (distutils.tests.test_spawn.SpawnTestCase)
+PASS: test_change_root (distutils.tests.test_util.UtilTestCase)
+PASS: test_check_environ (distutils.tests.test_util.UtilTestCase)
+PASS: test_check_environ_getpwuid (distutils.tests.test_util.UtilTestCase)
+PASS: test_convert_path (distutils.tests.test_util.UtilTestCase)
+PASS: test_dont_write_bytecode (distutils.tests.test_util.UtilTestCase)
+PASS: test_get_platform (distutils.tests.test_util.UtilTestCase)
+PASS: test_grok_environment_error (distutils.tests.test_util.UtilTestCase)
+PASS: test_rfc822_escape (distutils.tests.test_util.UtilTestCase)
+PASS: test_split_quoted (distutils.tests.test_util.UtilTestCase)
+PASS: test_strtobool (distutils.tests.test_util.UtilTestCase)
+PASS: test_simple_run (distutils.tests.test_clean.cleanTestCase)
+PASS: test_clean (distutils.tests.test_config_cmd.ConfigTestCase)
+PASS: test_dump_file (distutils.tests.test_config_cmd.ConfigTestCase)
+PASS: test_finalize_options (distutils.tests.test_config_cmd.ConfigTestCase)
+PASS: test_search_cpp (distutils.tests.test_config_cmd.ConfigTestCase)
+PASS: test_debug_mode (distutils.tests.test_core.CoreTestCase)
+PASS: test_run_setup_defines_subclass (distutils.tests.test_core.CoreTestCase)
+PASS: test_run_setup_preserves_sys_argv (distutils.tests.test_core.CoreTestCase)
+PASS: test_run_setup_provides_file (distutils.tests.test_core.CoreTestCase)
+PASS: test_run_setup_uses_current_dir (distutils.tests.test_core.CoreTestCase)
+PASS: test_check_metadata_deprecated (distutils.tests.test_register.RegisterTestCase)
+PASS: test_create_pypirc (distutils.tests.test_register.RegisterTestCase)
+PASS: test_list_classifiers (distutils.tests.test_register.RegisterTestCase)
+PASS: test_password_not_in_file (distutils.tests.test_register.RegisterTestCase)
+PASS: test_password_reset (distutils.tests.test_register.RegisterTestCase)
+SKIP: test_register_invalid_long_description (distutils.tests.test_register.RegisterTestCase) 'needs docutils'
+PASS: test_registering (distutils.tests.test_register.RegisterTestCase)
+PASS: test_show_response (distutils.tests.test_register.RegisterTestCase)
+SKIP: test_strict (distutils.tests.test_register.RegisterTestCase) 'needs docutils'
+PASS: test_finalize_options (distutils.tests.test_upload.uploadTestCase)
+PASS: test_saved_password (distutils.tests.test_upload.uploadTestCase)
+PASS: test_upload (distutils.tests.test_upload.uploadTestCase)
+PASS: test_upload_correct_cr (distutils.tests.test_upload.uploadTestCase)
+PASS: test_upload_fails (distutils.tests.test_upload.uploadTestCase)
+PASS: test_wrong_exception_order (distutils.tests.test_upload.uploadTestCase)
PASS: test_copy_tree_exception_in_listdir (distutils.tests.test_dir_util.DirUtilTestCase)
PASS: test_copy_tree_skips_nfs_temp_files (distutils.tests.test_dir_util.DirUtilTestCase)
PASS: test_copy_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase)
@@ -23368,9 +23337,41 @@ PASS: test_create_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase)
PASS: test_ensure_relative (distutils.tests.test_dir_util.DirUtilTestCase)
PASS: test_mkpath_remove_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase)
PASS: test_mkpath_with_custom_mode (distutils.tests.test_dir_util.DirUtilTestCase)
-PASS: test_simple_run (distutils.tests.test_install_headers.InstallHeadersTestCase)
PASS: test_default_settings (distutils.tests.test_install_scripts.InstallScriptsTestCase)
PASS: test_installation (distutils.tests.test_install_scripts.InstallScriptsTestCase)
+PASS: test_byte_compile (distutils.tests.test_install_lib.InstallLibTestCase)
+PASS: test_dont_write_bytecode (distutils.tests.test_install_lib.InstallLibTestCase)
+PASS: test_finalize_options (distutils.tests.test_install_lib.InstallLibTestCase)
+PASS: test_get_inputs (distutils.tests.test_install_lib.InstallLibTestCase)
+PASS: test_get_outputs (distutils.tests.test_install_lib.InstallLibTestCase)
+PASS: test_simple_run (distutils.tests.test_install_headers.InstallHeadersTestCase)
+PASS: test_byte_compile (distutils.tests.test_build_py.BuildPyTestCase)
+PASS: test_byte_compile_optimized (distutils.tests.test_build_py.BuildPyTestCase)
+PASS: test_dir_in_package_data (distutils.tests.test_build_py.BuildPyTestCase)
+PASS: test_dont_write_bytecode (distutils.tests.test_build_py.BuildPyTestCase)
+PASS: test_empty_package_dir (distutils.tests.test_build_py.BuildPyTestCase)
+PASS: test_package_data (distutils.tests.test_build_py.BuildPyTestCase)
+PASS: test_SO_deprecation (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_SO_in_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_SO_value (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_customize_compiler (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_customize_compiler_before_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_get_config_h_filename (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_get_python_lib (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_parse_makefile_base (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_parse_makefile_literal_dollar (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_srcdir (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_srcdir_independent_of_cwd (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_sysconfig_compiler_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
+PASS: test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase)
+SKIP: test_compiler_options (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
+SKIP: test_get_vc2015 (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
+SKIP: test_get_vc2017 (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
+SKIP: test_get_vc_env_unicode (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
+SKIP: test_no_compiler (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
+SKIP: test_vcruntime_copy (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
+SKIP: test_vcruntime_skip_copy (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32'
PASS: test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase)
PASS: test_check_extensions_list (distutils.tests.test_build_ext.BuildExtTestCase)
PASS: test_compiler_option (distutils.tests.test_build_ext.BuildExtTestCase)
@@ -23397,96 +23398,88 @@ PASS: test_get_source_files (distutils.tests.test_build_ext.ParallelBuildExtTest
PASS: test_optional_extension (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
PASS: test_solaris_enable_shared (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
PASS: test_user_site (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-PASS: test_finalize_options (distutils.tests.test_upload.uploadTestCase)
-PASS: test_saved_password (distutils.tests.test_upload.uploadTestCase)
-PASS: test_upload (distutils.tests.test_upload.uploadTestCase)
-PASS: test_upload_correct_cr (distutils.tests.test_upload.uploadTestCase)
-PASS: test_upload_fails (distutils.tests.test_upload.uploadTestCase)
-PASS: test_wrong_exception_order (distutils.tests.test_upload.uploadTestCase)
-VersionPredicate (distutils.versionpredicate)
-PASS: Doctest: distutils.versionpredicate.VersionPredicate
-split_provision (distutils.versionpredicate)
-PASS: Doctest: distutils.versionpredicate.split_provision
+SKIP: test_minimal (distutils.tests.test_bdist_msi.BDistMSITestCase) 'these tests require Windows'
+PASS: test_simple_built (distutils.tests.test_bdist_dumb.BuildDumbTestCase)
+PASS: test_config_interpolation (distutils.tests.test_config.PyPIRCCommandTestCase)
+PASS: test_server_empty_registration (distutils.tests.test_config.PyPIRCCommandTestCase)
+PASS: test_server_registration (distutils.tests.test_config.PyPIRCCommandTestCase)
PASS: test_copy_file_hard_link (distutils.tests.test_file_util.FileUtilTestCase)
PASS: test_copy_file_hard_link_failure (distutils.tests.test_file_util.FileUtilTestCase)
PASS: test_move_file_exception_unpacking_rename (distutils.tests.test_file_util.FileUtilTestCase)
PASS: test_move_file_exception_unpacking_unlink (distutils.tests.test_file_util.FileUtilTestCase)
PASS: test_move_file_verbosity (distutils.tests.test_file_util.FileUtilTestCase)
-PASS: test_SO_deprecation (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_SO_in_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_SO_value (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_customize_compiler (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_customize_compiler_before_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_get_config_h_filename (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_get_python_lib (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_parse_makefile_base (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_parse_makefile_literal_dollar (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_srcdir (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_srcdir_independent_of_cwd (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_sysconfig_compiler_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase)
-PASS: test_announce (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_command_packages_cmdline (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_command_packages_configfile (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_command_packages_unspecified (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_empty_options (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_finalize_options (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_find_config_files_disable (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_get_command_packages (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_venv_install_options (distutils.tests.test_dist.DistributionTestCase)
-PASS: test_classifier (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_classifier_invalid_type (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_custom_pydistutils (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_download_url (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_fix_help_options (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_keywords (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_keywords_invalid_type (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_long_description (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_obsoletes (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_obsoletes_illegal (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_obsoletes_to_list (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_platforms (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_platforms_invalid_types (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_provides (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_provides_illegal (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_read_metadata (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_requires (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_requires_illegal (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_requires_to_list (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_show_help (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_simple_metadata (distutils.tests.test_dist.MetadataTestCase)
-PASS: test_simple_built (distutils.tests.test_bdist_dumb.BuildDumbTestCase)
-PASS: test_change_root (distutils.tests.test_util.UtilTestCase)
-PASS: test_check_environ (distutils.tests.test_util.UtilTestCase)
-PASS: test_check_environ_getpwuid (distutils.tests.test_util.UtilTestCase)
-PASS: test_convert_path (distutils.tests.test_util.UtilTestCase)
-PASS: test_dont_write_bytecode (distutils.tests.test_util.UtilTestCase)
-PASS: test_get_platform (distutils.tests.test_util.UtilTestCase)
-PASS: test_grok_environment_error (distutils.tests.test_util.UtilTestCase)
-PASS: test_rfc822_escape (distutils.tests.test_util.UtilTestCase)
-PASS: test_split_quoted (distutils.tests.test_util.UtilTestCase)
-PASS: test_strtobool (distutils.tests.test_util.UtilTestCase)
+PASS: test_class (distutils.tests.test_text_file.TextFileTestCase)
+PASS: test_non_ascii (distutils.tests.test_log.TestLog)
+PASS: test_check_archive_formats (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+SKIP: test_compress_deprecated (distutils.tests.test_archive_util.ArchiveUtilTestCase) 'The compress program is required'
+PASS: test_make_archive (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_archive_bztar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_archive_cwd (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_archive_gztar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_archive_owner_group (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_archive_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_archive_xztar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_tarball (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_tarball_bzip2 (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_tarball_extended (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_tarball_gzip (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_tarball_latin1 (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_tarball_xz (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_zipfile (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_make_zipfile_no_zlib (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_tarfile_root_owner (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_tarfile_vs_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
+PASS: test_debug_print (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_dump_options (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_ensure_dirname (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_ensure_filename (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_ensure_string (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_ensure_string_list (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_make_file (distutils.tests.test_cmd.CommandTestCase)
+PASS: test_finalize_options (distutils.tests.test_build.BuildTestCase)
PASS: test_check_config_h (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase)
PASS: test_get_msvcr (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase)
PASS: test_get_versions (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase)
-PASS: test_check_metadata_deprecated (distutils.tests.test_register.RegisterTestCase)
-PASS: test_create_pypirc (distutils.tests.test_register.RegisterTestCase)
-PASS: test_list_classifiers (distutils.tests.test_register.RegisterTestCase)
-PASS: test_password_not_in_file (distutils.tests.test_register.RegisterTestCase)
-PASS: test_password_reset (distutils.tests.test_register.RegisterTestCase)
-SKIP: test_register_invalid_long_description (distutils.tests.test_register.RegisterTestCase) 'needs docutils'
-PASS: test_registering (distutils.tests.test_register.RegisterTestCase)
-PASS: test_show_response (distutils.tests.test_register.RegisterTestCase)
-SKIP: test_strict (distutils.tests.test_register.RegisterTestCase) 'needs docutils'
-PASS: test_simple_run (distutils.tests.test_clean.cleanTestCase)
+PASS: test_simple_run (distutils.tests.test_install_data.InstallDataTestCase)
+PASS: test_newer (distutils.tests.test_dep_util.DepUtilTestCase)
+PASS: test_newer_group (distutils.tests.test_dep_util.DepUtilTestCase)
+PASS: test_newer_pairwise (distutils.tests.test_dep_util.DepUtilTestCase)
+PASS: test_no_optimize_flag (distutils.tests.test_bdist_rpm.BuildRpmTestCase)
+PASS: test_quiet (distutils.tests.test_bdist_rpm.BuildRpmTestCase)
+PASS: test_extension_init (distutils.tests.test_extension.ExtensionTestCase)
+PASS: test_read_setup_file (distutils.tests.test_extension.ExtensionTestCase)
+SKIP: test_no_compiler (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
+SKIP: test_reg_class (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
+SKIP: test_remove_entire_manifest (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
+SKIP: test_remove_visual_c_ref (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32'
+PASS: test_cmp (distutils.tests.test_version.VersionTestCase)
+PASS: test_cmp_strict (distutils.tests.test_version.VersionTestCase)
+PASS: test_prerelease (distutils.tests.test_version.VersionTestCase)
+PASS: test_find_executable (distutils.tests.test_spawn.SpawnTestCase)
+PASS: test_nt_quote_args (distutils.tests.test_spawn.SpawnTestCase)
+PASS: test_spawn (distutils.tests.test_spawn.SpawnTestCase)
+PASS: test_build_libraries (distutils.tests.test_build_clib.BuildCLibTestCase)
+PASS: test_check_library_dist (distutils.tests.test_build_clib.BuildCLibTestCase)
+PASS: test_finalize_options (distutils.tests.test_build_clib.BuildCLibTestCase)
+PASS: test_get_source_files (distutils.tests.test_build_clib.BuildCLibTestCase)
+PASS: test_run (distutils.tests.test_build_clib.BuildCLibTestCase)
+PASS: test_build (distutils.tests.test_build_scripts.BuildScriptsTestCase)
+PASS: test_default_settings (distutils.tests.test_build_scripts.BuildScriptsTestCase)
+PASS: test_version_int (distutils.tests.test_build_scripts.BuildScriptsTestCase)
+VersionPredicate (distutils.versionpredicate)
+PASS: Doctest: distutils.versionpredicate.VersionPredicate
+split_provision (distutils.versionpredicate)
+PASS: Doctest: distutils.versionpredicate.split_provision
+SKIP: test_osx_cc_overrides_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) 'test only relevant for OS X'
+SKIP: test_osx_explicit_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) 'test only relevant for OS X'
+PASS: test_runtime_libdir_option (distutils.tests.test_unixccompiler.UnixCCompilerTestCase)
----------------------------------------------------------------------
-Ran 248 tests in 1.696s
+Ran 248 tests in 2.838s
OK (skipped=28)
-0:05:38 load avg: 1.08 [113/416/1] test_docxmlrpc
+0:06:30 load avg: 1.00 [113/416/1] test_docxmlrpc
test_annotations (test.test_docxmlrpc.DocXMLRPCHTTPGETServer)
PASS: Test that annotations works as expected
test_autolink_dotted_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer)
@@ -23502,21 +23495,21 @@ PASS: test_valid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer)
----------------------------------------------------------------------
-Ran 7 tests in 0.022s
+Ran 7 tests in 0.033s
OK
-0:05:38 load avg: 1.08 [114/416/1] test_dtrace
+0:06:30 load avg: 1.00 [114/416/1] test_dtrace
skipped 'dtrace(1) failed: /usr/bin/dtrace invalid option -q\nUsage /usr/bin/dtrace [--help] [-h | -G] [-C [-I<Path>]] -s File.d [-o <File>]'
skipped 'dtrace(1) failed: /usr/bin/dtrace invalid option -q\nUsage /usr/bin/dtrace [--help] [-h | -G] [-C [-I<Path>]] -s File.d [-o <File>]'
-skipped "stap(1) failed: WARNING: Kernel function symbol table missing [man warning::symbols]\n/bin/sh: scripts/basic/fixdep: No such file or directory\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapB7iU9F/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapB7iU9F/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_aux_0.o'\nmake[1]: *** Waiting for unfinished jobs....\nIn file included from ./arch/x86/include/asm/realmode.h:15,\n from ./arch/x86/include/asm/acpi.h:33,\n from ./arch/x86/include/asm/fixmap.h:29,\n from ./arch/x86/include/asm/apic.h:10,\n from ./arch/x86/include/asm/smp.h:13,\n from ./include/linux/smp.h:68,\n from ./include/linux/topology.h:33,\n from ./include/linux/gfp.h:9,\n from /usr/share/systemtap/runtime/linux/runtime_defines.h:20,\n from /usr/share/systemtap/runtime/runtime_defines.h:8,\n from /tmp/stapB7iU9F/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_src.c:11:\n./arch/x86/include/asm/io.h:44:10: fatal error: asm/early_ioremap.h: No such file or directory\n 44 | #include <asm/early_ioremap.h>\n | ^~~~~~~~~~~~~~~~~~~~~\ncompilation terminated.\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapB7iU9F/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_src.o] Error 1\nmake: *** [Makefile:1576: _module_/tmp/stapB7iU9F] Error 2\nWARNING: kbuild exited with status: 2\nPass 4: compilation failed. [man error::pass4]"
-skipped "stap(1) failed: WARNING: Kernel function symbol table missing [man warning::symbols]\n/bin/sh: scripts/basic/fixdep: No such file or directory\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapEyQhz4/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapEyQhz4/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_aux_0.o'\nmake[1]: *** Waiting for unfinished jobs....\nIn file included from ./arch/x86/include/asm/realmode.h:15,\n from ./arch/x86/include/asm/acpi.h:33,\n from ./arch/x86/include/asm/fixmap.h:29,\n from ./arch/x86/include/asm/apic.h:10,\n from ./arch/x86/include/asm/smp.h:13,\n from ./include/linux/smp.h:68,\n from ./include/linux/topology.h:33,\n from ./include/linux/gfp.h:9,\n from /usr/share/systemtap/runtime/linux/runtime_defines.h:20,\n from /usr/share/systemtap/runtime/runtime_defines.h:8,\n from /tmp/stapEyQhz4/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_src.c:11:\n./arch/x86/include/asm/io.h:44:10: fatal error: asm/early_ioremap.h: No such file or directory\n 44 | #include <asm/early_ioremap.h>\n | ^~~~~~~~~~~~~~~~~~~~~\ncompilation terminated.\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapEyQhz4/stap_768e1c6d2a9f255fc085e58cd73402c9_1019_src.o] Error 1\nmake: *** [Makefile:1576: _module_/tmp/stapEyQhz4] Error 2\nWARNING: kbuild exited with status: 2\nPass 4: compilation failed. [man error::pass4]"
+skipped "stap(1) failed: WARNING: Kernel function symbol table missing [man warning::symbols]\n/bin/sh: scripts/basic/fixdep: No such file or directory\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapZNPAqs/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapZNPAqs/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_aux_0.o'\nmake[1]: *** Waiting for unfinished jobs....\nIn file included from ./arch/x86/include/asm/realmode.h:15,\n from ./arch/x86/include/asm/acpi.h:33,\n from ./arch/x86/include/asm/fixmap.h:29,\n from ./arch/x86/include/asm/apic.h:10,\n from ./arch/x86/include/asm/smp.h:13,\n from ./include/linux/smp.h:68,\n from ./include/linux/topology.h:33,\n from ./include/linux/gfp.h:9,\n from /usr/share/systemtap/runtime/linux/runtime_defines.h:20,\n from /usr/share/systemtap/runtime/runtime_defines.h:8,\n from /tmp/stapZNPAqs/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_src.c:11:\n./arch/x86/include/asm/io.h:44:10: fatal error: asm/early_ioremap.h: No such file or directory\n 44 | #include <asm/early_ioremap.h>\n | ^~~~~~~~~~~~~~~~~~~~~\ncompilation terminated.\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapZNPAqs/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_src.o] Error 1\nmake: *** [Makefile:1576: _module_/tmp/stapZNPAqs] Error 2\nWARNING: kbuild exited with status: 2\nPass 4: compilation failed. [man error::pass4]"
+skipped "stap(1) failed: WARNING: Kernel function symbol table missing [man warning::symbols]\n/bin/sh: scripts/basic/fixdep: No such file or directory\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapFcqukR/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapFcqukR/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_aux_0.o'\nmake[1]: *** Waiting for unfinished jobs....\nIn file included from ./arch/x86/include/asm/realmode.h:15,\n from ./arch/x86/include/asm/acpi.h:33,\n from ./arch/x86/include/asm/fixmap.h:29,\n from ./arch/x86/include/asm/apic.h:10,\n from ./arch/x86/include/asm/smp.h:13,\n from ./include/linux/smp.h:68,\n from ./include/linux/topology.h:33,\n from ./include/linux/gfp.h:9,\n from /usr/share/systemtap/runtime/linux/runtime_defines.h:20,\n from /usr/share/systemtap/runtime/runtime_defines.h:8,\n from /tmp/stapFcqukR/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_src.c:11:\n./arch/x86/include/asm/io.h:44:10: fatal error: asm/early_ioremap.h: No such file or directory\n 44 | #include <asm/early_ioremap.h>\n | ^~~~~~~~~~~~~~~~~~~~~\ncompilation terminated.\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapFcqukR/stap_d57678a866ab8e0a0ae1e9100f4158a8_1019_src.o] Error 1\nmake: *** [Makefile:1576: _module_/tmp/stapFcqukR] Error 2\nWARNING: kbuild exited with status: 2\nPass 4: compilation failed. [man error::pass4]"
----------------------------------------------------------------------
-Ran 0 tests in 14.240s
+Ran 0 tests in 23.994s
OK (skipped=4)
-0:05:53 load avg: 1.07 [115/416/1] test_dummy_thread
+0:06:54 load avg: 1.00 [115/416/1] test_dummy_thread
PASS: test_LockType_context_manager (test.test_dummy_thread.LockTests)
test_acquire_timeout (test.test_dummy_thread.LockTests)
PASS: Test invoking acquire() with a positive timeout when the lock is
@@ -23552,10 +23545,10 @@ ok
----------------------------------------------------------------------
-Ran 25 tests in 0.007s
+Ran 25 tests in 0.011s
OK
-0:05:53 load avg: 1.07 [116/416/1] test_dummy_threading
+0:06:55 load avg: 1.00 [116/416/1] test_dummy_threading
test_tasks (test.test_dummy_threading.DummyThreadingTestCase) ... task <thread 0> will run for 0 sec
1 tasks are running
task <thread 0> done
@@ -23602,10 +23595,10 @@ ok
----------------------------------------------------------------------
-Ran 1 test in 0.001s
+Ran 1 test in 0.002s
OK
-0:05:53 load avg: 1.07 [117/416/1] test_dynamic
+0:06:55 load avg: 1.00 [117/416/1] test_dynamic
PASS: test_cannot_change_globals_or_builtins_with_eval (test.test_dynamic.RebindBuiltinsTests)
PASS: test_cannot_change_globals_or_builtins_with_exec (test.test_dynamic.RebindBuiltinsTests)
PASS: test_cannot_replace_builtins_dict_between_calls (test.test_dynamic.RebindBuiltinsTests)
@@ -23618,10 +23611,10 @@ PASS: test_modify_builtins_while_generator_active (test.test_dynamic.RebindBuilt
----------------------------------------------------------------------
-Ran 9 tests in 0.002s
+Ran 9 tests in 0.003s
OK
-0:05:53 load avg: 1.07 [118/416/1] test_dynamicclassattribute
+0:06:55 load avg: 1.00 [118/416/1] test_dynamicclassattribute
PASS: test_docstring_copy (test.test_dynamicclassattribute.PropertySubclassTests)
PASS: test_property_new_getter_new_docstring (test.test_dynamicclassattribute.PropertySubclassTests)
PASS: test_property_setter_copies_getter_docstring (test.test_dynamicclassattribute.PropertySubclassTests)
@@ -23637,10 +23630,10 @@ PASS: test_property_getter_doc_override (test.test_dynamicclassattribute.Propert
----------------------------------------------------------------------
-Ran 12 tests in 0.003s
+Ran 12 tests in 0.006s
OK (skipped=1)
-0:05:53 load avg: 1.06 [119/416/1] test_eintr
+0:06:55 load avg: 1.00 [119/416/1] test_eintr
test_all (test.test_eintr.EINTRTests) ...
--- run eintr_tester.py ---
test_flock (__main__.FNTLEINTRTest) ... ok
@@ -23669,7 +23662,7 @@ test_sendmsg (__main__.SocketEINTRTest) ... ok
test_sleep (__main__.TimeEINTRTest) ... ok
----------------------------------------------------------------------
-Ran 24 tests in 7.063s
+Ran 24 tests in 6.598s
OK (skipped=2)
--- eintr_tester.py completed: exit code 0 ---
@@ -23677,10 +23670,10 @@ ok
----------------------------------------------------------------------
-Ran 1 test in 7.200s
+Ran 1 test in 6.776s
OK
-0:06:00 load avg: 0.98 [120/416/1] test_email
+0:07:02 load avg: 1.00 [120/416/1] test_email
PASS: test_b_case_ignored (test.test_email.test__encoded_words.TestDecode)
PASS: test_b_invalid_bytes_ignored_with_defect (test.test_email.test__encoded_words.TestDecode)
PASS: test_b_invalid_bytes_incorrect_padding (test.test_email.test__encoded_words.TestDecode)
@@ -25285,10 +25278,10 @@ PASS: test_variable_tzname (test.test_email.test_utils.LocaltimeTests)
----------------------------------------------------------------------
-Ran 1598 tests in 5.875s
+Ran 1598 tests in 6.771s
OK (skipped=1)
-0:06:06 load avg: 1.06 [121/416/1] test_embed
+0:07:09 load avg: 1.08 [121/416/1] test_embed
SKIP: test_bpo20891 (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist"
SKIP: test_forced_io_encoding (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist"
SKIP: test_initialize_pymain (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist"
@@ -25307,10 +25300,10 @@ SKIP: test_init_isolated (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_
----------------------------------------------------------------------
-Ran 15 tests in 0.004s
+Ran 15 tests in 0.007s
OK (skipped=15)
-0:06:06 load avg: 1.06 [122/416/1] test_ensurepip
+0:07:09 load avg: 1.08 [122/416/1] test_ensurepip
PASS: test_altinstall_default_pip_conflict (test.test_ensurepip.TestBootstrap)
PASS: test_basic_bootstrapping (test.test_ensurepip.TestBootstrap)
PASS: test_bootstrapping_with_alt_install (test.test_ensurepip.TestBootstrap)
@@ -25342,10 +25335,10 @@ PASS: test_uninstall_version (test.test_ensurepip.TestUninstallationMainFunction
----------------------------------------------------------------------
-Ran 28 tests in 0.039s
+Ran 28 tests in 0.174s
OK
-0:06:06 load avg: 1.06 [123/416/1] test_enum
+0:07:09 load avg: 1.08 [123/416/1] test_enum
PASS: test__all__ (test.test_enum.MiscTestCase)
PASS: test_empty_string (test.test_enum.TestEmptyAndNonLatinStrings)
PASS: test_non_latin_character_string (test.test_enum.TestEmptyAndNonLatinStrings)
@@ -25520,10 +25513,10 @@ PASS: test_unique_with_name (test.test_enum.TestUnique)
----------------------------------------------------------------------
-Ran 171 tests in 0.224s
+Ran 171 tests in 0.368s
OK
-0:06:07 load avg: 1.06 [124/416/1] test_enumerate
+0:07:10 load avg: 1.08 [124/416/1] test_enumerate
PASS: test_argumentcheck (test.test_enumerate.EnumerateStartTestCase)
PASS: test_basicfunction (test.test_enumerate.EnumerateStartTestCase)
PASS: test_exception_propagation (test.test_enumerate.EnumerateStartTestCase)
@@ -25605,19 +25598,19 @@ PASS: test_tuple_reuse (test.test_enumerate.TestStart)
----------------------------------------------------------------------
-Ran 78 tests in 0.050s
+Ran 78 tests in 0.074s
OK
-0:06:07 load avg: 1.06 [125/416/1] test_eof
+0:07:10 load avg: 1.07 [125/416/1] test_eof
PASS: test_EOFC (test.test_eof.EOFTestCase)
PASS: test_EOFS (test.test_eof.EOFTestCase)
----------------------------------------------------------------------
-Ran 2 tests in 0.000s
+Ran 2 tests in 0.001s
OK
-0:06:07 load avg: 1.06 [126/416/1] test_epoll
+0:07:10 load avg: 1.07 [126/416/1] test_epoll
PASS: test_add (test.test_epoll.TestEPoll)
PASS: test_badcreate (test.test_epoll.TestEPoll)
PASS: test_close (test.test_epoll.TestEPoll)
@@ -25631,10 +25624,10 @@ PASS: test_unregister_closed (test.test_epoll.TestEPoll)
----------------------------------------------------------------------
-Ran 10 tests in 2.110s
+Ran 10 tests in 2.112s
OK
-0:06:09 load avg: 0.97 [127/416/1] test_errno
+0:07:12 load avg: 1.07 [127/416/1] test_errno
PASS: test_for_improper_attributes (test.test_errno.ErrnoAttributeTests)
PASS: test_using_errorcode (test.test_errno.ErrnoAttributeTests)
PASS: test_attributes_in_errorcode (test.test_errno.ErrorcodeTests)
@@ -25644,7 +25637,7 @@ PASS: test_attributes_in_errorcode (test.test_errno.ErrorcodeTests)
Ran 3 tests in 0.001s
OK
-0:06:09 load avg: 0.97 [128/416/1] test_exception_hierarchy
+0:07:12 load avg: 1.07 [128/416/1] test_exception_hierarchy
PASS: test_blockingioerror (test.test_exception_hierarchy.AttributesTest)
SKIP: test_errno_translation (test.test_exception_hierarchy.AttributesTest) 'Windows-specific test'
PASS: test_posix_error (test.test_exception_hierarchy.AttributesTest)
@@ -25667,7 +25660,7 @@ PASS: test_try_except (test.test_exception_hierarchy.HierarchyTest)
Ran 16 tests in 0.004s
OK (skipped=1)
-0:06:09 load avg: 0.97 [129/416/1] test_exception_variations
+0:07:12 load avg: 1.07 [129/416/1] test_exception_variations
PASS: test_nested (test.test_exception_variations.ExceptionTestCase)
PASS: test_nested_else (test.test_exception_variations.ExceptionTestCase)
PASS: test_try_except (test.test_exception_variations.ExceptionTestCase)
@@ -25682,10 +25675,10 @@ PASS: test_try_finally_no_exception (test.test_exception_variations.ExceptionTes
----------------------------------------------------------------------
-Ran 11 tests in 0.003s
+Ran 11 tests in 0.004s
OK
-0:06:09 load avg: 0.97 [130/416/1] test_extcall
+0:07:13 load avg: 1.07 [130/416/1] test_extcall
Trying:
from collections import UserList
Expecting nothing
@@ -26418,7 +26411,7 @@ ok
125 passed and 0 failed.
Test passed.
doctest (test.test_extcall) ... 125 tests with zero failures
-0:06:10 load avg: 0.97 [131/416/1] test_faulthandler
+0:07:13 load avg: 1.07 [131/416/1] test_faulthandler
PASS: test_disable (test.test_faulthandler.FaultHandlerTests)
SKIP: test_disable_windows_exc_handler (test.test_faulthandler.FaultHandlerTests) 'specific to Windows'
PASS: test_disabled_by_default (test.test_faulthandler.FaultHandlerTests)
@@ -26464,10 +26457,10 @@ PASS: test_unregister (test.test_faulthandler.FaultHandlerTests)
----------------------------------------------------------------------
-Ran 42 tests in 18.735s
+Ran 42 tests in 18.537s
OK (skipped=4)
-0:06:28 load avg: 1.02 [132/416/1] test_fcntl
+0:07:31 load avg: 0.92 [132/416/1] test_fcntl
struct.pack: b'\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'
PASS: test_fcntl_64_bit (test.test_fcntl.TestFcntl)
PASS: test_fcntl_bad_file (test.test_fcntl.TestFcntl)
@@ -26483,10 +26476,10 @@ PASS: test_flock_overflow (test.test_fcntl.TestFcntl)
----------------------------------------------------------------------
-Ran 7 tests in 0.006s
+Ran 7 tests in 0.005s
OK
-0:06:29 load avg: 1.02 [133/416/1] test_file
+0:07:31 load avg: 0.92 [133/416/1] test_file
PASS: testAttributes (test.test_file.CAutoFileTests)
PASS: testErrors (test.test_file.CAutoFileTests)
PASS: testMethods (test.test_file.CAutoFileTests)
@@ -26522,10 +26515,10 @@ PASS: testTruncateOnWindows (test.test_file.PyOtherFileTests)
----------------------------------------------------------------------
-Ran 32 tests in 0.136s
+Ran 32 tests in 0.168s
OK
-0:06:29 load avg: 1.02 [134/416/1] test_file_eintr
+0:07:32 load avg: 0.92 [134/416/1] test_file_eintr
test_readall (test.test_file_eintr.CTestBufferedIOSignalInterrupt)
PASS: BufferedReader.read() must handle signals and not lose data.
test_readline (test.test_file_eintr.CTestBufferedIOSignalInterrupt)
@@ -26565,10 +26558,10 @@ PASS: readlines() must handle signals and not lose data.
----------------------------------------------------------------------
-Ran 18 tests in 2.312s
+Ran 18 tests in 1.799s
OK
-0:06:31 load avg: 1.02 [135/416/1] test_filecmp
+0:07:34 load avg: 0.92 [135/416/1] test_filecmp
PASS: test_cache_clear (test.test_filecmp.FileCompareTestCase)
PASS: test_different (test.test_filecmp.FileCompareTestCase)
PASS: test_matching (test.test_filecmp.FileCompareTestCase)
@@ -26580,10 +26573,10 @@ PASS: test_report_partial_closure (test.test_filecmp.DirCompareTestCase)
----------------------------------------------------------------------
-Ran 8 tests in 0.020s
+Ran 8 tests in 0.014s
OK
-0:06:32 load avg: 1.02 [136/416/1] test_fileinput
+0:07:34 load avg: 0.92 [136/416/1] test_fileinput
test_buffer_sizes (test.test_fileinput.BufferSizesTests) ... 1. Simple iteration (bs=0)
2. Status variables (bs=0)
3. Nextfile (bs=0)
@@ -26678,10 +26671,10 @@ PASS: test_modes (test.test_fileinput.Test_hook_encoded)
----------------------------------------------------------------------
-Ran 54 tests in 0.054s
+Ran 54 tests in 0.039s
OK
-0:06:32 load avg: 1.02 [137/416/1] test_fileio
+0:07:34 load avg: 0.92 [137/416/1] test_fileio
PASS: testAttributes (test.test_fileio.CAutoFileTests)
PASS: testBlksize (test.test_fileio.CAutoFileTests)
PASS: testErrnoOnClose (test.test_fileio.CAutoFileTests)
@@ -26776,10 +26769,10 @@ PASS: testWarnings (test.test_fileio.PyOtherFileTests)
----------------------------------------------------------------------
-Ran 91 tests in 0.037s
+Ran 91 tests in 0.036s
OK
-0:06:32 load avg: 1.02 [138/416/1] test_finalization
+0:07:34 load avg: 0.92 [138/416/1] test_finalization
PASS: test_heterogenous_resurrect_one (test.test_finalization.CycleChainFinalizationTest)
PASS: test_heterogenous_resurrect_three (test.test_finalization.CycleChainFinalizationTest)
PASS: test_heterogenous_resurrect_two (test.test_finalization.CycleChainFinalizationTest)
@@ -26801,10 +26794,10 @@ PASS: test_simple_resurrect (test.test_finalization.SimpleFinalizationTest)
----------------------------------------------------------------------
-Ran 18 tests in 1.220s
+Ran 18 tests in 1.378s
OK
-0:06:33 load avg: 1.02 [139/416/1] test_float
+0:07:36 load avg: 0.93 [139/416/1] test_float
SKIP: test_getformat (test.test_float.FormatFunctionsTestCase) 'requires __setformat__'
SKIP: test_setformat (test.test_float.FormatFunctionsTestCase) 'requires __setformat__'
PASS: test_format (test.test_float.FormatTestCase)
@@ -26854,19 +26847,19 @@ SKIP: test_float_specials_dont_unpack (test.test_float.UnknownFormatTestCase) 'r
----------------------------------------------------------------------
-Ran 46 tests in 0.123s
+Ran 46 tests in 0.283s
OK (skipped=4)
-0:06:33 load avg: 1.02 [140/416/1] test_flufl
+0:07:36 load avg: 0.93 [140/416/1] test_flufl
PASS: test_barry_as_bdfl (test.test_flufl.FLUFLTests)
PASS: test_guido_as_bdfl (test.test_flufl.FLUFLTests)
----------------------------------------------------------------------
-Ran 2 tests in 0.001s
+Ran 2 tests in 0.002s
OK
-0:06:33 load avg: 1.02 [141/416/1] test_fnmatch
+0:07:36 load avg: 0.93 [141/416/1] test_fnmatch
PASS: test_case (test.test_fnmatch.FilterTestCase)
PASS: test_filter (test.test_fnmatch.FilterTestCase)
PASS: test_mix_bytes_str (test.test_fnmatch.FilterTestCase)
@@ -26882,10 +26875,10 @@ PASS: test_translate (test.test_fnmatch.TranslateTestCase)
----------------------------------------------------------------------
-Ran 12 tests in 0.006s
+Ran 12 tests in 0.012s
OK
-0:06:34 load avg: 1.02 [142/416/1] test_fork1
+0:07:36 load avg: 0.93 [142/416/1] test_fork1
test_nested_import_lock_fork (test.test_fork1.ForkTest)
PASS: Check fork() in main thread works while the main thread is doing an import
test_threaded_import_lock_fork (test.test_fork1.ForkTest)
@@ -26895,10 +26888,10 @@ PASS: test_wait (test.fork_wait.ForkWait)
----------------------------------------------------------------------
-Ran 4 tests in 6.655s
+Ran 4 tests in 6.158s
OK
-0:06:40 load avg: 0.93 [143/416/1] test_format
+0:07:43 load avg: 0.85 [143/416/1] test_format
test_bytes_and_bytearray_format (test.test_format.FormatTest) ... b'%c' % (7,) =? b'\x07' ... yes
bytearray(b'%c') % (7,) =? bytearray(b'\x07') ... yes
b'%c' % (b'Z',) =? b'Z' ... yes
@@ -26913,18 +26906,18 @@ b'%b' % (b'abc',) =? b'abc' ... yes
bytearray(b'%b') % (b'abc',) =? bytearray(b'abc') ... yes
b'%b' % (bytearray(b'def'),) =? b'def' ... yes
bytearray(b'%b') % (bytearray(b'def'),) =? bytearray(b'def') ... yes
-b'%b' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7ff676fcda20>,) =? b'123' ... yes
-bytearray(b'%b') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7ff676fcda20>,) =? bytearray(b'123') ... yes
-b'%b' % (<memory at 0x7ff6772cfa08>,) =? b'abc' ... yes
-bytearray(b'%b') % (<memory at 0x7ff6772cfa08>,) =? bytearray(b'abc') ... yes
+b'%b' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7fa5a42c36d8>,) =? b'123' ... yes
+bytearray(b'%b') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7fa5a42c36d8>,) =? bytearray(b'123') ... yes
+b'%b' % (<memory at 0x7fa5a470da08>,) =? b'abc' ... yes
+bytearray(b'%b') % (<memory at 0x7fa5a470da08>,) =? bytearray(b'abc') ... yes
b'%s' % (b'abc',) =? b'abc' ... yes
bytearray(b'%s') % (b'abc',) =? bytearray(b'abc') ... yes
b'%s' % (bytearray(b'def'),) =? b'def' ... yes
bytearray(b'%s') % (bytearray(b'def'),) =? bytearray(b'def') ... yes
-b'%s' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7ff676fcda20>,) =? b'123' ... yes
-bytearray(b'%s') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7ff676fcda20>,) =? bytearray(b'123') ... yes
-b'%s' % (<memory at 0x7ff6772cfac8>,) =? b'abc' ... yes
-bytearray(b'%s') % (<memory at 0x7ff6772cfac8>,) =? bytearray(b'abc') ... yes
+b'%s' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7fa5a42c36d8>,) =? b'123' ... yes
+bytearray(b'%s') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7fa5a42c36d8>,) =? bytearray(b'123') ... yes
+b'%s' % (<memory at 0x7fa5a470dac8>,) =? b'abc' ... yes
+bytearray(b'%s') % (<memory at 0x7fa5a470dac8>,) =? bytearray(b'abc') ... yes
b'%a' % (3.14,) =? b'3.14' ... yes
bytearray(b'%a') % (3.14,) =? bytearray(b'3.14') ... yes
b'%a' % (b'ghi',) =? b"b'ghi'" ... yes
@@ -27408,10 +27401,10 @@ ok
----------------------------------------------------------------------
-Ran 9 tests in 0.022s
+Ran 9 tests in 0.019s
OK
-0:06:41 load avg: 0.93 [144/416/1] test_fractions
+0:07:43 load avg: 0.85 [144/416/1] test_fractions
PASS: testApproximateCos1 (test.test_fractions.FractionTest)
PASS: testApproximatePi (test.test_fractions.FractionTest)
PASS: testArithmetic (test.test_fractions.FractionTest)
@@ -27443,10 +27436,10 @@ PASS: testMisc (test.test_fractions.GcdTest)
----------------------------------------------------------------------
-Ran 28 tests in 0.022s
+Ran 28 tests in 0.015s
OK
-0:06:41 load avg: 0.93 [145/416/1] test_frame
+0:07:43 load avg: 0.85 [145/416/1] test_frame
PASS: test_clear_executing (test.test_frame.ClearTest)
PASS: test_clear_executing_generator (test.test_frame.ClearTest)
PASS: test_clear_generator (test.test_frame.ClearTest)
@@ -27460,10 +27453,10 @@ PASS: test_repr (test.test_frame.ReprTest)
----------------------------------------------------------------------
-Ran 10 tests in 0.120s
+Ran 10 tests in 0.116s
OK
-0:06:41 load avg: 0.93 [146/416/1] test_frozen
+0:07:43 load avg: 0.85 [146/416/1] test_frozen
PASS: test_frozen (test.test_frozen.TestFrozen)
----------------------------------------------------------------------
@@ -27471,7 +27464,7 @@ PASS: test_frozen (test.test_frozen.TestFrozen)
Ran 1 test in 0.000s
OK
-0:06:41 load avg: 0.93 [147/416/1] test_fstring
+0:07:43 load avg: 0.85 [147/416/1] test_fstring
PASS: test__format__lookup (test.test_fstring.TestCase)
PASS: test_arguments (test.test_fstring.TestCase)
PASS: test_assignment (test.test_fstring.TestCase)
@@ -27532,10 +27525,10 @@ PASS: test_yield_send (test.test_fstring.TestCase)
----------------------------------------------------------------------
-Ran 56 tests in 0.317s
+Ran 56 tests in 0.349s
OK
-0:06:41 load avg: 0.93 [148/416/1] test_ftplib
+0:07:44 load avg: 0.85 [148/416/1] test_ftplib
PASS: test_abort (test.test_ftplib.TestFTPClass)
PASS: test_acct (test.test_ftplib.TestFTPClass)
PASS: test_all_errors (test.test_ftplib.TestFTPClass)
@@ -27627,10 +27620,10 @@ PASS: test__all__ (test.test_ftplib.MiscTestCase)
----------------------------------------------------------------------
-Ran 88 tests in 6.866s
+Ran 88 tests in 6.378s
OK (skipped=1)
-0:06:49 load avg: 0.79 [149/416/1] test_funcattrs
+0:07:50 load avg: 0.80 [149/416/1] test_funcattrs
PASS: test_delete_unknown_attr (test.test_funcattrs.ArbitraryFunctionAttrTest)
PASS: test_set_attr (test.test_funcattrs.ArbitraryFunctionAttrTest)
PASS: test_unset_attr (test.test_funcattrs.ArbitraryFunctionAttrTest)
@@ -27664,10 +27657,10 @@ PASS: test_func_attribute (test.test_funcattrs.StaticMethodAttrsTest)
----------------------------------------------------------------------
-Ran 30 tests in 0.016s
+Ran 30 tests in 0.010s
OK
-0:06:49 load avg: 0.79 [150/416/1] test_functools
+0:07:50 load avg: 0.80 [150/416/1] test_functools
PASS: test_bad_cmp (test.test_functools.TestCmpToKeyC)
PASS: test_cmp_to_key (test.test_functools.TestCmpToKeyC)
PASS: test_cmp_to_key_arguments (test.test_functools.TestCmpToKeyC)
@@ -27882,10 +27875,10 @@ PASS: test_selective_update (test.test_functools.TestWraps)
----------------------------------------------------------------------
-Ran 211 tests in 0.211s
+Ran 211 tests in 0.183s
OK
-0:06:49 load avg: 0.79 [151/416/1] test_future
+0:07:51 load avg: 0.80 [151/416/1] test_future
PASS: test_annotations (test.test_future.AnnotationsFutureTestCase)
PASS: test_badfuture10 (test.test_future.FutureTest)
PASS: test_badfuture3 (test.test_future.FutureTest)
@@ -27904,10 +27897,10 @@ PASS: test_unicode_literals_exec (test.test_future.FutureTest)
----------------------------------------------------------------------
-Ran 15 tests in 0.048s
+Ran 15 tests in 0.060s
OK
-0:06:49 load avg: 0.79 [152/416/1] test_future3
+0:07:51 load avg: 0.80 [152/416/1] test_future3
PASS: test_floor_div_operator (test.test_future3.TestFuture)
PASS: test_nested_scopes (test.test_future3.TestFuture)
PASS: test_true_div_as_default (test.test_future3.TestFuture)
@@ -27917,15 +27910,15 @@ PASS: test_true_div_as_default (test.test_future3.TestFuture)
Ran 3 tests in 0.001s
OK
-0:06:49 load avg: 0.79 [153/416/1] test_future4
+0:07:51 load avg: 0.80 [153/416/1] test_future4
PASS: test_unicode_literals (test.test_future4.Tests)
----------------------------------------------------------------------
-Ran 1 test in 0.001s
+Ran 1 test in 0.000s
OK
-0:06:50 load avg: 0.79 [154/416/1] test_future5
+0:07:51 load avg: 0.80 [154/416/1] test_future5
PASS: test_print_function (test.test_future5.TestMultipleFeatures)
PASS: test_unicode_literals (test.test_future5.TestMultipleFeatures)
@@ -27934,7 +27927,7 @@ PASS: test_unicode_literals (test.test_future5.TestMultipleFeatures)
Ran 2 tests in 0.001s
OK
-0:06:50 load avg: 0.79 [155/416/1] test_gc
+0:07:51 load avg: 0.80 [155/416/1] test_gc
PASS: test_boom (test.test_gc.GCTests)
PASS: test_boom2 (test.test_gc.GCTests)
PASS: test_boom2_new (test.test_gc.GCTests)
@@ -27976,13 +27969,13 @@ PASS: test_collect_generation (test.test_gc.GCCallbackTests)
----------------------------------------------------------------------
-Ran 38 tests in 3.219s
+Ran 38 tests in 3.443s
OK
restoring automatic collection
-0:06:53 load avg: 0.81 [156/416/1] test_gdb
+0:07:55 load avg: 0.80 [156/416/1] test_gdb
test_gdb skipped -- test_gdb only works on source builds at the moment.
-0:06:53 load avg: 0.81 [157/416/1] test_generator_stop -- test_gdb skipped
+0:07:55 load avg: 0.80 [157/416/1] test_generator_stop -- test_gdb skipped
PASS: test_stopiteration_wrapping (test.test_generator_stop.TestPEP479)
PASS: test_stopiteration_wrapping_context (test.test_generator_stop.TestPEP479)
@@ -27991,7 +27984,7 @@ PASS: test_stopiteration_wrapping_context (test.test_generator_stop.TestPEP479)
Ran 2 tests in 0.001s
OK
-0:06:53 load avg: 0.81 [158/416/1] test_generators
+0:07:55 load avg: 0.90 [158/416/1] test_generators
PASS: test_except_gen_except (test.test_generators.ExceptionTest)
PASS: test_except_next (test.test_generators.ExceptionTest)
PASS: test_except_throw (test.test_generators.ExceptionTest)
@@ -29948,7 +29941,7 @@ ok
280 passed and 0 failed.
Test passed.
doctest (test.test_generators) ... 280 tests with zero failures
-0:06:54 load avg: 0.81 [159/416/1] test_genericclass
+0:07:55 load avg: 0.90 [159/416/1] test_genericclass
PASS: test_c_class (test.test_genericclass.CAPITest)
PASS: test_class_getitem (test.test_genericclass.TestClassGetitem)
PASS: test_class_getitem_classmethod (test.test_genericclass.TestClassGetitem)
@@ -29973,10 +29966,10 @@ PASS: test_mro_entry_with_builtins_2 (test.test_genericclass.TestMROEntry)
----------------------------------------------------------------------
-Ran 21 tests in 0.005s
+Ran 21 tests in 0.010s
OK
-0:06:54 load avg: 0.81 [160/416/1] test_genericpath
+0:07:55 load avg: 0.90 [160/416/1] test_genericpath
PASS: test_path_commonprefix (test.test_genericpath.PathLikeTests)
PASS: test_path_exists (test.test_genericpath.PathLikeTests)
PASS: test_path_getctime (test.test_genericpath.PathLikeTests)
@@ -30004,10 +29997,10 @@ PASS: test_samestat_on_symlink (test.test_genericpath.TestGenericTest)
----------------------------------------------------------------------
-Ran 24 tests in 0.007s
+Ran 24 tests in 0.013s
OK
-0:06:54 load avg: 0.81 [161/416/1] test_genexps
+0:07:56 load avg: 0.90 [161/416/1] test_genexps
Trying:
sum(i*i for i in range(100) if i&1 == 1)
Expecting:
@@ -30411,7 +30404,7 @@ ok
76 passed and 0 failed.
Test passed.
doctest (test.test_genexps) ... 76 tests with zero failures
-0:06:54 load avg: 0.81 [162/416/1] test_getargs2
+0:07:56 load avg: 0.90 [162/416/1] test_getargs2
PASS: test_p (test.test_getargs2.Boolean_TestCase)
PASS: test_c (test.test_getargs2.Bytes_TestCase)
PASS: test_w_star (test.test_getargs2.Bytes_TestCase)
@@ -30489,10 +30482,10 @@ PASS: test_k (test.test_getargs2.Unsigned_TestCase)
----------------------------------------------------------------------
-Ran 74 tests in 0.078s
+Ran 74 tests in 0.049s
OK
-0:06:54 load avg: 0.81 [163/416/1] test_getopt
+0:07:56 load avg: 0.90 [163/416/1] test_getopt
PASS: test_do_longs (test.test_getopt.GetoptTests)
PASS: test_do_shorts (test.test_getopt.GetoptTests)
PASS: test_getopt (test.test_getopt.GetoptTests)
@@ -30565,10 +30558,10 @@ PASS: test_short_has_arg (test.test_getopt.GetoptTests)
----------------------------------------------------------------------
-Ran 8 tests in 0.007s
+Ran 8 tests in 0.010s
OK
-0:06:54 load avg: 0.81 [164/416/1] test_getpass
+0:07:56 load avg: 0.90 [164/416/1] test_getpass
PASS: test_username_falls_back_to_pwd (test.test_getpass.GetpassGetuserTest)
PASS: test_username_priorities_of_env_values (test.test_getpass.GetpassGetuserTest)
PASS: test_username_takes_username_from_env (test.test_getpass.GetpassGetuserTest)
@@ -30586,10 +30579,10 @@ PASS: test_uses_tty_directly (test.test_getpass.UnixGetpassTest)
----------------------------------------------------------------------
-Ran 14 tests in 0.032s
+Ran 14 tests in 0.050s
OK
-0:06:54 load avg: 0.81 [165/416/1] test_gettext
+0:07:56 load avg: 0.90 [165/416/1] test_gettext
PASS: test_plural_form_error_issue17898 (test.test_gettext.GNUTranslationParsingTest)
PASS: test_cache (test.test_gettext.GettextCacheTestCase)
PASS: test_double_quotes (test.test_gettext.GettextTestCase1)
@@ -30644,10 +30637,10 @@ PASS: test_weird_metadata (test.test_gettext.WeirdMetadataTest)
----------------------------------------------------------------------
-Ran 51 tests in 0.050s
+Ran 51 tests in 0.073s
OK
-0:06:54 load avg: 0.81 [166/416/1] test_glob
+0:07:56 load avg: 0.90 [166/416/1] test_glob
PASS: test_escape (test.test_glob.GlobTests)
SKIP: test_escape_windows (test.test_glob.GlobTests) 'Win32 specific test'
PASS: test_glob_broken_symlinks (test.test_glob.GlobTests)
@@ -30664,10 +30657,10 @@ PASS: test_selflink (test.test_glob.SymlinkLoopGlobTests)
----------------------------------------------------------------------
-Ran 13 tests in 0.050s
+Ran 13 tests in 0.084s
OK (skipped=2)
-0:06:55 load avg: 0.81 [167/416/1] test_global
+0:07:57 load avg: 0.90 [167/416/1] test_global
PASS: test1 (test.test_global.GlobalTests)
PASS: test2 (test.test_global.GlobalTests)
PASS: test3 (test.test_global.GlobalTests)
@@ -30675,10 +30668,10 @@ PASS: test4 (test.test_global.GlobalTests)
----------------------------------------------------------------------
-Ran 4 tests in 0.003s
+Ran 4 tests in 0.002s
OK
-0:06:55 load avg: 0.81 [168/416/1] test_grp
+0:07:57 load avg: 0.90 [168/416/1] test_grp
PASS: test_errors (test.test_grp.GroupDatabaseTestCase)
PASS: test_noninteger_gid (test.test_grp.GroupDatabaseTestCase)
PASS: test_values (test.test_grp.GroupDatabaseTestCase)
@@ -30686,10 +30679,10 @@ PASS: test_values_extended (test.test_grp.GroupDatabaseTestCase)
----------------------------------------------------------------------
-Ran 4 tests in 0.018s
+Ran 4 tests in 0.013s
OK
-0:06:55 load avg: 0.81 [169/416/1] test_gzip
+0:07:57 load avg: 0.90 [169/416/1] test_gzip
PASS: test_1647484 (test.test_gzip.TestGzip)
PASS: test_append (test.test_gzip.TestGzip)
PASS: test_buffered_reader (test.test_gzip.TestGzip)
@@ -30746,10 +30739,10 @@ PASS: test_decompress_stdin_stdout (test.test_gzip.TestCommandLine)
----------------------------------------------------------------------
-Ran 52 tests in 0.266s
+Ran 52 tests in 0.282s
OK
-0:06:55 load avg: 0.81 [170/416/1] test_hash
+0:07:57 load avg: 0.90 [170/416/1] test_hash
PASS: test_empty_string (test.test_hash.BytesHashRandomizationTests)
PASS: test_fixed_hash (test.test_hash.BytesHashRandomizationTests)
PASS: test_long_fixed_hash (test.test_hash.BytesHashRandomizationTests)
@@ -30783,10 +30776,10 @@ PASS: test_ucs2_string (test.test_hash.StrHashRandomizationTests)
----------------------------------------------------------------------
-Ran 30 tests in 0.501s
+Ran 30 tests in 0.606s
OK
-0:06:56 load avg: 0.81 [171/416/1] test_hashlib
+0:07:58 load avg: 0.90 [171/416/1] test_hashlib
PASS: test_algorithms_available (test.test_hashlib.HashLibTestCase)
PASS: test_algorithms_guaranteed (test.test_hashlib.HashLibTestCase)
PASS: test_blake2b (test.test_hashlib.HashLibTestCase)
@@ -30859,10 +30852,10 @@ PASS: test_scrypt (test.test_hashlib.KDFTests)
----------------------------------------------------------------------
-Ran 69 tests in 0.455s
+Ran 69 tests in 0.724s
OK (skipped=11)
-0:06:56 load avg: 0.81 [172/416/1] test_heapq
+0:07:59 load avg: 0.90 [172/416/1] test_heapq
PASS: test_arg_parsing (test.test_heapq.TestErrorHandlingC)
PASS: test_get_only (test.test_heapq.TestErrorHandlingC)
PASS: test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingC)
@@ -30908,10 +30901,10 @@ PASS: test_py_functions (test.test_heapq.TestModules)
----------------------------------------------------------------------
-Ran 42 tests in 0.405s
+Ran 42 tests in 0.791s
OK
-0:06:57 load avg: 0.81 [173/416/1] test_hmac
+0:08:00 load avg: 0.90 [173/416/1] test_hmac
PASS: test_compare_digest (test.test_hmac.CompareDigestTestCase)
PASS: test_dot_new_with_str_key (test.test_hmac.ConstructorTestCase)
PASS: test_normal (test.test_hmac.ConstructorTestCase)
@@ -30936,19 +30929,19 @@ PASS: test_with_digestmod_warning (test.test_hmac.TestVectorsTestCase)
----------------------------------------------------------------------
-Ran 21 tests in 0.008s
+Ran 21 tests in 0.015s
OK
-0:06:57 load avg: 0.81 [174/416/1] test_html
+0:08:00 load avg: 0.91 [174/416/1] test_html
PASS: test_escape (test.test_html.HtmlTests)
PASS: test_unescape (test.test_html.HtmlTests)
----------------------------------------------------------------------
-Ran 2 tests in 0.004s
+Ran 2 tests in 0.013s
OK
-0:06:57 load avg: 0.81 [175/416/1] test_htmlparser
+0:08:00 load avg: 0.91 [175/416/1] test_htmlparser
PASS: test_adjacent_attributes (test.test_htmlparser.AttributesTestCase)
PASS: test_attr_entity_replacement (test.test_htmlparser.AttributesTestCase)
PASS: test_attr_funky_names (test.test_htmlparser.AttributesTestCase)
@@ -30999,10 +30992,10 @@ PASS: test_with_unquoted_attributes (test.test_htmlparser.HTMLParserTestCase)
----------------------------------------------------------------------
-Ran 47 tests in 0.047s
+Ran 47 tests in 0.088s
OK
-0:06:57 load avg: 0.81 [176/416/1] test_http_cookiejar
+0:08:00 load avg: 0.91 [176/416/1] test_http_cookiejar
PASS: test_http2time (test.test_http_cookiejar.DateTimeTests)
PASS: test_http2time_formats (test.test_http_cookiejar.DateTimeTests)
PASS: test_http2time_garbage (test.test_http_cookiejar.DateTimeTests)
@@ -31066,10 +31059,10 @@ PASS: test_url_encoding (test.test_http_cookiejar.LWPCookieTests)
----------------------------------------------------------------------
-Ran 60 tests in 0.054s
+Ran 60 tests in 0.091s
OK
-0:06:57 load avg: 0.81 [177/416/1] test_http_cookies
+0:08:00 load avg: 0.91 [177/416/1] test_http_cookies
PASS: test_basic (test.test_http_cookies.CookieTests)
PASS: test_comment_quoting (test.test_http_cookies.CookieTests)
PASS: test_extended_encode (test.test_http_cookies.CookieTests)
@@ -31098,7 +31091,7 @@ PASS: test_update (test.test_http_cookies.MorselTests)
----------------------------------------------------------------------
-Ran 25 tests in 0.008s
+Ran 25 tests in 0.015s
OK
Trying:
@@ -31274,7 +31267,7 @@ ok
30 passed and 0 failed.
Test passed.
doctest (http.cookies) ... 30 tests with zero failures
-0:06:57 load avg: 0.81 [178/416/1] test_httplib
+0:08:01 load avg: 0.91 [178/416/1] test_httplib
PASS: test_bad_status_repr (test.test_httplib.BasicTest)
test_blocksize_request (test.test_httplib.BasicTest)
PASS: Check that request() respects the configured block size.
@@ -31345,21 +31338,21 @@ PASS: test_getting_nonexistent_header_with_string_default (test.test_httplib.HTT
PASS: test_getting_nonexistent_header_without_default (test.test_httplib.HTTPResponseTest)
PASS: test_attributes (test.test_httplib.HTTPSTest)
PASS: test_host_port (test.test_httplib.HTTPSTest)
-test_local_bad_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 38247):38247 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [27/May/2019 18:20:28] code 404, message File not found
- server (('127.0.0.1', 38247):38247 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [27/May/2019 18:20:28] "GET /nonexistent HTTP/1.1" 404 -
- server (('127.0.0.1', 38247):38247 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [27/May/2019 18:20:28] code 404, message File not found
- server (('127.0.0.1', 38247):38247 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [27/May/2019 18:20:28] "GET /nonexistent HTTP/1.1" 404 -
+test_local_bad_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 39469):39469 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [28/May/2019 00:19:45] code 404, message File not found
+ server (('127.0.0.1', 39469):39469 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [28/May/2019 00:19:45] "GET /nonexistent HTTP/1.1" 404 -
+ server (('127.0.0.1', 39469):39469 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [28/May/2019 00:19:45] code 404, message File not found
+ server (('127.0.0.1', 39469):39469 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [28/May/2019 00:19:45] "GET /nonexistent HTTP/1.1" 404 -
stopping HTTPS server
joining HTTPS thread
ok
-test_local_good_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 43239):43239 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [27/May/2019 18:20:28] code 404, message File not found
- server (('127.0.0.1', 43239):43239 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [27/May/2019 18:20:28] "GET /nonexistent HTTP/1.1" 404 -
+test_local_good_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 42289):42289 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [28/May/2019 00:19:45] code 404, message File not found
+ server (('127.0.0.1', 42289):42289 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [28/May/2019 00:19:45] "GET /nonexistent HTTP/1.1" 404 -
stopping HTTPS server
joining HTTPS thread
ok
@@ -31407,10 +31400,10 @@ PASS: test_tunnel_debuglog (test.test_httplib.TunnelTests)
----------------------------------------------------------------------
-Ran 105 tests in 0.081s
+Ran 105 tests in 0.134s
OK (skipped=5)
-0:06:58 load avg: 0.81 [179/416/1] test_httpservers
+0:08:01 load avg: 0.91 [179/416/1] test_httpservers
Got an error:
[SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1056)
Got an error:
@@ -31488,358 +31481,358 @@ PASS: test_all (test.test_httpservers.MiscTestCase)
----------------------------------------------------------------------
-Ran 64 tests in 0.072s
+Ran 64 tests in 0.102s
OK (skipped=12)
-0:06:58 load avg: 0.81 [180/416/1] test_idle
+0:08:01 load avg: 0.91 [180/416/1] test_idle
test_idle skipped -- No module named '_tkinter'
-0:06:58 load avg: 0.82 [181/416/1] test_imaplib -- test_idle skipped
+0:08:01 load avg: 0.91 [181/416/1] test_imaplib -- test_idle skipped
PASS: test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPSSLTests)
test_aborted_authentication (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'BDLF0 CAPABILITY'
+GOT: b'DPAE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'BDLF0 OK CAPABILITY completed'
-GOT: b'BDLF1 AUTHENTICATE MYAUTH'
+SENT: b'DPAE0 OK CAPABILITY completed'
+GOT: b'DPAE1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'BDLF1 NO [AUTHENTICATIONFAILED] aborted'
+SENT: b'DPAE1 NO [AUTHENTICATIONFAILED] aborted'
ok
test_bad_auth_name (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'DJIF0 CAPABILITY'
+GOT: b'JGNJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'DJIF0 OK CAPABILITY completed'
-GOT: b'DJIF1 AUTHENTICATE METHOD'
-SENT: b'DJIF1 NO unrecognized authentication type METHOD'
+SENT: b'JGNJ0 OK CAPABILITY completed'
+GOT: b'JGNJ1 AUTHENTICATE METHOD'
+SENT: b'JGNJ1 NO unrecognized authentication type METHOD'
ok
PASS: test_certfile_arg_warn (test.test_imaplib.NewIMAPSSLTests)
test_enable_UTF8_True_append (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'BJIL0 CAPABILITY'
+GOT: b'BLFO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT'
-SENT: b'BJIL0 OK CAPABILITY completed'
-GOT: b'BJIL1 AUTHENTICATE MYAUTH'
+SENT: b'BLFO0 OK CAPABILITY completed'
+GOT: b'BLFO1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'BJIL1 OK FAKEAUTH successful'
-GOT: b'BJIL2 ENABLE UTF8=ACCEPT'
-SENT: b'BJIL2 OK ENABLE successful'
-GOT: b'BJIL3 APPEND INBOX {30}'
+SENT: b'BLFO1 OK FAKEAUTH successful'
+GOT: b'BLFO2 ENABLE UTF8=ACCEPT'
+SENT: b'BLFO2 OK ENABLE successful'
+GOT: b'BLFO3 APPEND INBOX {30}'
SENT: b'+'
GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)'
-SENT: b'BJIL3 OK okay'
+SENT: b'BLFO3 OK okay'
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OLAO0 CAPABILITY'
+GOT: b'ODEE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OLAO0 OK CAPABILITY completed'
-GOT: b'OLAO1 LOGIN user "pass"'
-SENT: b'OLAO1 OK LOGIN completed'
+SENT: b'ODEE0 OK CAPABILITY completed'
+GOT: b'ODEE1 LOGIN user "pass"'
+SENT: b'ODEE1 OK LOGIN completed'
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'PHOM0 CAPABILITY'
+GOT: b'DNIA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'PHOM0 OK CAPABILITY completed'
+SENT: b'DNIA0 OK CAPABILITY completed'
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'LLJN0 CAPABILITY'
+GOT: b'BMMC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'LLJN0 OK CAPABILITY completed'
+SENT: b'BMMC0 OK CAPABILITY completed'
ok
test_invalid_authentication (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'NOBA0 CAPABILITY'
+GOT: b'PLHG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NOBA0 OK CAPABILITY completed'
-GOT: b'NOBA1 AUTHENTICATE MYAUTH'
+SENT: b'PLHG0 OK CAPABILITY completed'
+GOT: b'PLHG1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'NOBA1 NO [AUTHENTICATIONFAILED] invalid'
+SENT: b'PLHG1 NO [AUTHENTICATIONFAILED] invalid'
ok
test_line_termination (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'KGHN0 CAPABILITY'
+GOT: b'GNPA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'KGHN0 OK CAPABILITY completed'
+SENT: b'GNPA0 OK CAPABILITY completed'
ok
PASS: test_linetoolong (test.test_imaplib.NewIMAPSSLTests)
test_login (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OHDG0 CAPABILITY'
+GOT: b'FDHO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OHDG0 OK CAPABILITY completed'
-GOT: b'OHDG1 LOGIN user "pass"'
-SENT: b'OHDG1 OK LOGIN completed'
+SENT: b'FDHO0 OK CAPABILITY completed'
+GOT: b'FDHO1 LOGIN user "pass"'
+SENT: b'FDHO1 OK LOGIN completed'
ok
test_login_cram_md5_bytes (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'JBDH0 CAPABILITY'
+GOT: b'ENED0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'JBDH0 OK CAPABILITY completed'
-GOT: b'JBDH1 AUTHENTICATE CRAM-MD5'
+SENT: b'ENED0 OK CAPABILITY completed'
+GOT: b'ENED1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'JBDH1 OK CRAM-MD5 successful'
+SENT: b'ENED1 OK CRAM-MD5 successful'
ok
test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'KBFK0 CAPABILITY'
+GOT: b'LJJK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'KBFK0 OK CAPABILITY completed'
-GOT: b'KBFK1 AUTHENTICATE CRAM-MD5'
+SENT: b'LJJK0 OK CAPABILITY completed'
+GOT: b'LJJK1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'KBFK1 OK CRAM-MD5 successful'
+SENT: b'LJJK1 OK CRAM-MD5 successful'
ok
test_logout (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'BHCF0 CAPABILITY'
+GOT: b'FKNC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'BHCF0 OK CAPABILITY completed'
-GOT: b'BHCF1 LOGIN user "pass"'
-SENT: b'BHCF1 OK LOGIN completed'
-GOT: b'BHCF2 LOGOUT'
+SENT: b'FKNC0 OK CAPABILITY completed'
+GOT: b'FKNC1 LOGIN user "pass"'
+SENT: b'FKNC1 OK LOGIN completed'
+GOT: b'FKNC2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'BHCF2 OK LOGOUT completed'
+SENT: b'FKNC2 OK LOGOUT completed'
ok
test_lsub (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'HCBL0 CAPABILITY'
+GOT: b'IPJG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HCBL0 OK CAPABILITY completed'
-GOT: b'HCBL1 LOGIN user "pass"'
-SENT: b'HCBL1 OK LOGIN completed'
-GOT: b'HCBL2 LSUB "" *'
+SENT: b'IPJG0 OK CAPABILITY completed'
+GOT: b'IPJG1 LOGIN user "pass"'
+SENT: b'IPJG1 OK LOGIN completed'
+GOT: b'IPJG2 LSUB "" *'
SENT: b'* LSUB () "." directoryA'
-SENT: b'HCBL2 OK LSUB completed'
+SENT: b'IPJG2 OK LSUB completed'
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'CAAE0 CAPABILITY'
+GOT: b'GGFP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'CAAE0 OK CAPABILITY completed'
-GOT: b'CAAE1 AUTHENTICATE MYAUTH'
+SENT: b'GGFP0 OK CAPABILITY completed'
+GOT: b'GGFP1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'CAAE1 OK FAKEAUTH successful'
-GOT: b'CAAE2 ENABLE UTF8=ACCEPT'
-SENT: b'CAAE2 OK ENABLE successful'
+SENT: b'GGFP1 OK FAKEAUTH successful'
+GOT: b'GGFP2 ENABLE UTF8=ACCEPT'
+SENT: b'GGFP2 OK ENABLE successful'
ok
test_simple_with_statement (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'DEEC0 CAPABILITY'
+GOT: b'CCJM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'DEEC0 OK CAPABILITY completed'
-GOT: b'DEEC1 LOGOUT'
+SENT: b'CCJM0 OK CAPABILITY completed'
+GOT: b'CCJM1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'DEEC1 OK LOGOUT completed'
+SENT: b'CCJM1 OK LOGOUT completed'
ok
test_ssl_raises (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'IEOP0 CAPABILITY'
+GOT: b'JBPK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IEOP0 OK CAPABILITY completed'
+SENT: b'JBPK0 OK CAPABILITY completed'
ok
test_ssl_verified (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'IBEM0 CAPABILITY'
+GOT: b'DEEJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IBEM0 OK CAPABILITY completed'
+SENT: b'DEEJ0 OK CAPABILITY completed'
SENT: b'* OK IMAP4rev1'
-GOT: b'PPII0 CAPABILITY'
+GOT: b'PPKC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'PPII0 OK CAPABILITY completed'
+SENT: b'PPKC0 OK CAPABILITY completed'
ok
test_valid_authentication_bytes (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'HBJG0 CAPABILITY'
+GOT: b'FOBB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HBJG0 OK CAPABILITY completed'
-GOT: b'HBJG1 AUTHENTICATE MYAUTH'
+SENT: b'FOBB0 OK CAPABILITY completed'
+GOT: b'FOBB1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'HBJG1 OK FAKEAUTH successful'
+SENT: b'FOBB1 OK FAKEAUTH successful'
ok
test_valid_authentication_plain_text (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FOJG0 CAPABILITY'
+GOT: b'PNNP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'FOJG0 OK CAPABILITY completed'
-GOT: b'FOJG1 AUTHENTICATE MYAUTH'
+SENT: b'PNNP0 OK CAPABILITY completed'
+GOT: b'PNNP1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'FOJG1 OK FAKEAUTH successful'
+SENT: b'PNNP1 OK FAKEAUTH successful'
ok
test_with_statement (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OBIN0 CAPABILITY'
+GOT: b'ENCC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OBIN0 OK CAPABILITY completed'
-GOT: b'OBIN1 LOGIN user "pass"'
-SENT: b'OBIN1 OK LOGIN completed'
-GOT: b'OBIN2 LOGOUT'
+SENT: b'ENCC0 OK CAPABILITY completed'
+GOT: b'ENCC1 LOGIN user "pass"'
+SENT: b'ENCC1 OK LOGIN completed'
+GOT: b'ENCC2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'OBIN2 OK LOGOUT completed'
+SENT: b'ENCC2 OK LOGOUT completed'
ok
test_with_statement_logout (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'HJOM0 CAPABILITY'
+GOT: b'KAMP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HJOM0 OK CAPABILITY completed'
-GOT: b'HJOM1 LOGIN user "pass"'
-SENT: b'HJOM1 OK LOGIN completed'
-GOT: b'HJOM2 LOGOUT'
+SENT: b'KAMP0 OK CAPABILITY completed'
+GOT: b'KAMP1 LOGIN user "pass"'
+SENT: b'KAMP1 OK LOGIN completed'
+GOT: b'KAMP2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'HJOM2 OK LOGOUT completed'
+SENT: b'KAMP2 OK LOGOUT completed'
ok
PASS: test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPTests)
test_aborted_authentication (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'CLOG0 CAPABILITY'
+GOT: b'POOD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CLOG0 OK CAPABILITY completed'
-GOT: b'CLOG1 AUTHENTICATE MYAUTH'
+SENT: b'POOD0 OK CAPABILITY completed'
+GOT: b'POOD1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'CLOG1 NO [AUTHENTICATIONFAILED] aborted'
+SENT: b'POOD1 NO [AUTHENTICATIONFAILED] aborted'
ok
test_bad_auth_name (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OPJF0 CAPABILITY'
+GOT: b'PBOL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OPJF0 OK CAPABILITY completed'
-GOT: b'OPJF1 AUTHENTICATE METHOD'
-SENT: b'OPJF1 NO unrecognized authentication type METHOD'
+SENT: b'PBOL0 OK CAPABILITY completed'
+GOT: b'PBOL1 AUTHENTICATE METHOD'
+SENT: b'PBOL1 NO unrecognized authentication type METHOD'
ok
test_enable_UTF8_True_append (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FJNH0 CAPABILITY'
+GOT: b'CAKI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT'
-SENT: b'FJNH0 OK CAPABILITY completed'
-GOT: b'FJNH1 AUTHENTICATE MYAUTH'
+SENT: b'CAKI0 OK CAPABILITY completed'
+GOT: b'CAKI1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'FJNH1 OK FAKEAUTH successful'
-GOT: b'FJNH2 ENABLE UTF8=ACCEPT'
-SENT: b'FJNH2 OK ENABLE successful'
-GOT: b'FJNH3 APPEND INBOX {30}'
+SENT: b'CAKI1 OK FAKEAUTH successful'
+GOT: b'CAKI2 ENABLE UTF8=ACCEPT'
+SENT: b'CAKI2 OK ENABLE successful'
+GOT: b'CAKI3 APPEND INBOX {30}'
SENT: b'+'
GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)'
-SENT: b'FJNH3 OK okay'
+SENT: b'CAKI3 OK okay'
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OOCB0 CAPABILITY'
+GOT: b'DLGJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OOCB0 OK CAPABILITY completed'
-GOT: b'OOCB1 LOGIN user "pass"'
-SENT: b'OOCB1 OK LOGIN completed'
+SENT: b'DLGJ0 OK CAPABILITY completed'
+GOT: b'DLGJ1 LOGIN user "pass"'
+SENT: b'DLGJ1 OK LOGIN completed'
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'IPEJ0 CAPABILITY'
+GOT: b'DPMM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IPEJ0 OK CAPABILITY completed'
+SENT: b'DPMM0 OK CAPABILITY completed'
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FEGE0 CAPABILITY'
+GOT: b'MDPF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'FEGE0 OK CAPABILITY completed'
+SENT: b'MDPF0 OK CAPABILITY completed'
ok
test_invalid_authentication (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'IKJE0 CAPABILITY'
+GOT: b'EIMB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IKJE0 OK CAPABILITY completed'
-GOT: b'IKJE1 AUTHENTICATE MYAUTH'
+SENT: b'EIMB0 OK CAPABILITY completed'
+GOT: b'EIMB1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'IKJE1 NO [AUTHENTICATIONFAILED] invalid'
+SENT: b'EIMB1 NO [AUTHENTICATIONFAILED] invalid'
ok
test_line_termination (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FFDJ0 CAPABILITY'
+GOT: b'PNCF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'FFDJ0 OK CAPABILITY completed'
+SENT: b'PNCF0 OK CAPABILITY completed'
ok
PASS: test_linetoolong (test.test_imaplib.NewIMAPTests)
test_login (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'LCMB0 CAPABILITY'
+GOT: b'LLKD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'LCMB0 OK CAPABILITY completed'
-GOT: b'LCMB1 LOGIN user "pass"'
-SENT: b'LCMB1 OK LOGIN completed'
+SENT: b'LLKD0 OK CAPABILITY completed'
+GOT: b'LLKD1 LOGIN user "pass"'
+SENT: b'LLKD1 OK LOGIN completed'
ok
test_login_cram_md5_bytes (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'EHFP0 CAPABILITY'
+GOT: b'IAEH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'EHFP0 OK CAPABILITY completed'
-GOT: b'EHFP1 AUTHENTICATE CRAM-MD5'
+SENT: b'IAEH0 OK CAPABILITY completed'
+GOT: b'IAEH1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'EHFP1 OK CRAM-MD5 successful'
+SENT: b'IAEH1 OK CRAM-MD5 successful'
ok
test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'JPBN0 CAPABILITY'
+GOT: b'MKEG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'JPBN0 OK CAPABILITY completed'
-GOT: b'JPBN1 AUTHENTICATE CRAM-MD5'
+SENT: b'MKEG0 OK CAPABILITY completed'
+GOT: b'MKEG1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'JPBN1 OK CRAM-MD5 successful'
+SENT: b'MKEG1 OK CRAM-MD5 successful'
ok
test_logout (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'JELI0 CAPABILITY'
+GOT: b'OCDO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'JELI0 OK CAPABILITY completed'
-GOT: b'JELI1 LOGIN user "pass"'
-SENT: b'JELI1 OK LOGIN completed'
-GOT: b'JELI2 LOGOUT'
+SENT: b'OCDO0 OK CAPABILITY completed'
+GOT: b'OCDO1 LOGIN user "pass"'
+SENT: b'OCDO1 OK LOGIN completed'
+GOT: b'OCDO2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'JELI2 OK LOGOUT completed'
+SENT: b'OCDO2 OK LOGOUT completed'
ok
test_lsub (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'IGGG0 CAPABILITY'
+GOT: b'DCPO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IGGG0 OK CAPABILITY completed'
-GOT: b'IGGG1 LOGIN user "pass"'
-SENT: b'IGGG1 OK LOGIN completed'
-GOT: b'IGGG2 LSUB "" *'
+SENT: b'DCPO0 OK CAPABILITY completed'
+GOT: b'DCPO1 LOGIN user "pass"'
+SENT: b'DCPO1 OK LOGIN completed'
+GOT: b'DCPO2 LSUB "" *'
SENT: b'* LSUB () "." directoryA'
-SENT: b'IGGG2 OK LSUB completed'
+SENT: b'DCPO2 OK LSUB completed'
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'PPLM0 CAPABILITY'
+GOT: b'EJDN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'PPLM0 OK CAPABILITY completed'
-GOT: b'PPLM1 AUTHENTICATE MYAUTH'
+SENT: b'EJDN0 OK CAPABILITY completed'
+GOT: b'EJDN1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'PPLM1 OK FAKEAUTH successful'
-GOT: b'PPLM2 ENABLE UTF8=ACCEPT'
-SENT: b'PPLM2 OK ENABLE successful'
+SENT: b'EJDN1 OK FAKEAUTH successful'
+GOT: b'EJDN2 ENABLE UTF8=ACCEPT'
+SENT: b'EJDN2 OK ENABLE successful'
ok
test_simple_with_statement (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'NLEC0 CAPABILITY'
+GOT: b'IIGB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NLEC0 OK CAPABILITY completed'
-GOT: b'NLEC1 LOGOUT'
+SENT: b'IIGB0 OK CAPABILITY completed'
+GOT: b'IIGB1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'NLEC1 OK LOGOUT completed'
+SENT: b'IIGB1 OK LOGOUT completed'
ok
test_valid_authentication_bytes (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'LKNM0 CAPABILITY'
+GOT: b'MBLK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'LKNM0 OK CAPABILITY completed'
-GOT: b'LKNM1 AUTHENTICATE MYAUTH'
+SENT: b'MBLK0 OK CAPABILITY completed'
+GOT: b'MBLK1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'LKNM1 OK FAKEAUTH successful'
+SENT: b'MBLK1 OK FAKEAUTH successful'
ok
test_valid_authentication_plain_text (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'GPOD0 CAPABILITY'
+GOT: b'CNOP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GPOD0 OK CAPABILITY completed'
-GOT: b'GPOD1 AUTHENTICATE MYAUTH'
+SENT: b'CNOP0 OK CAPABILITY completed'
+GOT: b'CNOP1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'GPOD1 OK FAKEAUTH successful'
+SENT: b'CNOP1 OK FAKEAUTH successful'
ok
test_with_statement (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'JPNB0 CAPABILITY'
+GOT: b'INDI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'JPNB0 OK CAPABILITY completed'
-GOT: b'JPNB1 LOGIN user "pass"'
-SENT: b'JPNB1 OK LOGIN completed'
-GOT: b'JPNB2 LOGOUT'
+SENT: b'INDI0 OK CAPABILITY completed'
+GOT: b'INDI1 LOGIN user "pass"'
+SENT: b'INDI1 OK LOGIN completed'
+GOT: b'INDI2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'JPNB2 OK LOGOUT completed'
+SENT: b'INDI2 OK LOGOUT completed'
ok
test_with_statement_logout (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'ENJP0 CAPABILITY'
+GOT: b'OHDG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'ENJP0 OK CAPABILITY completed'
-GOT: b'ENJP1 LOGIN user "pass"'
-SENT: b'ENJP1 OK LOGIN completed'
-GOT: b'ENJP2 LOGOUT'
+SENT: b'OHDG0 OK CAPABILITY completed'
+GOT: b'OHDG1 LOGIN user "pass"'
+SENT: b'OHDG1 OK LOGIN completed'
+GOT: b'OHDG2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'ENJP2 OK LOGOUT completed'
+SENT: b'OHDG2 OK LOGOUT completed'
ok
SKIP: test_logincapa (test.test_imaplib.RemoteIMAPTest) 'network resource disabled'
SKIP: test_logout (test.test_imaplib.RemoteIMAPTest) 'network resource disabled'
@@ -31861,17 +31854,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'NLJA0 CAPABILITY'
+GOT: b'NBHL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NLJA0 OK CAPABILITY completed'
-GOT: b'NLJA1 AUTHENTICATE MYAUTH'
+SENT: b'NBHL0 OK CAPABILITY completed'
+GOT: b'NBHL1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'NLJA1 NO [AUTHENTICATIONFAILED] aborted'
-GOT: b'NLJA2 LOGOUT'
+SENT: b'NBHL1 NO [AUTHENTICATIONFAILED] aborted'
+GOT: b'NBHL2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'NLJA2 OK LOGOUT completed'
+SENT: b'NBHL2 OK LOGOUT completed'
done
ok
test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -31881,15 +31874,15 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'KPCL0 CAPABILITY'
+GOT: b'NEPC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'KPCL0 OK CAPABILITY completed'
-GOT: b'KPCL1 AUTHENTICATE METHOD'
-SENT: b'KPCL1 NO unrecognized authentication type METHOD'
-GOT: b'KPCL2 LOGOUT'
+SENT: b'NEPC0 OK CAPABILITY completed'
+GOT: b'NEPC1 AUTHENTICATE METHOD'
+SENT: b'NEPC1 NO unrecognized authentication type METHOD'
+GOT: b'NEPC2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KPCL2 OK LOGOUT completed'
+SENT: b'NEPC2 OK LOGOUT completed'
done
ok
test_bracket_flags (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -31899,32 +31892,32 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags.<locals>.BracketFlagHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'EPAK0 CAPABILITY'
+GOT: b'BHOD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'EPAK0 OK CAPABILITY completed'
-GOT: b'EPAK1 AUTHENTICATE MYAUTH'
+SENT: b'BHOD0 OK CAPABILITY completed'
+GOT: b'BHOD1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'EPAK1 OK FAKEAUTH successful'
-GOT: b'EPAK2 SELECT test'
+SENT: b'BHOD1 OK FAKEAUTH successful'
+GOT: b'BHOD2 SELECT test'
SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft)'
SENT: b'* 2 EXISTS'
SENT: b'* 0 RECENT'
SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\*)] Flags permitted.'
-SENT: b'EPAK2 OK [READ-WRITE] SELECT completed.'
-GOT: b'EPAK3 STORE 1 +FLAGS ([test])'
+SENT: b'BHOD2 OK [READ-WRITE] SELECT completed.'
+GOT: b'BHOD3 STORE 1 +FLAGS ([test])'
SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))'
-SENT: b'EPAK3 OK STORE completed.'
-GOT: b'EPAK4 SELECT test'
+SENT: b'BHOD3 OK STORE completed.'
+GOT: b'BHOD4 SELECT test'
SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test])'
SENT: b'* 2 EXISTS'
SENT: b'* 0 RECENT'
SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\[test] \\*)] Flags permitted.'
-SENT: b'EPAK4 OK [READ-WRITE] SELECT completed.'
-GOT: b'EPAK5 LOGOUT'
+SENT: b'BHOD4 OK [READ-WRITE] SELECT completed.'
+GOT: b'BHOD5 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'EPAK5 OK LOGOUT completed'
+SENT: b'BHOD5 OK LOGOUT completed'
done
ok
test_connect (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -31934,9 +31927,9 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'HIHP0 CAPABILITY'
+GOT: b'FGGG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HIHP0 OK CAPABILITY completed'
+SENT: b'FGGG0 OK CAPABILITY completed'
waiting for server
done
ok
@@ -31947,23 +31940,23 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append.<locals>.UTF8AppendServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'FLAL0 CAPABILITY'
+GOT: b'LOMO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'FLAL0 OK CAPABILITY completed'
-GOT: b'FLAL1 AUTHENTICATE MYAUTH'
+SENT: b'LOMO0 OK CAPABILITY completed'
+GOT: b'LOMO1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'FLAL1 OK FAKEAUTH successful'
-GOT: b'FLAL2 ENABLE UTF8=ACCEPT'
-SENT: b'FLAL2 OK ENABLE successful'
-GOT: b'FLAL3 APPEND INBOX {30}'
+SENT: b'LOMO1 OK FAKEAUTH successful'
+GOT: b'LOMO2 ENABLE UTF8=ACCEPT'
+SENT: b'LOMO2 OK ENABLE successful'
+GOT: b'LOMO3 APPEND INBOX {30}'
SENT: b'+'
GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)'
-SENT: b'FLAL3 OK okay'
-GOT: b'FLAL4 LOGOUT'
+SENT: b'LOMO3 OK okay'
+GOT: b'LOMO4 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
+SENT: b'LOMO4 OK LOGOUT completed'
waiting for server
-SENT: b'FLAL4 OK LOGOUT completed'
done
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -31973,15 +31966,15 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported.<locals>.NonUTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'GAPI0 CAPABILITY'
+GOT: b'KKDK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GAPI0 OK CAPABILITY completed'
-GOT: b'GAPI1 LOGIN user "pass"'
-SENT: b'GAPI1 OK LOGIN completed'
-GOT: b'GAPI2 LOGOUT'
+SENT: b'KKDK0 OK CAPABILITY completed'
+GOT: b'KKDK1 LOGIN user "pass"'
+SENT: b'KKDK1 OK LOGIN completed'
+GOT: b'KKDK2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'GAPI2 OK LOGOUT completed'
+SENT: b'KKDK2 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -31991,13 +31984,13 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability.<locals>.NoEnableServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'CEFF0 CAPABILITY'
+GOT: b'FBCJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'CEFF0 OK CAPABILITY completed'
-GOT: b'CEFF1 LOGOUT'
+SENT: b'FBCJ0 OK CAPABILITY completed'
+GOT: b'FBCJ1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'CEFF1 OK LOGOUT completed'
+SENT: b'FBCJ1 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32007,13 +32000,13 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'JBBP0 CAPABILITY'
+GOT: b'JIDD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'JBBP0 OK CAPABILITY completed'
-GOT: b'JBBP1 LOGOUT'
+SENT: b'JIDD0 OK CAPABILITY completed'
+GOT: b'JIDD1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'JBBP1 OK LOGOUT completed'
+SENT: b'JIDD1 OK LOGOUT completed'
done
ok
test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32023,17 +32016,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'CIKI0 CAPABILITY'
+GOT: b'BAOA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CIKI0 OK CAPABILITY completed'
-GOT: b'CIKI1 AUTHENTICATE MYAUTH'
+SENT: b'BAOA0 OK CAPABILITY completed'
+GOT: b'BAOA1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'CIKI1 NO [AUTHENTICATIONFAILED] invalid'
-GOT: b'CIKI2 LOGOUT'
+SENT: b'BAOA1 NO [AUTHENTICATIONFAILED] invalid'
+GOT: b'BAOA2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'CIKI2 OK LOGOUT completed'
+SENT: b'BAOA2 OK LOGOUT completed'
done
ok
test_issue5949 (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32052,10 +32045,10 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_line_termination.<locals>.BadNewlineHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'BLJI0 CAPABILITY'
+GOT: b'NPPH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
waiting for server
-SENT: b'BLJI0 OK CAPABILITY completed'
+SENT: b'NPPH0 OK CAPABILITY completed'
done
ok
test_linetoolong (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32074,17 +32067,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'KILN0 CAPABILITY'
+GOT: b'KHOH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'KILN0 OK CAPABILITY completed'
-GOT: b'KILN1 AUTHENTICATE CRAM-MD5'
+SENT: b'KHOH0 OK CAPABILITY completed'
+GOT: b'KHOH1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'KILN1 OK CRAM-MD5 successful'
-GOT: b'KILN2 LOGOUT'
+SENT: b'KHOH1 OK CRAM-MD5 successful'
+GOT: b'KHOH2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KILN2 OK LOGOUT completed'
+SENT: b'KHOH2 OK LOGOUT completed'
done
creating server
server created
@@ -32093,17 +32086,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'FCOA0 CAPABILITY'
+GOT: b'CKNG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'FCOA0 OK CAPABILITY completed'
-GOT: b'FCOA1 AUTHENTICATE CRAM-MD5'
+SENT: b'CKNG0 OK CAPABILITY completed'
+GOT: b'CKNG1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'FCOA1 OK CRAM-MD5 successful'
-GOT: b'FCOA2 LOGOUT'
+SENT: b'CKNG1 OK CRAM-MD5 successful'
+GOT: b'CKNG2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'FCOA2 OK LOGOUT completed'
+SENT: b'CKNG2 OK LOGOUT completed'
done
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32113,19 +32106,19 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'FMIF0 CAPABILITY'
+GOT: b'JBEB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'FMIF0 OK CAPABILITY completed'
-GOT: b'FMIF1 AUTHENTICATE MYAUTH'
+SENT: b'JBEB0 OK CAPABILITY completed'
+GOT: b'JBEB1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'FMIF1 OK FAKEAUTH successful'
-GOT: b'FMIF2 ENABLE UTF8=ACCEPT'
-SENT: b'FMIF2 OK ENABLE successful'
-GOT: b'FMIF3 LOGOUT'
+SENT: b'JBEB1 OK FAKEAUTH successful'
+GOT: b'JBEB2 ENABLE UTF8=ACCEPT'
+SENT: b'JBEB2 OK ENABLE successful'
+GOT: b'JBEB3 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
+SENT: b'JBEB3 OK LOGOUT completed'
waiting for server
-SENT: b'FMIF3 OK LOGOUT completed'
done
ok
test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32135,13 +32128,13 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'IFBL0 CAPABILITY'
+GOT: b'ILOM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IFBL0 OK CAPABILITY completed'
-GOT: b'IFBL1 LOGOUT'
+SENT: b'ILOM0 OK CAPABILITY completed'
+GOT: b'ILOM1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
+SENT: b'ILOM1 OK LOGOUT completed'
waiting for server
-SENT: b'IFBL1 OK LOGOUT completed'
done
ok
test_valid_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32151,17 +32144,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'NPGE0 CAPABILITY'
+GOT: b'FJGG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NPGE0 OK CAPABILITY completed'
-GOT: b'NPGE1 AUTHENTICATE MYAUTH'
+SENT: b'FJGG0 OK CAPABILITY completed'
+GOT: b'FJGG1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'NPGE1 OK FAKEAUTH successful'
-GOT: b'NPGE2 LOGOUT'
+SENT: b'FJGG1 OK FAKEAUTH successful'
+GOT: b'FJGG2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'NPGE2 OK LOGOUT completed'
+SENT: b'FJGG2 OK LOGOUT completed'
done
creating server
server created
@@ -32170,17 +32163,17 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'OEIC0 CAPABILITY'
+GOT: b'BDHO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OEIC0 OK CAPABILITY completed'
-GOT: b'OEIC1 AUTHENTICATE MYAUTH'
+SENT: b'BDHO0 OK CAPABILITY completed'
+GOT: b'BDHO1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'OEIC1 OK FAKEAUTH successful'
-GOT: b'OEIC2 LOGOUT'
+SENT: b'BDHO1 OK FAKEAUTH successful'
+GOT: b'BDHO2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'OEIC2 OK LOGOUT completed'
+SENT: b'BDHO2 OK LOGOUT completed'
done
ok
test_with_statement (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32190,15 +32183,15 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'NMPE0 CAPABILITY'
+GOT: b'OHEN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NMPE0 OK CAPABILITY completed'
-GOT: b'NMPE1 LOGIN user "pass"'
-SENT: b'NMPE1 OK LOGIN completed'
-GOT: b'NMPE2 LOGOUT'
+SENT: b'OHEN0 OK CAPABILITY completed'
+GOT: b'OHEN1 LOGIN user "pass"'
+SENT: b'OHEN1 OK LOGIN completed'
+GOT: b'OHEN2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'NMPE2 OK LOGOUT completed'
+SENT: b'OHEN2 OK LOGOUT completed'
done
ok
test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32208,15 +32201,15 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'FAGN0 CAPABILITY'
+GOT: b'LBLO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'FAGN0 OK CAPABILITY completed'
-GOT: b'FAGN1 LOGIN user "pass"'
-SENT: b'FAGN1 OK LOGIN completed'
-GOT: b'FAGN2 LOGOUT'
+SENT: b'LBLO0 OK CAPABILITY completed'
+GOT: b'LBLO1 LOGIN user "pass"'
+SENT: b'LBLO1 OK LOGIN completed'
+GOT: b'LBLO2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'FAGN2 OK LOGOUT completed'
+SENT: b'LBLO2 OK LOGOUT completed'
done
ok
test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32226,17 +32219,17 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'INAA0 CAPABILITY'
+GOT: b'GJBB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'INAA0 OK CAPABILITY completed'
-GOT: b'INAA1 AUTHENTICATE MYAUTH'
+SENT: b'GJBB0 OK CAPABILITY completed'
+GOT: b'GJBB1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'INAA1 NO [AUTHENTICATIONFAILED] aborted'
-GOT: b'INAA2 LOGOUT'
+SENT: b'GJBB1 NO [AUTHENTICATIONFAILED] aborted'
+GOT: b'GJBB2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'INAA2 OK LOGOUT completed'
waiting for server
+SENT: b'GJBB2 OK LOGOUT completed'
done
ok
test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32246,15 +32239,15 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'GLJB0 CAPABILITY'
+GOT: b'EMDJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GLJB0 OK CAPABILITY completed'
-GOT: b'GLJB1 AUTHENTICATE METHOD'
-SENT: b'GLJB1 NO unrecognized authentication type METHOD'
-GOT: b'GLJB2 LOGOUT'
+SENT: b'EMDJ0 OK CAPABILITY completed'
+GOT: b'EMDJ1 AUTHENTICATE METHOD'
+SENT: b'EMDJ1 NO unrecognized authentication type METHOD'
+GOT: b'EMDJ2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'GLJB2 OK LOGOUT completed'
+SENT: b'EMDJ2 OK LOGOUT completed'
done
ok
test_bracket_flags (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32264,32 +32257,32 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags.<locals>.BracketFlagHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'OIOM0 CAPABILITY'
+GOT: b'JLOD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OIOM0 OK CAPABILITY completed'
-GOT: b'OIOM1 AUTHENTICATE MYAUTH'
+SENT: b'JLOD0 OK CAPABILITY completed'
+GOT: b'JLOD1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'OIOM1 OK FAKEAUTH successful'
-GOT: b'OIOM2 SELECT test'
+SENT: b'JLOD1 OK FAKEAUTH successful'
+GOT: b'JLOD2 SELECT test'
SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft)'
SENT: b'* 2 EXISTS'
SENT: b'* 0 RECENT'
SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\*)] Flags permitted.'
-SENT: b'OIOM2 OK [READ-WRITE] SELECT completed.'
-GOT: b'OIOM3 STORE 1 +FLAGS ([test])'
+SENT: b'JLOD2 OK [READ-WRITE] SELECT completed.'
+GOT: b'JLOD3 STORE 1 +FLAGS ([test])'
SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))'
-SENT: b'OIOM3 OK STORE completed.'
-GOT: b'OIOM4 SELECT test'
+SENT: b'JLOD3 OK STORE completed.'
+GOT: b'JLOD4 SELECT test'
SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test])'
SENT: b'* 2 EXISTS'
SENT: b'* 0 RECENT'
SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\[test] \\*)] Flags permitted.'
-SENT: b'OIOM4 OK [READ-WRITE] SELECT completed.'
-GOT: b'OIOM5 LOGOUT'
+SENT: b'JLOD4 OK [READ-WRITE] SELECT completed.'
+GOT: b'JLOD5 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'OIOM5 OK LOGOUT completed'
waiting for server
+SENT: b'JLOD5 OK LOGOUT completed'
done
ok
test_connect (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32299,9 +32292,9 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'DBFK0 CAPABILITY'
+GOT: b'NCNM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'DBFK0 OK CAPABILITY completed'
+SENT: b'NCNM0 OK CAPABILITY completed'
waiting for server
done
ok
@@ -32312,23 +32305,23 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append.<locals>.UTF8AppendServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'KMCK0 CAPABILITY'
+GOT: b'NOBI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'KMCK0 OK CAPABILITY completed'
-GOT: b'KMCK1 AUTHENTICATE MYAUTH'
+SENT: b'NOBI0 OK CAPABILITY completed'
+GOT: b'NOBI1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'KMCK1 OK FAKEAUTH successful'
-GOT: b'KMCK2 ENABLE UTF8=ACCEPT'
-SENT: b'KMCK2 OK ENABLE successful'
-GOT: b'KMCK3 APPEND INBOX {30}'
+SENT: b'NOBI1 OK FAKEAUTH successful'
+GOT: b'NOBI2 ENABLE UTF8=ACCEPT'
+SENT: b'NOBI2 OK ENABLE successful'
+GOT: b'NOBI3 APPEND INBOX {30}'
SENT: b'+'
GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)'
-SENT: b'KMCK3 OK okay'
-GOT: b'KMCK4 LOGOUT'
+SENT: b'NOBI3 OK okay'
+GOT: b'NOBI4 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KMCK4 OK LOGOUT completed'
+SENT: b'NOBI4 OK LOGOUT completed'
done
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32338,15 +32331,15 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported.<locals>.NonUTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'MOFN0 CAPABILITY'
+GOT: b'KPNP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'MOFN0 OK CAPABILITY completed'
-GOT: b'MOFN1 LOGIN user "pass"'
-SENT: b'MOFN1 OK LOGIN completed'
-GOT: b'MOFN2 LOGOUT'
+SENT: b'KPNP0 OK CAPABILITY completed'
+GOT: b'KPNP1 LOGIN user "pass"'
+SENT: b'KPNP1 OK LOGIN completed'
+GOT: b'KPNP2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'MOFN2 OK LOGOUT completed'
+SENT: b'KPNP2 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32356,13 +32349,13 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability.<locals>.NoEnableServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'LJMA0 CAPABILITY'
+GOT: b'MBCI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'LJMA0 OK CAPABILITY completed'
-GOT: b'LJMA1 LOGOUT'
+SENT: b'MBCI0 OK CAPABILITY completed'
+GOT: b'MBCI1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'LJMA1 OK LOGOUT completed'
+SENT: b'MBCI1 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32372,13 +32365,13 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'KFKJ0 CAPABILITY'
+GOT: b'EPON0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'KFKJ0 OK CAPABILITY completed'
-GOT: b'KFKJ1 LOGOUT'
+SENT: b'EPON0 OK CAPABILITY completed'
+GOT: b'EPON1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KFKJ1 OK LOGOUT completed'
+SENT: b'EPON1 OK LOGOUT completed'
done
ok
test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32388,17 +32381,17 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'FCPH0 CAPABILITY'
+GOT: b'KJAD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'FCPH0 OK CAPABILITY completed'
-GOT: b'FCPH1 AUTHENTICATE MYAUTH'
+SENT: b'KJAD0 OK CAPABILITY completed'
+GOT: b'KJAD1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'FCPH1 NO [AUTHENTICATIONFAILED] invalid'
-GOT: b'FCPH2 LOGOUT'
+SENT: b'KJAD1 NO [AUTHENTICATIONFAILED] invalid'
+GOT: b'KJAD2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'FCPH2 OK LOGOUT completed'
+SENT: b'KJAD2 OK LOGOUT completed'
done
ok
test_issue5949 (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32417,10 +32410,10 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_line_termination.<locals>.BadNewlineHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'EPCC0 CAPABILITY'
+GOT: b'LLCK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'EPCC0 OK CAPABILITY completed'
waiting for server
+SENT: b'LLCK0 OK CAPABILITY completed'
done
ok
test_linetoolong (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32439,17 +32432,17 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'GABH0 CAPABILITY'
+GOT: b'CJPA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'GABH0 OK CAPABILITY completed'
-GOT: b'GABH1 AUTHENTICATE CRAM-MD5'
+SENT: b'CJPA0 OK CAPABILITY completed'
+GOT: b'CJPA1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'GABH1 OK CRAM-MD5 successful'
-GOT: b'GABH2 LOGOUT'
+SENT: b'CJPA1 OK CRAM-MD5 successful'
+GOT: b'CJPA2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'GABH2 OK LOGOUT completed'
+SENT: b'CJPA2 OK LOGOUT completed'
done
creating server
server created
@@ -32458,17 +32451,17 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'KOMD0 CAPABILITY'
+GOT: b'JHND0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'KOMD0 OK CAPABILITY completed'
-GOT: b'KOMD1 AUTHENTICATE CRAM-MD5'
+SENT: b'JHND0 OK CAPABILITY completed'
+GOT: b'JHND1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'KOMD1 OK CRAM-MD5 successful'
-GOT: b'KOMD2 LOGOUT'
+SENT: b'JHND1 OK CRAM-MD5 successful'
+GOT: b'JHND2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KOMD2 OK LOGOUT completed'
+SENT: b'JHND2 OK LOGOUT completed'
done
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32478,19 +32471,19 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'KLKN0 CAPABILITY'
+GOT: b'OAPP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'KLKN0 OK CAPABILITY completed'
-GOT: b'KLKN1 AUTHENTICATE MYAUTH'
+SENT: b'OAPP0 OK CAPABILITY completed'
+GOT: b'OAPP1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'KLKN1 OK FAKEAUTH successful'
-GOT: b'KLKN2 ENABLE UTF8=ACCEPT'
-SENT: b'KLKN2 OK ENABLE successful'
-GOT: b'KLKN3 LOGOUT'
+SENT: b'OAPP1 OK FAKEAUTH successful'
+GOT: b'OAPP2 ENABLE UTF8=ACCEPT'
+SENT: b'OAPP2 OK ENABLE successful'
+GOT: b'OAPP3 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KLKN3 OK LOGOUT completed'
+SENT: b'OAPP3 OK LOGOUT completed'
done
ok
test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32500,13 +32493,13 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'MEHN0 CAPABILITY'
+GOT: b'PHGM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'MEHN0 OK CAPABILITY completed'
-GOT: b'MEHN1 LOGOUT'
+SENT: b'PHGM0 OK CAPABILITY completed'
+GOT: b'PHGM1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'MEHN1 OK LOGOUT completed'
+SENT: b'PHGM1 OK LOGOUT completed'
done
ok
test_ssl_verified (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32524,9 +32517,9 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'GCII0 CAPABILITY'
+GOT: b'OLDB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GCII0 OK CAPABILITY completed'
+SENT: b'OLDB0 OK CAPABILITY completed'
waiting for server
done
ok
@@ -32537,17 +32530,17 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'PFCH0 CAPABILITY'
+GOT: b'NHKM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'PFCH0 OK CAPABILITY completed'
-GOT: b'PFCH1 AUTHENTICATE MYAUTH'
+SENT: b'NHKM0 OK CAPABILITY completed'
+GOT: b'NHKM1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'PFCH1 OK FAKEAUTH successful'
-GOT: b'PFCH2 LOGOUT'
+SENT: b'NHKM1 OK FAKEAUTH successful'
+GOT: b'NHKM2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'PFCH2 OK LOGOUT completed'
+SENT: b'NHKM2 OK LOGOUT completed'
done
creating server
server created
@@ -32556,17 +32549,17 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'IALH0 CAPABILITY'
+GOT: b'OPDO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IALH0 OK CAPABILITY completed'
-GOT: b'IALH1 AUTHENTICATE MYAUTH'
+SENT: b'OPDO0 OK CAPABILITY completed'
+GOT: b'OPDO1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'IALH1 OK FAKEAUTH successful'
-GOT: b'IALH2 LOGOUT'
+SENT: b'OPDO1 OK FAKEAUTH successful'
+GOT: b'OPDO2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'IALH2 OK LOGOUT completed'
+SENT: b'OPDO2 OK LOGOUT completed'
done
ok
test_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32576,15 +32569,15 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'GBCF0 CAPABILITY'
+GOT: b'FLFB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GBCF0 OK CAPABILITY completed'
-GOT: b'GBCF1 LOGIN user "pass"'
-SENT: b'GBCF1 OK LOGIN completed'
-GOT: b'GBCF2 LOGOUT'
+SENT: b'FLFB0 OK CAPABILITY completed'
+GOT: b'FLFB1 LOGIN user "pass"'
+SENT: b'FLFB1 OK LOGIN completed'
+GOT: b'FLFB2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'GBCF2 OK LOGOUT completed'
+SENT: b'FLFB2 OK LOGOUT completed'
done
ok
test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32594,24 +32587,24 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'CEJO0 CAPABILITY'
+GOT: b'GAGL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CEJO0 OK CAPABILITY completed'
-GOT: b'CEJO1 LOGIN user "pass"'
-SENT: b'CEJO1 OK LOGIN completed'
-GOT: b'CEJO2 LOGOUT'
+SENT: b'GAGL0 OK CAPABILITY completed'
+GOT: b'GAGL1 LOGIN user "pass"'
+SENT: b'GAGL1 OK LOGIN completed'
+GOT: b'GAGL2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'CEJO2 OK LOGOUT completed'
+SENT: b'GAGL2 OK LOGOUT completed'
done
ok
----------------------------------------------------------------------
-Ran 95 tests in 9.699s
+Ran 95 tests in 9.433s
OK (skipped=8)
-0:07:08 load avg: 0.92 [182/416/1] test_imghdr
+0:08:11 load avg: 0.77 [182/416/1] test_imghdr
PASS: test_bad_args (test.test_imghdr.TestImghdr)
PASS: test_closed_file (test.test_imghdr.TestImghdr)
PASS: test_data (test.test_imghdr.TestImghdr)
@@ -32626,10 +32619,10 @@ PASS: test_unseekable (test.test_imghdr.TestImghdr)
----------------------------------------------------------------------
-Ran 11 tests in 0.013s
+Ran 11 tests in 0.015s
OK
-0:07:08 load avg: 0.92 [183/416/1] test_imp
+0:08:11 load avg: 0.77 [183/416/1] test_imp
PASS: test_bug7732 (test.test_imp.ImportTests)
PASS: test_find_and_load_checked_pyc (test.test_imp.ImportTests)
PASS: test_find_module_encoding (test.test_imp.ImportTests)
@@ -32660,10 +32653,10 @@ PASS: test_with_deleted_parent (test.test_imp.ReloadTests)
----------------------------------------------------------------------
-Ran 27 tests in 0.116s
+Ran 27 tests in 0.134s
OK
-0:07:08 load avg: 0.92 [184/416/1] test_import
+0:08:11 load avg: 0.77 [184/416/1] test_import
PASS: test_binding (test.test_import.CircularImportTests)
PASS: test_direct (test.test_import.CircularImportTests)
PASS: test_indirect (test.test_import.CircularImportTests)
@@ -32742,10 +32735,10 @@ PASS: test_symlinked_dir_importable (test.test_import.TestSymbolicallyLinkedPack
----------------------------------------------------------------------
-Ran 75 tests in 0.354s
+Ran 75 tests in 0.484s
OK (skipped=2)
-0:07:09 load avg: 0.92 [185/416/1] test_importlib
+0:08:12 load avg: 0.77 [185/416/1] test_importlib
PASS: test_failure (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests)
PASS: test_ignore_path (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests)
PASS: test_module (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests)
@@ -34046,10 +34039,10 @@ SKIP: test.test_importlib.test_windows (unittest.loader.ModuleSkipped) "No modul
----------------------------------------------------------------------
-Ran 1267 tests in 1.123s
+Ran 1267 tests in 1.469s
OK (skipped=17, expected failures=1)
-0:07:10 load avg: 0.92 [186/416/1] test_index
+0:08:14 load avg: 0.77 [186/416/1] test_index
PASS: test_basic (test.test_index.BaseTestCase)
PASS: test_error (test.test_index.BaseTestCase)
PASS: test_index_returns_int_subclass (test.test_index.BaseTestCase)
@@ -34108,10 +34101,10 @@ PASS: test_wrappers (test.test_index.TupleTestCase)
----------------------------------------------------------------------
-Ran 55 tests in 0.010s
+Ran 55 tests in 0.015s
OK
-0:07:10 load avg: 0.92 [187/416/1] test_inspect
+0:08:14 load avg: 0.77 [187/416/1] test_inspect
PASS: test_decorator_with_lambda (test.test_inspect.TestDecorators)
PASS: test_getsource_unwrap (test.test_inspect.TestDecorators)
PASS: test_replacing_decorator (test.test_inspect.TestDecorators)
@@ -34340,10 +34333,10 @@ PASS: test_range_traceback_toplevel_frame (test.test_inspect.TestGettingSourceOf
----------------------------------------------------------------------
-Ran 224 tests in 0.397s
+Ran 224 tests in 0.643s
OK
-0:07:11 load avg: 0.92 [188/416/1] test_int
+0:08:15 load avg: 0.77 [188/416/1] test_int
PASS: test_basic (test.test_int.IntTestCases)
PASS: test_error_message (test.test_int.IntTestCases)
test_int_base_bad_types (test.test_int.IntTestCases)
@@ -34365,10 +34358,10 @@ PASS: test_underscores (test.test_int.IntTestCases)
----------------------------------------------------------------------
-Ran 16 tests in 0.008s
+Ran 16 tests in 0.017s
OK
-0:07:11 load avg: 0.92 [189/416/1] test_int_literal
+0:08:15 load avg: 0.79 [189/416/1] test_int_literal
PASS: test_bin_baseline (test.test_int_literal.TestHexOctBin)
PASS: test_bin_unsigned (test.test_int_literal.TestHexOctBin)
PASS: test_hex_baseline (test.test_int_literal.TestHexOctBin)
@@ -34378,10 +34371,10 @@ PASS: test_oct_unsigned (test.test_int_literal.TestHexOctBin)
----------------------------------------------------------------------
-Ran 6 tests in 0.001s
+Ran 6 tests in 0.002s
OK
-0:07:11 load avg: 0.92 [190/416/1] test_io
+0:08:15 load avg: 0.79 [190/416/1] test_io
PASS: test_BufferedIOBase_destructor (test.test_io.CIOTest)
PASS: test_BufferedIOBase_readinto (test.test_io.CIOTest)
PASS: test_IOBase_destructor (test.test_io.CIOTest)
@@ -34989,12 +34982,12 @@ PASS: test_interrupted_write_unbuffered (test.test_io.PySignalsTest)
----------------------------------------------------------------------
-Ran 602 tests in 33.804s
+Ran 602 tests in 37.327s
OK (skipped=12)
-0:07:45 load avg: 0.76 [191/416/1] test_ioctl -- test_io passed in 34 sec 59 ms
+0:08:53 load avg: 0.61 [191/416/1] test_ioctl -- test_io passed in 37 sec 500 ms
test_ioctl skipped -- Unable to open /dev/tty
-0:07:45 load avg: 0.76 [192/416/1] test_ipaddress -- test_ioctl skipped
+0:08:53 load avg: 0.61 [192/416/1] test_ipaddress -- test_ioctl skipped
PASS: test_bad_address_split (test.test_ipaddress.AddressTestCase_v4)
PASS: test_bad_packed_length (test.test_ipaddress.AddressTestCase_v4)
PASS: test_empty_address (test.test_ipaddress.AddressTestCase_v4)
@@ -35183,10 +35176,10 @@ PASS: test_valid_netmask (test.test_ipaddress.NetworkTestCase_v6)
----------------------------------------------------------------------
-Ran 185 tests in 0.174s
+Ran 185 tests in 0.202s
OK
-0:07:46 load avg: 0.76 [193/416/1] test_isinstance
+0:08:53 load avg: 0.61 [193/416/1] test_isinstance
PASS: test_bases_raises_other_than_attribute_error (test.test_isinstance.TestIsInstanceExceptions)
PASS: test_class_has_no_bases (test.test_isinstance.TestIsInstanceExceptions)
PASS: test_dont_mask_non_attribute_error (test.test_isinstance.TestIsInstanceExceptions)
@@ -35206,10 +35199,10 @@ PASS: test_mask_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassE
----------------------------------------------------------------------
-Ran 16 tests in 0.024s
+Ran 16 tests in 0.019s
OK
-0:07:46 load avg: 0.76 [194/416/1] test_iter
+0:08:53 load avg: 0.61 [194/416/1] test_iter
PASS: test_3720 (test.test_iter.TestCase)
PASS: test_builtin_filter (test.test_iter.TestCase)
PASS: test_builtin_list (test.test_iter.TestCase)
@@ -35267,10 +35260,10 @@ PASS: test_writelines (test.test_iter.TestCase)
----------------------------------------------------------------------
-Ran 54 tests in 0.144s
+Ran 54 tests in 0.124s
OK
-0:07:46 load avg: 0.76 [195/416/1] test_iterlen
+0:08:54 load avg: 0.61 [195/416/1] test_iterlen
PASS: test_immutable_during_iteration (test.test_iterlen.TestDeque)
PASS: test_invariant (test.test_iterlen.TestDeque)
PASS: test_immutable_during_iteration (test.test_iterlen.TestDequeReversed)
@@ -35296,10 +35289,10 @@ PASS: test_invariant (test.test_iterlen.TestXrangeCustomReversed)
----------------------------------------------------------------------
-Ran 22 tests in 0.006s
+Ran 22 tests in 0.007s
OK
-0:07:46 load avg: 0.76 [196/416/1] test_itertools
+0:08:54 load avg: 0.61 [196/416/1] test_itertools
PASS: test_StopIteration (test.test_itertools.TestBasicOps)
PASS: test_accumulate (test.test_itertools.TestBasicOps)
PASS: test_bug_7244 (test.test_itertools.TestBasicOps)
@@ -35421,7 +35414,7 @@ PASS: test_product_sizeof (test.test_itertools.SizeofTest)
----------------------------------------------------------------------
-Ran 118 tests in 2.821s
+Ran 118 tests in 4.043s
OK (skipped=4)
Trying:
@@ -36053,7 +36046,7 @@ ok
70 passed and 0 failed.
Test passed.
doctest (test.test_itertools) ... 70 tests with zero failures
-0:07:49 load avg: 0.78 [197/416/1] test_json
+0:08:58 load avg: 0.64 [197/416/1] test_json
json ()
PASS: Doctest: json
encode (json.encoder.JSONEncoder)
@@ -36214,10 +36207,10 @@ PASS: test_unicode_preservation (test.test_json.test_unicode.TestPyUnicode)
----------------------------------------------------------------------
-Ran 153 tests in 1.344s
+Ran 153 tests in 2.739s
OK (skipped=1)
-0:07:51 load avg: 0.78 [198/416/1] test_keyword
+0:09:01 load avg: 0.67 [198/416/1] test_keyword
PASS: test_empty_grammar_results_in_no_keywords (test.test_keyword.TestKeywordGeneration)
PASS: test_grammar (test.test_keyword.TestKeywordGeneration)
PASS: test_keywords_py_without_markers_produces_error (test.test_keyword.TestKeywordGeneration)
@@ -36231,10 +36224,10 @@ PASS: test_uppercase_true_is_not_a_keyword (test.test_keyword.Test_iskeyword)
----------------------------------------------------------------------
-Ran 10 tests in 0.121s
+Ran 10 tests in 0.179s
OK (skipped=1)
-0:07:51 load avg: 0.78 [199/416/1] test_keywordonlyarg
+0:09:02 load avg: 0.67 [199/416/1] test_keywordonlyarg
PASS: testFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
PASS: testKwDefaults (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
PASS: testRaiseErrorFuncallWithUnexpectedKeywordArgument (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
@@ -36249,12 +36242,12 @@ PASS: test_mangling (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
----------------------------------------------------------------------
-Ran 11 tests in 0.004s
+Ran 11 tests in 0.008s
OK
-0:07:51 load avg: 0.78 [200/416/1] test_kqueue
+0:09:02 load avg: 0.67 [200/416/1] test_kqueue
test_kqueue skipped -- test works only on BSD
-0:07:51 load avg: 0.78 [201/416/1] test_largefile -- test_kqueue skipped
+0:09:02 load avg: 0.67 [201/416/1] test_largefile -- test_kqueue skipped
SKIP: test_large_read (test.test_largefile.CLargeFileTest) 'not enough memory: 4.7G minimum needed'
PASS: test_lseek (test.test_largefile.CLargeFileTest)
PASS: test_osstat (test.test_largefile.CLargeFileTest)
@@ -36270,10 +36263,10 @@ PASS: test_truncate (test.test_largefile.PyLargeFileTest)
----------------------------------------------------------------------
-Ran 12 tests in 0.005s
+Ran 12 tests in 0.010s
OK (skipped=2)
-0:07:51 load avg: 0.78 [202/416/1] test_lib2to3
+0:09:02 load avg: 0.67 [202/416/1] test_lib2to3
SKIP: test_all_project_files (lib2to3.tests.test_all_fixers.Test_all) "resource 'cpu' is not enabled"
PASS: test_1 (lib2to3.tests.test_fixers.Test_apply)
PASS: test_2 (lib2to3.tests.test_fixers.Test_apply)
@@ -36934,10 +36927,10 @@ PASS: test_name_import (lib2to3.tests.test_util.Test_touch_import)
----------------------------------------------------------------------
-Ran 654 tests in 9.332s
+Ran 654 tests in 17.631s
OK (skipped=1)
-0:08:01 load avg: 0.89 [203/416/1] test_linecache
+0:09:20 load avg: 0.76 [203/416/1] test_linecache
PASS: test_getline (test.test_linecache.BadUnicode)
PASS: test_getlines (test.test_linecache.BadUnicode)
PASS: test_getline (test.test_linecache.EmptyFile)
@@ -36960,10 +36953,10 @@ PASS: test_getlines (test.test_linecache.SingleEmptyLine)
----------------------------------------------------------------------
-Ran 19 tests in 0.009s
+Ran 19 tests in 0.016s
OK
-0:08:01 load avg: 0.89 [204/416/1] test_list
+0:09:20 load avg: 0.76 [204/416/1] test_list
PASS: test_addmul (test.test_list.ListTest)
PASS: test_append (test.test_list.ListTest)
PASS: test_basic (test.test_list.ListTest)
@@ -37020,10 +37013,10 @@ PASS: test_truth (test.test_list.ListTest)
----------------------------------------------------------------------
-Ran 53 tests in 0.249s
+Ran 53 tests in 0.336s
OK
-0:08:02 load avg: 0.89 [205/416/1] test_listcomps
+0:09:21 load avg: 0.76 [205/416/1] test_listcomps
Trying:
sum([i*i for i in range(100) if i&1 == 1])
Expecting:
@@ -37201,7 +37194,7 @@ ok
33 passed and 0 failed.
Test passed.
doctest (test.test_listcomps) ... 33 tests with zero failures
-0:08:02 load avg: 0.89 [206/416/1] test_locale
+0:09:21 load avg: 0.76 [206/416/1] test_locale
PASS: test_c (test.test_locale.NormalizeTest)
PASS: test_devanagari_modifier (test.test_locale.NormalizeTest)
PASS: test_empty (test.test_locale.NormalizeTest)
@@ -37265,10 +37258,10 @@ PASS: test_delocalize (test.test_locale.TestfrFRDelocalizeTest)
----------------------------------------------------------------------
-Ran 60 tests in 0.029s
+Ran 60 tests in 0.125s
OK
-0:08:02 load avg: 0.89 [207/416/1] test_logging
+0:09:21 load avg: 0.76 [207/416/1] test_logging
PASS: test_flat (test.test_logging.BuiltinLevelsTest)
PASS: test_issue27935 (test.test_logging.BuiltinLevelsTest)
PASS: test_nested_explicit (test.test_logging.BuiltinLevelsTest)
@@ -37453,10 +37446,10 @@ PASS: test_no_messages_in_queue_after_stop (test.test_logging.QueueListenerTest)
----------------------------------------------------------------------
-Ran 177 tests in 21.031s
+Ran 177 tests in 21.192s
OK (skipped=1)
-0:08:23 load avg: 0.93 [208/416/1] test_long
+0:09:43 load avg: 0.81 [208/416/1] test_long
PASS: test__format__ (test.test_long.LongTest)
PASS: test_access_to_nonexistent_digit_0 (test.test_long.LongTest)
PASS: test_bit_length (test.test_long.LongTest)
@@ -37489,18 +37482,18 @@ PASS: test_true_division (test.test_long.LongTest)
----------------------------------------------------------------------
-Ran 29 tests in 2.349s
+Ran 29 tests in 4.290s
OK (skipped=2)
-0:08:26 load avg: 0.93 [209/416/1] test_longexp
+0:09:47 load avg: 0.83 [209/416/1] test_longexp
PASS: test_longexp (test.test_longexp.LongExpText)
----------------------------------------------------------------------
-Ran 1 test in 0.103s
+Ran 1 test in 0.120s
OK
-0:08:26 load avg: 0.93 [210/416/1] test_lzma
+0:09:47 load avg: 0.83 [210/416/1] test_lzma
PASS: test_bad_filter_spec (test.test_lzma.CompressorDecompressorTestCase)
PASS: test_compressor_bigmem (test.test_lzma.CompressorDecompressorTestCase)
PASS: test_decompressor_after_eof (test.test_lzma.CompressorDecompressorTestCase)
@@ -37619,10 +37612,10 @@ PASS: test_is_check_supported (test.test_lzma.MiscellaneousTestCase)
----------------------------------------------------------------------
-Ran 114 tests in 3.627s
+Ran 114 tests in 4.322s
OK (skipped=1)
-0:08:30 load avg: 0.94 [211/416/1] test_macpath
+0:09:52 load avg: 0.84 [211/416/1] test_macpath
PASS: test_abspath (test.test_macpath.MacCommonTest)
PASS: test_abspath_issue3426 (test.test_macpath.MacCommonTest)
PASS: test_commonprefix (test.test_macpath.MacCommonTest)
@@ -37659,10 +37652,10 @@ PASS: test_splitext (test.test_macpath.MacPathTestCase)
----------------------------------------------------------------------
-Ran 33 tests in 0.042s
+Ran 33 tests in 0.057s
OK (skipped=2)
-0:08:30 load avg: 0.94 [212/416/1] test_mailbox
+0:09:52 load avg: 0.84 [212/416/1] test_mailbox
PASS: test_notimplemented (test.test_mailbox.TestMailboxSuperclass)
PASS: test_add (test.test_mailbox.TestMaildir)
PASS: test_add_8bit_body (test.test_mailbox.TestMaildir)
@@ -38027,10 +38020,10 @@ PASS: test__all__ (test.test_mailbox.MiscTestCase)
----------------------------------------------------------------------
-Ran 360 tests in 0.625s
+Ran 360 tests in 0.902s
OK
-0:08:30 load avg: 0.94 [213/416/1] test_mailcap
+0:09:53 load avg: 0.84 [213/416/1] test_mailcap
PASS: test_findmatch (test.test_mailcap.FindmatchTest)
PASS: test_test (test.test_mailcap.FindmatchTest)
PASS: test_mock_getcaps (test.test_mailcap.GetcapsTest)
@@ -38042,10 +38035,10 @@ PASS: test_subst (test.test_mailcap.HelperFunctionTest)
----------------------------------------------------------------------
-Ran 8 tests in 0.006s
+Ran 8 tests in 0.010s
OK
-0:08:31 load avg: 0.94 [214/416/1] test_marshal
+0:09:53 load avg: 0.84 [214/416/1] test_marshal
PASS: test_array (test.test_marshal.BufferTestCase)
PASS: test_bytearray (test.test_marshal.BufferTestCase)
PASS: test_memoryview (test.test_marshal.BufferTestCase)
@@ -38107,10 +38100,10 @@ PASS: test_unicode (test.test_marshal.StringTestCase)
----------------------------------------------------------------------
-Ran 58 tests in 0.187s
+Ran 58 tests in 0.185s
OK (skipped=7)
-0:08:31 load avg: 0.94 [215/416/1] test_math
+0:09:54 load avg: 0.84 [215/416/1] test_math
PASS: testAcos (test.test_math.MathTests)
PASS: testAcosh (test.test_math.MathTests)
PASS: testAsin (test.test_math.MathTests)
@@ -38175,10 +38168,10 @@ PASS: Doctest: ieee754.txt
----------------------------------------------------------------------
-Ran 60 tests in 1.433s
+Ran 60 tests in 2.547s
OK (skipped=1)
-0:08:33 load avg: 0.94 [216/416/1] test_memoryio
+0:09:57 load avg: 0.85 [216/416/1] test_memoryio
PASS: testInit (test.test_memoryio.CBytesIOTest)
PASS: testRead (test.test_memoryio.CBytesIOTest)
PASS: testReadNoArgs (test.test_memoryio.CBytesIOTest)
@@ -38348,10 +38341,10 @@ PASS: test_writelines_error (test.test_memoryio.PyStringIOTest)
----------------------------------------------------------------------
-Ran 166 tests in 0.189s
+Ran 166 tests in 0.259s
OK
-0:08:33 load avg: 0.94 [217/416/1] test_memoryview
+0:09:57 load avg: 0.85 [217/416/1] test_memoryview
SKIP: test_attributes_readonly (test.test_memoryview.ArrayMemorySliceSliceTest) 'no read-only type to test'
PASS: test_attributes_writable (test.test_memoryview.ArrayMemorySliceSliceTest)
PASS: test_compare (test.test_memoryview.ArrayMemorySliceSliceTest)
@@ -38489,10 +38482,10 @@ PASS: test_pickle (test.test_memoryview.OtherTest)
----------------------------------------------------------------------
-Ran 134 tests in 1.363s
+Ran 134 tests in 1.270s
OK (skipped=18)
-0:08:34 load avg: 0.95 [218/416/1] test_metaclass
+0:09:58 load avg: 0.85 [218/416/1] test_metaclass
Trying:
class C:
def meth(self): print("Hello")
@@ -38851,7 +38844,7 @@ ok
62 passed and 0 failed.
Test passed.
doctest (test.test_metaclass) ... 62 tests with zero failures
-0:08:35 load avg: 0.95 [219/416/1] test_mimetypes
+0:09:59 load avg: 0.85 [219/416/1] test_mimetypes
PASS: test_data_urls (test.test_mimetypes.MimeTypesTestCase)
PASS: test_default_data (test.test_mimetypes.MimeTypesTestCase)
PASS: test_encoding (test.test_mimetypes.MimeTypesTestCase)
@@ -38863,10 +38856,10 @@ SKIP: test_registry_parsing (test.test_mimetypes.Win32MimeTypesTestCase) 'Window
----------------------------------------------------------------------
-Ran 8 tests in 0.008s
+Ran 8 tests in 0.026s
OK (skipped=1)
-0:08:35 load avg: 0.95 [220/416/1] test_minidom
+0:09:59 load avg: 0.85 [220/416/1] test_minidom
PASS: testAAA (test.test_minidom.MinidomTest)
PASS: testAAB (test.test_minidom.MinidomTest)
PASS: testAddAttr (test.test_minidom.MinidomTest)
@@ -38991,10 +38984,10 @@ PASS: test_toprettyxml_with_text_nodes (test.test_minidom.MinidomTest)
----------------------------------------------------------------------
-Ran 121 tests in 0.051s
+Ran 121 tests in 0.063s
OK
-0:08:35 load avg: 0.95 [221/416/1] test_mmap
+0:09:59 load avg: 0.85 [221/416/1] test_mmap
PASS: test_access_parameter (test.test_mmap.MmapTests)
PASS: test_anonymous (test.test_mmap.MmapTests)
PASS: test_bad_file_desc (test.test_mmap.MmapTests)
@@ -39035,10 +39028,10 @@ PASS: test_large_offset (test.test_mmap.LargeMmapTests)
----------------------------------------------------------------------
-Ran 37 tests in 0.136s
+Ran 37 tests in 0.152s
OK (skipped=4)
-0:08:35 load avg: 0.95 [222/416/1] test_module
+0:09:59 load avg: 0.85 [222/416/1] test_module
PASS: test_ascii_docstring (test.test_module.ModuleTests)
PASS: test_clear_dict_in_ref_cycle (test.test_module.ModuleTests)
PASS: test_descriptor_errors_propagate (test.test_module.ModuleTests)
@@ -39072,10 +39065,10 @@ PASS: test_weakref (test.test_module.ModuleTests)
----------------------------------------------------------------------
-Ran 30 tests in 0.413s
+Ran 30 tests in 0.428s
OK
-0:08:36 load avg: 0.95 [223/416/1] test_modulefinder
+0:10:00 load avg: 1.03 [223/416/1] test_modulefinder
PASS: test_absolute_imports (test.test_modulefinder.ModuleFinderTest)
PASS: test_bytecode (test.test_modulefinder.ModuleFinderTest)
PASS: test_extended_opargs (test.test_modulefinder.ModuleFinderTest)
@@ -39090,12 +39083,12 @@ PASS: test_replace_paths (test.test_modulefinder.ModuleFinderTest)
----------------------------------------------------------------------
-Ran 11 tests in 0.332s
+Ran 11 tests in 0.318s
OK
-0:08:36 load avg: 0.95 [224/416/1] test_msilib
+0:10:01 load avg: 1.03 [224/416/1] test_msilib
test_msilib skipped -- No module named 'msilib'
-0:08:37 load avg: 0.95 [225/416/1] test_multibytecodec -- test_msilib skipped
+0:10:01 load avg: 1.03 [225/416/1] test_multibytecodec -- test_msilib skipped
PASS: test_encode (test.test_multibytecodec.TestHZStateful)
PASS: test_incrementalencoder (test.test_multibytecodec.TestHZStateful)
PASS: test_incrementalencoder_final (test.test_multibytecodec.TestHZStateful)
@@ -39127,10 +39120,10 @@ PASS: test_utf_8 (test.test_multibytecodec.Test_StreamWriter)
----------------------------------------------------------------------
-Ran 28 tests in 1.216s
+Ran 28 tests in 1.951s
OK
-0:08:38 load avg: 0.95 [226/416/1] test_multiprocessing_fork
+0:10:03 load avg: 1.03 [226/416/1] test_multiprocessing_fork
PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_fork.OtherTest)
PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_fork.OtherTest)
PASS: test_closefd (test.test_multiprocessing_fork.TestCloseFds)
@@ -39461,10 +39454,10 @@ PASS: test_import (test.test_multiprocessing_fork._TestImportStar)
----------------------------------------------------------------------
-Ran 327 tests in 79.958s
+Ran 327 tests in 75.698s
OK (skipped=32)
-0:09:58 load avg: 0.83 [227/416/1] test_multiprocessing_forkserver -- test_multiprocessing_fork passed in 1 min 20 sec
+0:11:19 load avg: 0.97 [227/416/1] test_multiprocessing_forkserver -- test_multiprocessing_fork passed in 1 min 15 sec
PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_forkserver.OtherTest)
PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_forkserver.OtherTest)
PASS: test_closefd (test.test_multiprocessing_forkserver.TestCloseFds)
@@ -39795,10 +39788,10 @@ PASS: test_import (test.test_multiprocessing_forkserver._TestImportStar)
----------------------------------------------------------------------
-Ran 327 tests in 98.471s
+Ran 327 tests in 95.872s
OK (skipped=28)
-0:11:37 load avg: 0.95 [228/416/1] test_multiprocessing_main_handling -- test_multiprocessing_forkserver passed in 1 min 38 sec
+0:12:55 load avg: 1.48 [228/416/1] test_multiprocessing_main_handling -- test_multiprocessing_forkserver passed in 1 min 36 sec
PASS: test_basic_script (test.test_multiprocessing_main_handling.ForkCmdLineTest)
PASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.ForkCmdLineTest)
PASS: test_directory (test.test_multiprocessing_main_handling.ForkCmdLineTest)
@@ -39841,10 +39834,10 @@ PASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.SpawnCmdLin
----------------------------------------------------------------------
-Ran 39 tests in 19.643s
+Ran 39 tests in 17.238s
OK
-0:11:57 load avg: 1.11 [229/416/1] test_multiprocessing_spawn
+0:13:12 load avg: 1.67 [229/416/1] test_multiprocessing_spawn
PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_spawn.OtherTest)
PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_spawn.OtherTest)
PASS: test_closefd (test.test_multiprocessing_spawn.TestCloseFds)
@@ -40175,10 +40168,10 @@ PASS: test_import (test.test_multiprocessing_spawn._TestImportStar)
----------------------------------------------------------------------
-Ran 327 tests in 115.256s
+Ran 327 tests in 118.147s
OK (skipped=31)
-0:13:52 load avg: 1.23 [230/416/1] test_netrc -- test_multiprocessing_spawn passed in 1 min 55 sec
+0:15:11 load avg: 1.23 [230/416/1] test_netrc -- test_multiprocessing_spawn passed in 1 min 58 sec
PASS: test_comment_at_end_of_machine_line (test.test_netrc.NetrcTestCase)
PASS: test_comment_at_end_of_machine_line_no_space (test.test_netrc.NetrcTestCase)
PASS: test_comment_at_end_of_machine_line_pass_has_hash (test.test_netrc.NetrcTestCase)
@@ -40197,18 +40190,18 @@ PASS: test_security (test.test_netrc.NetrcTestCase)
----------------------------------------------------------------------
-Ran 15 tests in 0.023s
+Ran 15 tests in 0.015s
OK
-0:13:52 load avg: 1.23 [231/416/1] test_nis
+0:15:11 load avg: 1.23 [231/416/1] test_nis
SKIP: test_maps (test.test_nis.NisTests) 'Local domain name not set'
----------------------------------------------------------------------
-Ran 1 test in 0.000s
+Ran 1 test in 0.001s
OK (skipped=1)
-0:13:53 load avg: 1.23 [232/416/1] test_nntplib
+0:15:11 load avg: 1.23 [232/416/1] test_nntplib
PASS: test_caps_only_after_login (test.test_nntplib.CapsAfterLoginNNTPv2Tests)
PASS: test_starttls (test.test_nntplib.LocalServerTests)
PASS: test_decode_header (test.test_nntplib.MiscTests)
@@ -40285,19 +40278,19 @@ PASS: test_we_are_in_reader_mode_after_connect (test.test_nntplib.SendReaderNNTP
----------------------------------------------------------------------
-Ran 71 tests in 0.110s
+Ran 71 tests in 0.103s
OK (skipped=2)
-0:13:53 load avg: 1.21 [233/416/1] test_normalization
+0:15:11 load avg: 1.23 [233/416/1] test_normalization
PASS: test_bug_834676 (test.test_normalization.NormalizationTest)
SKIP: test_main (test.test_normalization.NormalizationTest) "Use of the 'urlfetch' resource not enabled"
----------------------------------------------------------------------
-Ran 2 tests in 0.002s
+Ran 2 tests in 0.001s
OK (skipped=1)
-0:13:53 load avg: 1.21 [234/416/1] test_ntpath
+0:15:11 load avg: 1.23 [234/416/1] test_ntpath
PASS: test_abspath (test.test_ntpath.NtCommonTest)
PASS: test_abspath_issue3426 (test.test_ntpath.NtCommonTest)
PASS: test_commonprefix (test.test_ntpath.NtCommonTest)
@@ -40363,10 +40356,10 @@ PASS: test_splitext (test.test_ntpath.TestNtpath)
----------------------------------------------------------------------
-Ran 62 tests in 0.158s
+Ran 62 tests in 0.101s
OK (skipped=2)
-0:13:54 load avg: 1.21 [235/416/1] test_numeric_tower
+0:15:12 load avg: 1.23 [235/416/1] test_numeric_tower
PASS: test_complex (test.test_numeric_tower.ComparisonTest)
PASS: test_mixed_comparisons (test.test_numeric_tower.ComparisonTest)
PASS: test_binary_floats (test.test_numeric_tower.HashTest)
@@ -40379,10 +40372,10 @@ PASS: test_integers (test.test_numeric_tower.HashTest)
----------------------------------------------------------------------
-Ran 9 tests in 0.263s
+Ran 9 tests in 0.248s
OK
-0:13:54 load avg: 1.21 [236/416/1] test_openpty
+0:15:12 load avg: 1.23 [236/416/1] test_openpty
PASS: test (test.test_openpty.OpenptyTest)
----------------------------------------------------------------------
@@ -40390,7 +40383,7 @@ PASS: test (test.test_openpty.OpenptyTest)
Ran 1 test in 0.001s
OK
-0:13:54 load avg: 1.21 [237/416/1] test_operator
+0:15:12 load avg: 1.23 [237/416/1] test_operator
PASS: test_attrgetter (test.test_operator.CCOperatorPickleTestCase)
PASS: test_itemgetter (test.test_operator.CCOperatorPickleTestCase)
PASS: test_methodcaller (test.test_operator.CCOperatorPickleTestCase)
@@ -40484,10 +40477,10 @@ PASS: test_methodcaller (test.test_operator.PyPyOperatorPickleTestCase)
----------------------------------------------------------------------
-Ran 90 tests in 0.067s
+Ran 90 tests in 0.041s
OK
-0:13:55 load avg: 1.21 [238/416/1] test_optparse
+0:15:13 load avg: 1.23 [238/416/1] test_optparse
PASS: test__all__ (test.test_optparse.MiscTestCase)
PASS: test_bool_default (test.test_optparse.TestBool)
PASS: test_bool_false (test.test_optparse.TestBool)
@@ -40643,10 +40636,10 @@ PASS: test_version (test.test_optparse.TestVersion)
----------------------------------------------------------------------
-Ran 152 tests in 0.078s
+Ran 152 tests in 0.076s
OK
-0:13:55 load avg: 1.21 [239/416/1] test_ordered_dict
+0:15:13 load avg: 1.23 [239/416/1] test_ordered_dict
PASS: test_abc (test.test_ordered_dict.CPythonBuiltinDictTests)
PASS: test_clear (test.test_ordered_dict.CPythonBuiltinDictTests)
PASS: test_delitem (test.test_ordered_dict.CPythonBuiltinDictTests)
@@ -40909,10 +40902,10 @@ PASS: test_write (test.test_ordered_dict.PurePythonSubclassMappingTests)
----------------------------------------------------------------------
-Ran 259 tests in 2.365s
+Ran 259 tests in 2.861s
OK
-0:13:57 load avg: 1.21 [240/416/1] test_os
+0:15:16 load avg: 1.21 [240/416/1] test_os
PASS: test_blocking (test.test_os.BlockingTests)
PASS: test_compare_to_walk (test.test_os.BytesFwalkTests)
PASS: test_dir_fd (test.test_os.BytesFwalkTests)
@@ -41188,12 +41181,12 @@ SKIP: test_rmdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkT
----------------------------------------------------------------------
-Ran 266 tests in 1.237s
+Ran 266 tests in 1.542s
OK (skipped=47)
-0:13:59 load avg: 1.28 [241/416/1] test_ossaudiodev
+0:15:18 load avg: 1.21 [241/416/1] test_ossaudiodev
test_ossaudiodev skipped -- Use of the 'audio' resource not enabled
-0:13:59 load avg: 1.28 [242/416/1] test_osx_env -- test_ossaudiodev skipped (resource denied)
+0:15:18 load avg: 1.21 [242/416/1] test_osx_env -- test_ossaudiodev skipped (resource denied)
SKIP: test_pythonexecutable_sets_sys_executable (test.test_osx_env.OSXEnvironmentVariableTestCase) 'unnecessary on this platform'
----------------------------------------------------------------------
@@ -41201,7 +41194,7 @@ SKIP: test_pythonexecutable_sets_sys_executable (test.test_osx_env.OSXEnvironmen
Ran 1 test in 0.000s
OK (skipped=1)
-0:13:59 load avg: 1.28 [243/416/1] test_parser
+0:15:18 load avg: 1.21 [243/416/1] test_parser
PASS: test_compile_badunicode (test.test_parser.CompileTestCase)
PASS: test_compile_error (test.test_parser.CompileTestCase)
PASS: test_compile_expr (test.test_parser.CompileTestCase)
@@ -41255,10 +41248,10 @@ PASS: test_sizeof (test.test_parser.STObjectTestCase)
----------------------------------------------------------------------
-Ran 50 tests in 0.081s
+Ran 50 tests in 0.089s
OK
-0:13:59 load avg: 1.28 [244/416/1] test_pathlib
+0:15:18 load avg: 1.21 [244/416/1] test_pathlib
PASS: test_parse_parts (test.test_pathlib.NTFlavourTest)
PASS: test_parse_parts_common (test.test_pathlib.NTFlavourTest)
PASS: test_splitroot (test.test_pathlib.NTFlavourTest)
@@ -41657,10 +41650,10 @@ SKIP: test_with (test.test_pathlib.WindowsPathTest) 'test requires a Windows-com
----------------------------------------------------------------------
-Ran 395 tests in 0.345s
+Ran 395 tests in 0.328s
OK (skipped=114)
-0:14:00 load avg: 1.28 [245/416/1] test_pdb
+0:15:19 load avg: 1.21 [245/416/1] test_pdb
PASS: test_blocks_at_first_code_line (test.test_pdb.PdbTestCase)
PASS: test_breakpoint (test.test_pdb.PdbTestCase)
PASS: test_errors_in_command (test.test_pdb.PdbTestCase)
@@ -41723,10 +41716,10 @@ PASS: Doctest: test.test_pdb.test_post_mortem
----------------------------------------------------------------------
-Ran 38 tests in 1.143s
+Ran 38 tests in 1.049s
OK
-0:14:01 load avg: 1.28 [246/416/1] test_peepholer
+0:15:20 load avg: 1.20 [246/416/1] test_peepholer
PASS: test_bug_11510 (test.test_peepholer.TestBuglets)
PASS: test_binary_subscr_on_unicode (test.test_peepholer.TestTranforms)
PASS: test_constant_folding (test.test_peepholer.TestTranforms)
@@ -41748,10 +41741,10 @@ PASS: test_while_one (test.test_peepholer.TestTranforms)
----------------------------------------------------------------------
-Ran 18 tests in 0.026s
+Ran 18 tests in 0.034s
OK
-0:14:01 load avg: 1.28 [247/416/1] test_pickle
+0:15:20 load avg: 1.20 [247/416/1] test_pickle
PASS: test_bad_init (test.test_pickle.PyPickleTests)
PASS: test_callapi (test.test_pickle.PyPickleTests)
PASS: test_dump_closed_file (test.test_pickle.PyPickleTests)
@@ -41893,19 +41886,19 @@ test_import (test.test_pickle.CompatPickleTests) ... No module named 'dbm.bsd'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
+No module named 'winreg'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
-No module named '_gdbm'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
+No module named '_gdbm'
+No module named '_gdbm'
No module named '_tkinter'
-No module named 'winreg'
No module named '_tkinter'
-No module named '_gdbm'
ok
test_import_mapping (test.test_pickle.CompatPickleTests) ... No module named '_tkinter'
No module named '_tkinter'
@@ -42410,7 +42403,7 @@ PASS: test_unpickler (test.test_pickle.SizeofTests)
----------------------------------------------------------------------
-Ran 581 tests in 5.953s
+Ran 581 tests in 11.360s
OK (skipped=20)
Trying:
@@ -42613,7 +42606,7 @@ ok
14 passed and 0 failed.
Test passed.
doctest (pickle) ... 14 tests with zero failures
-0:14:08 load avg: 1.25 [248/416/1] test_pickletools
+0:15:32 load avg: 1.16 [248/416/1] test_pickletools
PASS: test_appends_on_non_lists (test.test_pickletools.OptimizedPickleTests)
PASS: test_attribute_name_interning (test.test_pickletools.OptimizedPickleTests)
PASS: test_bad_getattr (test.test_pickletools.OptimizedPickleTests)
@@ -42698,14 +42691,14 @@ PASS: test_unicode_high_plane (test.test_pickletools.OptimizedPickleTests)
----------------------------------------------------------------------
-Ran 81 tests in 1.048s
+Ran 81 tests in 2.034s
OK
PASS: test__all__ (test.test_pickletools.MiscTestCase)
----------------------------------------------------------------------
-Ran 1 test in 0.000s
+Ran 1 test in 0.001s
OK
Trying:
@@ -43559,7 +43552,7 @@ ok
129 passed and 0 failed.
Test passed.
doctest (pickletools) ... 129 tests with zero failures
-0:14:09 load avg: 1.23 [249/416/1] test_pipes
+0:15:34 load avg: 1.16 [249/416/1] test_pipes
PASS: testBadAppendOptions (test.test_pipes.SimplePipeTests)
PASS: testBadOpenMode (test.test_pipes.SimplePipeTests)
PASS: testBadPrependOptions (test.test_pipes.SimplePipeTests)
@@ -43577,10 +43570,10 @@ PASS: testWriteOpenSource (test.test_pipes.SimplePipeTests)
----------------------------------------------------------------------
-Ran 14 tests in 0.022s
+Ran 14 tests in 0.059s
OK
-0:14:09 load avg: 1.23 [250/416/1] test_pkg
+0:15:34 load avg: 1.16 [250/416/1] test_pkg
PASS: test_1 (test.test_pkg.TestPkg)
PASS: test_2 (test.test_pkg.TestPkg)
PASS: test_3 (test.test_pkg.TestPkg)
@@ -43592,18 +43585,18 @@ PASS: test_8 (test.test_pkg.TestPkg)
----------------------------------------------------------------------
-Ran 8 tests in 0.021s
+Ran 8 tests in 0.025s
OK
-0:14:09 load avg: 1.23 [251/416/1] test_pkgimport
+0:15:35 load avg: 1.16 [251/416/1] test_pkgimport
PASS: test_package_import__semantics (test.test_pkgimport.TestImport)
----------------------------------------------------------------------
-Ran 1 test in 0.002s
+Ran 1 test in 0.004s
OK
-0:14:09 load avg: 1.23 [252/416/1] test_pkgutil
+0:15:35 load avg: 1.15 [252/416/1] test_pkgutil
PASS: test_getdata_filesys (test.test_pkgutil.PkgutilTests)
PASS: test_getdata_zipfile (test.test_pkgutil.PkgutilTests)
PASS: test_unreadable_dir_on_syspath (test.test_pkgutil.PkgutilTests)
@@ -43631,10 +43624,10 @@ PASS: test_loader_deprecated (test.test_pkgutil.ImportlibMigrationTests)
----------------------------------------------------------------------
-Ran 23 tests in 0.024s
+Ran 23 tests in 0.030s
OK
-0:14:09 load avg: 1.23 [253/416/1] test_platform
+0:15:35 load avg: 1.15 [253/416/1] test_platform
PASS: test_dist_deprecation (test.test_platform.DeprecationTest)
PASS: test_linux_distribution_deprecation (test.test_platform.DeprecationTest)
PASS: test__comparable_version (test.test_platform.PlatformTest)
@@ -43663,10 +43656,10 @@ PASS: test_win32_ver (test.test_platform.PlatformTest)
----------------------------------------------------------------------
-Ran 25 tests in 0.144s
+Ran 25 tests in 0.190s
OK (skipped=2)
-0:14:10 load avg: 1.23 [254/416/1] test_plistlib
+0:15:35 load avg: 1.15 [254/416/1] test_plistlib
PASS: test_appleformatting (test.test_plistlib.TestPlistlib)
PASS: test_appleformattingfromliteral (test.test_plistlib.TestPlistlib)
PASS: test_bytearray (test.test_plistlib.TestPlistlib)
@@ -43702,10 +43695,10 @@ PASS: test__all__ (test.test_plistlib.MiscTestCase)
----------------------------------------------------------------------
-Ran 32 tests in 0.043s
+Ran 32 tests in 0.065s
OK
-0:14:10 load avg: 1.23 [255/416/1] test_poll
+0:15:36 load avg: 1.15 [255/416/1] test_poll
PASS: test_poll1 (test.test_poll.PollTests)
PASS: test_poll2 (test.test_poll.PollTests)
PASS: test_poll3 (test.test_poll.PollTests)
@@ -43716,10 +43709,10 @@ PASS: test_threaded_poll (test.test_poll.PollTests)
----------------------------------------------------------------------
-Ran 7 tests in 11.148s
+Ran 7 tests in 11.161s
OK
-0:14:21 load avg: 1.04 [256/416/1] test_popen
+0:15:47 load avg: 0.97 [256/416/1] test_popen
PASS: test_contextmanager (test.test_popen.PopenTest)
PASS: test_iterating (test.test_popen.PopenTest)
PASS: test_keywords (test.test_popen.PopenTest)
@@ -43728,10 +43721,10 @@ PASS: test_return_code (test.test_popen.PopenTest)
----------------------------------------------------------------------
-Ran 5 tests in 0.180s
+Ran 5 tests in 0.103s
OK
-0:14:22 load avg: 1.04 [257/416/1] test_poplib
+0:15:47 load avg: 0.97 [257/416/1] test_poplib
PASS: test_apop_REDOS (test.test_poplib.TestPOP3Class)
PASS: test_apop_normal (test.test_poplib.TestPOP3Class)
PASS: test_capa (test.test_poplib.TestPOP3Class)
@@ -43806,10 +43799,10 @@ PASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_TLSClass)
----------------------------------------------------------------------
-Ran 71 tests in 4.448s
+Ran 71 tests in 4.178s
OK
-0:14:26 load avg: 0.96 [258/416/1] test_posix
+0:15:52 load avg: 0.90 [258/416/1] test_posix
PASS: testNoArgFunctions (test.test_posix.PosixTester)
PASS: test_access (test.test_posix.PosixTester)
PASS: test_access_dir_fd (test.test_posix.PosixTester)
@@ -43909,10 +43902,10 @@ PASS: test_setgroups (test.test_posix.PosixGroupsTester)
----------------------------------------------------------------------
-Ran 96 tests in 0.162s
+Ran 96 tests in 0.153s
OK (skipped=10)
-0:14:27 load avg: 0.96 [259/416/1] test_posixpath
+0:15:52 load avg: 0.90 [259/416/1] test_posixpath
PASS: test_path_abspath (test.test_posixpath.PathLikeTests)
PASS: test_path_basename (test.test_posixpath.PathLikeTests)
PASS: test_path_commonpath (test.test_posixpath.PathLikeTests)
@@ -43990,10 +43983,10 @@ PASS: test_splitext (test.test_posixpath.PosixPathTest)
----------------------------------------------------------------------
-Ran 74 tests in 0.076s
+Ran 74 tests in 0.075s
OK
-0:14:27 load avg: 0.96 [260/416/1] test_pow
+0:15:52 load avg: 0.90 [260/416/1] test_pow
PASS: test_bug643260 (test.test_pow.PowTest)
PASS: test_bug705231 (test.test_pow.PowTest)
PASS: test_other (test.test_pow.PowTest)
@@ -44002,10 +43995,10 @@ PASS: test_powint (test.test_pow.PowTest)
----------------------------------------------------------------------
-Ran 5 tests in 0.070s
+Ran 5 tests in 0.109s
OK
-0:14:27 load avg: 0.96 [261/416/1] test_pprint
+0:15:53 load avg: 0.90 [261/416/1] test_pprint
PASS: test_basic (test.test_pprint.QueryTestCase)
PASS: test_basic_line_wrap (test.test_pprint.QueryTestCase)
PASS: test_bytearray_wrap (test.test_pprint.QueryTestCase)
@@ -44038,10 +44031,10 @@ PASS: test_width (test.test_pprint.QueryTestCase)
----------------------------------------------------------------------
-Ran 29 tests in 0.061s
+Ran 29 tests in 0.109s
OK (expected failures=1)
-0:14:28 load avg: 0.96 [262/416/1] test_print
+0:15:53 load avg: 0.90 [262/416/1] test_print
PASS: test_print (test.test_print.TestPrint)
PASS: test_print_flush (test.test_print.TestPrint)
PASS: test_normal_string (test.test_print.TestPy2MigrationHint)
@@ -44054,10 +44047,10 @@ PASS: test_string_with_soft_space (test.test_print.TestPy2MigrationHint)
----------------------------------------------------------------------
-Ran 9 tests in 0.002s
+Ran 9 tests in 0.005s
OK
-0:14:28 load avg: 0.96 [263/416/1] test_profile
+0:15:53 load avg: 0.90 [263/416/1] test_profile
PASS: test_calling_conventions (test.test_profile.ProfileTest)
PASS: test_cprofile (test.test_profile.ProfileTest)
PASS: test_run (test.test_profile.ProfileTest)
@@ -44065,10 +44058,10 @@ PASS: test_runctx (test.test_profile.ProfileTest)
----------------------------------------------------------------------
-Ran 4 tests in 0.009s
+Ran 4 tests in 0.013s
OK
-0:14:28 load avg: 0.96 [264/416/1] test_property
+0:15:53 load avg: 0.90 [264/416/1] test_property
PASS: test_docstring_copy (test.test_property.PropertySubclassTests)
PASS: test_property_new_getter_new_docstring (test.test_property.PropertySubclassTests)
PASS: test_property_setter_copies_getter_docstring (test.test_property.PropertySubclassTests)
@@ -44086,10 +44079,10 @@ SKIP: test_refleaks_in___init__ (test.test_property.PropertyTests) "object <modu
----------------------------------------------------------------------
-Ran 14 tests in 0.003s
+Ran 14 tests in 0.006s
OK (skipped=1)
-0:14:28 load avg: 0.96 [265/416/1] test_pstats
+0:15:54 load avg: 0.90 [265/416/1] test_pstats
PASS: test_combine_results (test.test_pstats.AddCallersTestCase)
PASS: test_add (test.test_pstats.StatsTestCase)
PASS: test_sort_starts_mix (test.test_pstats.StatsTestCase)
@@ -44100,10 +44093,10 @@ PASS: test_sort_stats_string (test.test_pstats.StatsTestCase)
----------------------------------------------------------------------
-Ran 7 tests in 0.057s
+Ran 7 tests in 0.114s
OK
-0:14:28 load avg: 0.96 [266/416/1] test_pty
+0:15:54 load avg: 0.90 [266/416/1] test_pty
test_basic (test.test_pty.PtyTest) ... Calling master_open()
Got master_fd '9', slave_name '/dev/pts/0'
Calling slave_open('/dev/pts/0')
@@ -44112,8 +44105,8 @@ Writing to slave_fd
Writing chunked output
ok
test_fork (test.test_pty.PtyTest) ... calling pty.fork()
-Waiting for child (14905) to finish.
-Child (14905) exited with status 4 (1024).
+Waiting for child (13667) to finish.
+Child (13667) exited with status 4 (1024).
ok
test__copy_eof_on_all (test.test_pty.SmallPtyTests)
PASS: Test the empty read EOF case on both master_fd and stdin.
@@ -44122,10 +44115,10 @@ PASS: Test the normal data case on both master_fd and stdin.
----------------------------------------------------------------------
-Ran 4 tests in 0.009s
+Ran 4 tests in 0.013s
OK
-0:14:28 load avg: 0.96 [267/416/1] test_pulldom
+0:15:54 load avg: 0.90 [267/416/1] test_pulldom
test_comment (test.test_pulldom.PullDOMTestCase)
PullDOM does not receive "comment" events. ... expected failure
test_end_document (test.test_pulldom.PullDOMTestCase)
@@ -44150,20 +44143,20 @@ PASS: Test some of the hard-to-reach parts of SAX2DOM.
----------------------------------------------------------------------
-Ran 11 tests in 0.011s
+Ran 11 tests in 0.018s
OK (expected failures=3)
-0:14:28 load avg: 0.96 [268/416/1] test_pwd
+0:15:54 load avg: 0.90 [268/416/1] test_pwd
PASS: test_errors (test.test_pwd.PwdTest)
PASS: test_values (test.test_pwd.PwdTest)
PASS: test_values_extended (test.test_pwd.PwdTest)
----------------------------------------------------------------------
-Ran 3 tests in 0.002s
+Ran 3 tests in 0.003s
OK
-0:14:29 load avg: 0.96 [269/416/1] test_py_compile
+0:15:54 load avg: 0.90 [269/416/1] test_py_compile
PASS: test_absolute_path (test.test_py_compile.PyCompileTestsWithSourceEpoch)
PASS: test_bad_coding (test.test_py_compile.PyCompileTestsWithSourceEpoch)
PASS: test_cache_path (test.test_py_compile.PyCompileTestsWithSourceEpoch)
@@ -44191,10 +44184,10 @@ PASS: test_source_date_epoch (test.test_py_compile.PyCompileTestsWithoutSourceEp
----------------------------------------------------------------------
-Ran 24 tests in 0.018s
+Ran 24 tests in 0.021s
OK (skipped=2)
-0:14:29 load avg: 0.96 [270/416/1] test_pyclbr
+0:15:55 load avg: 0.90 [270/416/1] test_pyclbr
PASS: test_decorators (test.test_pyclbr.PyclbrTest)
PASS: test_easy (test.test_pyclbr.PyclbrTest)
PASS: test_issue_14798 (test.test_pyclbr.PyclbrTest)
@@ -44203,10 +44196,10 @@ PASS: test_others (test.test_pyclbr.PyclbrTest)
----------------------------------------------------------------------
-Ran 5 tests in 1.382s
+Ran 5 tests in 2.940s
OK
-0:14:30 load avg: 0.96 [271/416/1] test_pydoc
+0:15:58 load avg: 0.90 [271/416/1] test_pydoc
PASS: test_allmethods (test.test_pydoc.PydocDocTest)
PASS: test_getpager_with_stdin_none (test.test_pydoc.PydocDocTest)
PASS: test_help_output_redirect (test.test_pydoc.PydocDocTest)
@@ -44264,10 +44257,10 @@ PASS: test_sys_path_adjustment_when_curdir_already_included (test.test_pydoc.Tes
----------------------------------------------------------------------
-Ran 54 tests in 3.139s
+Ran 54 tests in 3.557s
OK (skipped=3)
-0:14:34 load avg: 0.89 [272/416/1] test_pyexpat
+0:16:02 load avg: 0.91 [272/416/1] test_pyexpat
PASS: test1 (test.test_pyexpat.BufferTextTest)
PASS: test2 (test.test_pyexpat.BufferTextTest)
PASS: test3 (test.test_pyexpat.BufferTextTest)
@@ -44310,10 +44303,10 @@ PASS: test_parse_only_xml_data (test.test_pyexpat.sf1296433Test)
----------------------------------------------------------------------
-Ran 39 tests in 0.014s
+Ran 39 tests in 0.034s
OK
-0:14:34 load avg: 0.89 [273/416/1] test_queue
+0:16:02 load avg: 0.91 [273/416/1] test_queue
PASS: test_basic (test.test_queue.CSimpleQueueTest)
PASS: test_is_default (test.test_queue.CSimpleQueueTest)
PASS: test_many_threads (test.test_queue.CSimpleQueueTest)
@@ -44352,10 +44345,10 @@ PASS: test_shrinking_queue (test.test_queue.QueueTest)
----------------------------------------------------------------------
-Ran 35 tests in 4.309s
+Ran 35 tests in 4.197s
OK
-0:14:38 load avg: 0.89 [274/416/1] test_quopri
+0:16:06 load avg: 4.84 [274/416/1] test_quopri
PASS: test_decode (test.test_quopri.QuopriTestCase)
PASS: test_decode_header (test.test_quopri.QuopriTestCase)
PASS: test_decodestring (test.test_quopri.QuopriTestCase)
@@ -44370,10 +44363,10 @@ PASS: test_scriptencode (test.test_quopri.QuopriTestCase)
----------------------------------------------------------------------
-Ran 11 tests in 0.117s
+Ran 11 tests in 0.114s
OK
-0:14:39 load avg: 0.89 [275/416/1] test_raise
+0:16:07 load avg: 4.84 [275/416/1] test_raise
PASS: testCauseSyntax (test.test_raise.TestCause)
PASS: test_class_cause (test.test_raise.TestCause)
PASS: test_erroneous_cause (test.test_raise.TestCause)
@@ -44412,10 +44405,10 @@ PASS: test_constructor (test.test_raise.TestTracebackType)
----------------------------------------------------------------------
-Ran 35 tests in 0.009s
+Ran 35 tests in 0.013s
OK
-0:14:39 load avg: 0.89 [276/416/1] test_random
+0:16:07 load avg: 4.84 [276/416/1] test_random
PASS: test_53_bits_per_float (test.test_random.MersenneTwister_TestBasicOps)
PASS: test_autoseed (test.test_random.MersenneTwister_TestBasicOps)
PASS: test_bigrand (test.test_random.MersenneTwister_TestBasicOps)
@@ -44491,10 +44484,10 @@ PASS: test_random_subclass_with_kwargs (test.test_random.TestModule)
----------------------------------------------------------------------
-Ran 72 tests in 1.283s
+Ran 72 tests in 1.607s
OK
-0:14:41 load avg: 0.89 [277/416/1] test_range
+0:16:09 load avg: 4.84 [277/416/1] test_range
PASS: test_attributes (test.test_range.RangeTest)
PASS: test_comparison (test.test_range.RangeTest)
PASS: test_contains (test.test_range.RangeTest)
@@ -44522,10 +44515,10 @@ PASS: test_user_index_method (test.test_range.RangeTest)
----------------------------------------------------------------------
-Ran 24 tests in 0.324s
+Ran 24 tests in 0.693s
OK
-0:14:41 load avg: 0.89 [278/416/1] test_re
+0:16:10 load avg: 4.84 [278/416/1] test_re
test_re_benchmarks (test.test_re.ExternalTests)
PASS: re_tests benchmarks
test_re_tests (test.test_re.ExternalTests)
@@ -44656,10 +44649,10 @@ PASS: test_zerowidth (test.test_re.ReTests)
----------------------------------------------------------------------
-Ran 124 tests in 0.779s
+Ran 124 tests in 1.298s
OK (skipped=2)
-0:14:42 load avg: 0.89 [279/416/1] test_readline
+0:16:11 load avg: 4.54 [279/416/1] test_readline
readline version: 0x800
readline runtime version: 0x800
readline library version: '8.0'
@@ -44675,10 +44668,10 @@ SKIP: test_nonascii (test.test_readline.TestReadline) "the LC_CTYPE locale is 'C
----------------------------------------------------------------------
-Ran 8 tests in 0.083s
+Ran 8 tests in 0.106s
OK (skipped=2)
-0:14:42 load avg: 0.89 [280/416/1] test_regrtest
+0:16:11 load avg: 4.54 [280/416/1] test_regrtest
PASS: test_coverage (test.test_regrtest.ArgsTestCase)
PASS: test_crashed (test.test_regrtest.ArgsTestCase)
PASS: test_env_changed (test.test_regrtest.ArgsTestCase)
@@ -44752,18 +44745,18 @@ PASS: test_format_duration (test.test_regrtest.TestUtils)
----------------------------------------------------------------------
-Ran 70 tests in 7.990s
+Ran 70 tests in 11.683s
OK (skipped=5)
-0:14:50 load avg: 1.31 [281/416/1] test_repl
+0:16:23 load avg: 3.99 [281/416/1] test_repl
PASS: test_no_memory (test.test_repl.TestInteractiveInterpreter)
----------------------------------------------------------------------
-Ran 1 test in 0.022s
+Ran 1 test in 0.049s
OK
-0:14:51 load avg: 1.31 [282/416/1] test_reprlib
+0:16:24 load avg: 3.99 [282/416/1] test_reprlib
SKIP: test_builtin_function (test.test_reprlib.LongReprTest) 'needs a built-in function with a really long name'
PASS: test_class (test.test_reprlib.LongReprTest)
PASS: test_instance (test.test_reprlib.LongReprTest)
@@ -44790,10 +44783,10 @@ PASS: test_recursive_repr (test.test_reprlib.TestRecursiveRepr)
----------------------------------------------------------------------
-Ran 23 tests in 0.012s
+Ran 23 tests in 0.019s
OK (skipped=2)
-0:14:51 load avg: 1.31 [283/416/1] test_resource
+0:16:24 load avg: 3.99 [283/416/1] test_resource
PASS: test_args (test.test_resource.ResourceTest)
PASS: test_freebsd_contants (test.test_resource.ResourceTest)
PASS: test_fsize_enforced (test.test_resource.ResourceTest)
@@ -44808,10 +44801,10 @@ PASS: test_setrusage_refcount (test.test_resource.ResourceTest)
----------------------------------------------------------------------
-Ran 11 tests in 0.080s
+Ran 11 tests in 0.107s
OK
-0:14:51 load avg: 1.31 [284/416/1] test_richcmp
+0:16:24 load avg: 3.99 [284/416/1] test_richcmp
PASS: test_dicts (test.test_richcmp.DictTest)
PASS: test_badentry (test.test_richcmp.ListTest)
PASS: test_coverage (test.test_richcmp.ListTest)
@@ -44826,10 +44819,10 @@ PASS: test_mixed (test.test_richcmp.VectorTest)
----------------------------------------------------------------------
-Ran 11 tests in 0.010s
+Ran 11 tests in 0.018s
OK
-0:14:51 load avg: 1.31 [285/416/1] test_rlcompleter
+0:16:24 load avg: 3.99 [285/416/1] test_rlcompleter
PASS: test_attr_matches (test.test_rlcompleter.TestRlcompleter)
PASS: test_complete (test.test_rlcompleter.TestRlcompleter)
PASS: test_duplicate_globals (test.test_rlcompleter.TestRlcompleter)
@@ -44840,10 +44833,10 @@ PASS: test_uncreated_attr (test.test_rlcompleter.TestRlcompleter)
----------------------------------------------------------------------
-Ran 7 tests in 0.004s
+Ran 7 tests in 0.009s
OK
-0:14:51 load avg: 1.31 [286/416/1] test_robotparser
+0:16:24 load avg: 3.99 [286/416/1] test_robotparser
PASS: test_bad_urls (test.test_robotparser.AnotherInvalidRequestRateTest)
PASS: test_good_urls (test.test_robotparser.AnotherInvalidRequestRateTest)
PASS: test_bad_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest)
@@ -44885,10 +44878,10 @@ PASS: test_good_urls (test.test_robotparser.UserAgentWildcardTest)
----------------------------------------------------------------------
-Ran 37 tests in 0.016s
+Ran 37 tests in 0.024s
OK (skipped=1)
-0:14:51 load avg: 1.31 [287/416/1] test_runpy
+0:16:25 load avg: 3.99 [287/416/1] test_runpy
PASS: test_run_code (test.test_runpy.ExecutionLayerTestCase)
PASS: test_run_module_code (test.test_runpy.ExecutionLayerTestCase)
PASS: test_explicit_relative_import (test.test_runpy.RunModuleTestCase)
@@ -44922,10 +44915,10 @@ PASS: test_zipfile_error (test.test_runpy.RunPathTestCase)
----------------------------------------------------------------------
-Ran 30 tests in 0.627s
+Ran 30 tests in 1.083s
OK
-0:14:52 load avg: 1.31 [288/416/1] test_sax
+0:16:26 load avg: 3.75 [288/416/1] test_sax
PASS: test_make_parser2 (test.test_sax.MakeParserTest)
PASS: test_parseString_bytes (test.test_sax.ParseTest)
PASS: test_parseString_text (test.test_sax.ParseTest)
@@ -45104,10 +45097,10 @@ PASS: test_nsattrs_wattr (test.test_sax.XmlReaderTest)
----------------------------------------------------------------------
-Ran 175 tests in 0.069s
+Ran 175 tests in 0.102s
OK
-0:14:52 load avg: 1.31 [289/416/1] test_sched
+0:16:26 load avg: 3.75 [289/416/1] test_sched
PASS: test_args_kwargs (test.test_sched.TestCase)
PASS: test_cancel (test.test_sched.TestCase)
PASS: test_cancel_concurrent (test.test_sched.TestCase)
@@ -45121,10 +45114,10 @@ PASS: test_run_non_blocking (test.test_sched.TestCase)
----------------------------------------------------------------------
-Ran 10 tests in 0.546s
+Ran 10 tests in 0.547s
OK
-0:14:53 load avg: 1.20 [290/416/1] test_scope
+0:16:27 load avg: 3.75 [290/416/1] test_scope
PASS: testBoundAndFree (test.test_scope.ScopeTests)
PASS: testCellIsKwonlyArg (test.test_scope.ScopeTests)
PASS: testCellLeak (test.test_scope.ScopeTests)
@@ -45166,10 +45159,10 @@ PASS: testUnoptimizedNamespaces (test.test_scope.ScopeTests)
----------------------------------------------------------------------
-Ran 38 tests in 0.011s
+Ran 38 tests in 0.013s
OK
-0:14:53 load avg: 1.20 [291/416/1] test_script_helper
+0:16:27 load avg: 3.75 [291/416/1] test_script_helper
PASS: test_assert_python_failure (test.test_script_helper.TestScriptHelper)
PASS: test_assert_python_failure_raises (test.test_script_helper.TestScriptHelper)
PASS: test_assert_python_isolated_when_env_not_required (test.test_script_helper.TestScriptHelper)
@@ -45187,7 +45180,7 @@ PASS: test_interpreter_requires_environment_with_pythonhome (test.test_script_he
Ran 10 tests in 0.108s
OK
-0:14:54 load avg: 1.20 [292/416/1] test_secrets
+0:16:28 load avg: 3.75 [292/416/1] test_secrets
PASS: test_bad_types (test.test_secrets.Compare_Digest_Tests)
PASS: test_bool (test.test_secrets.Compare_Digest_Tests)
PASS: test_equal (test.test_secrets.Compare_Digest_Tests)
@@ -45202,10 +45195,10 @@ PASS: test_token_urlsafe (test.test_secrets.Token_Tests)
----------------------------------------------------------------------
-Ran 11 tests in 0.003s
+Ran 11 tests in 0.005s
OK
-0:14:54 load avg: 1.20 [293/416/1] test_select
+0:16:28 load avg: 3.75 [293/416/1] test_select
PASS: test_errno (test.test_select.SelectTestCase)
PASS: test_error_conditions (test.test_select.SelectTestCase)
PASS: test_returned_list_identity (test.test_select.SelectTestCase)
@@ -45238,10 +45231,10 @@ PASS: test_select_mutated (test.test_select.SelectTestCase)
----------------------------------------------------------------------
-Ran 5 tests in 11.039s
+Ran 5 tests in 11.038s
OK
-0:15:05 load avg: 1.02 [294/416/1] test_selectors
+0:16:39 load avg: 3.17 [294/416/1] test_selectors
PASS: test_close (test.test_selectors.DefaultSelectorTestCase)
PASS: test_context_manager (test.test_selectors.DefaultSelectorTestCase)
PASS: test_empty_select (test.test_selectors.DefaultSelectorTestCase)
@@ -45359,10 +45352,10 @@ SKIP: test_unregister_after_socket_close (test.test_selectors.DevpollSelectorTes
----------------------------------------------------------------------
-Ran 114 tests in 14.537s
+Ran 114 tests in 14.414s
OK (skipped=40)
-0:15:20 load avg: 0.79 [295/416/1] test_set
+0:16:54 load avg: 2.62 [295/416/1] test_set
PASS: test_copy (test.test_set.TestBasicOpsBytes)
PASS: test_empty_difference (test.test_set.TestBasicOpsBytes)
PASS: test_empty_difference_rev (test.test_set.TestBasicOpsBytes)
@@ -45921,10 +45914,10 @@ PASS: test_merge_and_mutate (test.test_set.TestWeirdBugs)
----------------------------------------------------------------------
-Ran 554 tests in 1.613s
+Ran 554 tests in 1.976s
OK (skipped=3)
-0:15:22 load avg: 0.79 [296/416/1] test_setcomps
+0:16:56 load avg: 2.49 [296/416/1] test_setcomps
Trying:
sum({i*i for i in range(100) if i&1 == 1})
Expecting:
@@ -46107,7 +46100,7 @@ ok
34 passed and 0 failed.
Test passed.
doctest (test.test_setcomps) ... 34 tests with zero failures
-0:15:22 load avg: 0.79 [297/416/1] test_shelve
+0:16:56 load avg: 2.49 [297/416/1] test_shelve
PASS: test_bool (test.test_shelve.TestAsciiFileShelve)
PASS: test_constructor (test.test_shelve.TestAsciiFileShelve)
PASS: test_get (test.test_shelve.TestAsciiFileShelve)
@@ -46205,7 +46198,7 @@ PASS: test_writeback_also_writes_immediately (test.test_shelve.TestCase)
----------------------------------------------------------------------
-Ran 94 tests in 0.091s
+Ran 94 tests in 0.095s
OK
PASS: test_bool (test.test_shelve.TestAsciiFileShelve)
@@ -46305,10 +46298,10 @@ PASS: test_writeback_also_writes_immediately (test.test_shelve.TestCase)
----------------------------------------------------------------------
-Ran 94 tests in 0.073s
+Ran 94 tests in 0.095s
OK
-0:15:22 load avg: 0.79 [298/416/1] test_shlex
+0:16:57 load avg: 2.49 [298/416/1] test_shlex
testCompat (test.test_shlex.ShlexTest)
PASS: Test compatibility interface
testEmptyStringHandling (test.test_shlex.ShlexTest)
@@ -46337,10 +46330,10 @@ PASS: Test that tokens are split with types as expected.
----------------------------------------------------------------------
-Ran 13 tests in 0.010s
+Ran 13 tests in 0.016s
OK
-0:15:23 load avg: 0.79 [299/416/1] test_shutil
+0:16:57 load avg: 2.49 [299/416/1] test_shutil
PASS: test_module_all_attribute (test.test_shutil.PublicAPITests)
PASS: test_bad_environ (test.test_shutil.TermsizeTests)
test_does_not_crash (test.test_shutil.TermsizeTests)
@@ -46449,10 +46442,10 @@ PASS: test_relative_path (test.test_shutil.TestWhich)
----------------------------------------------------------------------
-Ran 102 tests in 0.259s
+Ran 102 tests in 0.324s
OK (skipped=10)
-0:15:23 load avg: 0.81 [300/416/1] test_signal
+0:16:57 load avg: 2.49 [300/416/1] test_signal
PASS: test_enums (test.test_signal.GenericTests)
PASS: test_itimer_exc (test.test_signal.ItimerTest)
PASS: test_itimer_prof (test.test_signal.ItimerTest)
@@ -46479,9 +46472,9 @@ PASS: test_setting_signal_handler_to_none_raises_error (test.test_signal.PosixTe
PASS: test_siginterrupt_off (test.test_signal.SiginterruptTest)
PASS: test_siginterrupt_on (test.test_signal.SiginterruptTest)
PASS: test_without_siginterrupt (test.test_signal.SiginterruptTest)
-test_stress_delivery_dependent (test.test_signal.StressTest) ... detected median itimer() resolution: 0.000999 s.
+test_stress_delivery_dependent (test.test_signal.StressTest) ... detected median itimer() resolution: 0.001001 s.
ok
-test_stress_delivery_simultaneous (test.test_signal.StressTest) ... detected median itimer() resolution: 0.001002 s.
+test_stress_delivery_simultaneous (test.test_signal.StressTest) ... detected median itimer() resolution: 0.000999 s.
ok
PASS: test_invalid_call (test.test_signal.WakeupFDTests)
PASS: test_invalid_fd (test.test_signal.WakeupFDTests)
@@ -46501,10 +46494,10 @@ SKIP: test_issue9324 (test.test_signal.WindowsSignalTests) 'Windows specific'
----------------------------------------------------------------------
-Ran 43 tests in 22.137s
+Ran 43 tests in 21.656s
OK (skipped=1)
-0:15:46 load avg: 0.80 [301/416/1] test_site
+0:17:19 load avg: 1.92 [301/416/1] test_site
PASS: test__getuserbase (test.test_site.HelperFunctionsTests)
PASS: test_addpackage (test.test_site.HelperFunctionsTests)
PASS: test_addpackage_import_bad_exec (test.test_site.HelperFunctionsTests)
@@ -46537,10 +46530,10 @@ SKIP: test_underpth_nosite_file (test.test_site._pthFileTests) 'only supported o
----------------------------------------------------------------------
-Ran 29 tests in 0.275s
+Ran 29 tests in 0.250s
OK (skipped=4)
-0:15:46 load avg: 0.80 [302/416/1] test_slice
+0:17:20 load avg: 1.92 [302/416/1] test_slice
PASS: test_cmp (test.test_slice.SliceTest)
PASS: test_constructor (test.test_slice.SliceTest)
PASS: test_cycle (test.test_slice.SliceTest)
@@ -46553,10 +46546,10 @@ PASS: test_setslice_without_getslice (test.test_slice.SliceTest)
----------------------------------------------------------------------
-Ran 9 tests in 0.154s
+Ran 9 tests in 0.249s
OK
-0:15:46 load avg: 0.80 [303/416/1] test_smtpd
+0:17:20 load avg: 1.84 [303/416/1] test_smtpd
PASS: test_process_SMTPUTF8_message_with_enable_SMTPUTF8_true (test.test_smtpd.DebuggingServerTest)
PASS: test_process_message_with_decode_data_false (test.test_smtpd.DebuggingServerTest)
PASS: test_process_message_with_decode_data_true (test.test_smtpd.DebuggingServerTest)
@@ -46713,10 +46706,10 @@ PASS: test_params_rejected (test.test_smtpd.TestRcptOptionParsing)
----------------------------------------------------------------------
-Ran 153 tests in 0.078s
+Ran 153 tests in 0.106s
OK
-0:15:47 load avg: 0.80 [304/416/1] test_smtplib
+0:17:20 load avg: 1.84 [304/416/1] test_smtplib
PASS: testFailingHELO (test.test_smtplib.BadHELOServerTests)
PASS: testBasic (test.test_smtplib.DebuggingServerTests)
PASS: testELHO (test.test_smtplib.DebuggingServerTests)
@@ -46782,21 +46775,21 @@ PASS: testLineTooLong (test.test_smtplib.TooLongLineTests)
----------------------------------------------------------------------
-Ran 62 tests in 0.936s
+Ran 62 tests in 0.858s
OK
-0:15:48 load avg: 0.80 [305/416/1] test_smtpnet
+0:17:21 load avg: 1.84 [305/416/1] test_smtpnet
test_smtpnet skipped -- Use of the 'network' resource not enabled
-0:15:48 load avg: 0.82 [306/416/1] test_sndhdr -- test_smtpnet skipped (resource denied)
+0:17:22 load avg: 1.84 [306/416/1] test_sndhdr -- test_smtpnet skipped (resource denied)
PASS: test_data (test.test_sndhdr.TestFormats)
PASS: test_pickleable (test.test_sndhdr.TestFormats)
----------------------------------------------------------------------
-Ran 2 tests in 0.004s
+Ran 2 tests in 0.005s
OK
-0:15:48 load avg: 0.82 [307/416/1] test_socket
+0:17:22 load avg: 1.84 [307/416/1] test_socket
PASS: testCloseException (test.test_socket.GeneralModuleTests)
PASS: testCrucialConstants (test.test_socket.GeneralModuleTests)
PASS: testDefaultTimeout (test.test_socket.GeneralModuleTests)
@@ -47355,12 +47348,12 @@ SKIP: test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags) 'requires Wind
----------------------------------------------------------------------
-Ran 555 tests in 24.932s
+Ran 555 tests in 24.404s
OK (skipped=86)
-0:16:13 load avg: 0.62 [308/416/1] test_socketserver
+0:17:47 load avg: 1.28 [308/416/1] test_socketserver
test_socketserver skipped -- Use of the 'network' resource not enabled
-0:16:14 load avg: 0.62 [309/416/1] test_sort -- test_socketserver skipped (resource denied)
+0:17:47 load avg: 1.28 [309/416/1] test_sort -- test_socketserver skipped (resource denied)
testStressfully (test.test_sort.TestBase) ... Testing size 0
checking identity
checking reversed
@@ -47495,6 +47488,8 @@ Testing size 32
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
+ complaining at Complains(10) Complains(6)
+ checking exception during sort left some permutation
checking stability
Testing size 33
checking identity
@@ -47522,8 +47517,6 @@ Testing size 64
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(23) Complains(22)
- checking exception during sort left some permutation
checking stability
Testing size 65
checking identity
@@ -47542,6 +47535,8 @@ Testing size 127
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
+ complaining at Complains(47) Complains(52)
+ checking exception during sort left some permutation
checking stability
Testing size 128
checking identity
@@ -47560,6 +47555,8 @@ Testing size 129
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
+ complaining at Complains(91) Complains(92)
+ checking exception during sort left some permutation
checking stability
Testing size 255
checking identity
@@ -47569,6 +47566,8 @@ Testing size 255
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
+ complaining at Complains(61) Complains(55)
+ checking exception during sort left some permutation
checking stability
Testing size 256
checking identity
@@ -47578,7 +47577,7 @@ Testing size 256
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(141) Complains(138)
+ complaining at Complains(162) Complains(225)
checking exception during sort left some permutation
checking stability
Testing size 257
@@ -47589,7 +47588,7 @@ Testing size 257
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(115) Complains(122)
+ complaining at Complains(8) Complains(10)
checking exception during sort left some permutation
checking stability
Testing size 511
@@ -47600,7 +47599,7 @@ Testing size 511
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(363) Complains(273)
+ complaining at Complains(109) Complains(110)
checking exception during sort left some permutation
checking stability
Testing size 512
@@ -47611,7 +47610,7 @@ Testing size 512
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(507) Complains(493)
+ complaining at Complains(37) Complains(38)
checking exception during sort left some permutation
checking stability
Testing size 513
@@ -47622,7 +47621,7 @@ Testing size 513
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(160) Complains(171)
+ complaining at Complains(111) Complains(109)
checking exception during sort left some permutation
checking stability
Testing size 10
@@ -47642,7 +47641,7 @@ Testing size 100
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(94) Complains(54)
+ complaining at Complains(29) Complains(36)
checking exception during sort left some permutation
checking stability
Testing size 1000
@@ -47653,7 +47652,7 @@ Testing size 1000
Checking against an insane comparison function.
If the implementation isn't careful, this may segfault.
checking an insane function left some permutation
- complaining at Complains(569) Complains(579)
+ complaining at Complains(418) Complains(417)
checking exception during sort left some permutation
checking stability
ok
@@ -47677,10 +47676,10 @@ PASS: test_unsafe_tuple_compare (test.test_sort.TestOptimizedCompares)
----------------------------------------------------------------------
-Ran 18 tests in 0.143s
+Ran 18 tests in 0.117s
OK
-0:16:14 load avg: 0.62 [310/416/1] test_source_encoding
+0:17:47 load avg: 1.28 [310/416/1] test_source_encoding
PASS: test_default_coding (test.test_source_encoding.BytesSourceEncodingTest)
PASS: test_double_coding_line (test.test_source_encoding.BytesSourceEncodingTest)
PASS: test_double_coding_same_line (test.test_source_encoding.BytesSourceEncodingTest)
@@ -47717,20 +47716,20 @@ PASS: test_pep263 (test.test_source_encoding.MiscSourceEncodingTest)
----------------------------------------------------------------------
-Ran 33 tests in 0.290s
+Ran 33 tests in 0.286s
OK
-0:16:15 load avg: 0.62 [311/416/1] test_spwd
+0:17:48 load avg: 1.28 [311/416/1] test_spwd
SKIP: test_getspnam_exception (test.test_spwd.TestSpwdNonRoot) 'non-root user required'
PASS: test_getspall (test.test_spwd.TestSpwdRoot)
PASS: test_getspnam (test.test_spwd.TestSpwdRoot)
----------------------------------------------------------------------
-Ran 3 tests in 0.001s
+Ran 3 tests in 0.002s
OK (skipped=1)
-0:16:15 load avg: 0.62 [312/416/1] test_sqlite
+0:17:48 load avg: 1.28 [312/416/1] test_sqlite
test_sqlite: testing with version '2.6.0', sqlite_version '3.28.0'
PASS: CheckAPILevel (sqlite3.test.dbapi.ModuleTests)
PASS: CheckDataError (sqlite3.test.dbapi.ModuleTests)
@@ -48026,10 +48025,10 @@ PASS: test_simple (sqlite3.test.backup.BackupTests)
----------------------------------------------------------------------
-Ran 283 tests in 0.544s
+Ran 283 tests in 0.501s
OK (skipped=1)
-0:16:16 load avg: 0.62 [313/416/1] test_ssl
+0:17:49 load avg: 1.28 [313/416/1] test_ssl
test_ssl: testing with 'OpenSSL 1.1.1b 26 Feb 2019' (1, 1, 1, 2, 15)
under 'Linux-5.0.7-yocto-standard-x86_64-with-glibc2.2.5'
HAS_SNI = True
@@ -48168,13 +48167,13 @@ PASS: test_pending (test.test_ssl.MemoryBIOTests)
PASS: test_read_write (test.test_ssl.MemoryBIOTests)
PASS: test_private_init (test.test_ssl.SSLObjectTests)
PASS: test_unwrap (test.test_ssl.SSLObjectTests)
-test_bio_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 43416)
+test_bio_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 58458)
Needed 2 calls to complete do_handshake().
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
Needed 4 calls to complete unwrap().
ok
-test_bio_read_write_data (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 33570)
+test_bio_read_write_data (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 49774)
Needed 2 calls to complete do_handshake().
Needed 1 calls to complete write().
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
@@ -48182,41 +48181,41 @@ Needed 1 calls to complete write().
Needed 4 calls to complete read().
Needed 2 calls to complete unwrap().
ok
-test_ciphers (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 51582)
+test_ciphers (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 33596)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 51584)
+ server: new connection from ('127.0.0.1', 33598)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_connect (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 34856)
+test_connect (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 42764)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 34858)
+ server: new connection from ('127.0.0.1', 42766)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_connect_cadata (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 52760)
+test_connect_cadata (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 49470)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 52762)
+ server: new connection from ('127.0.0.1', 49472)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_connect_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 54992)
+test_connect_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 44060)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 54994)
+ server: new connection from ('127.0.0.1', 44062)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 39460)
+test_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 44374)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_connect_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 42118)
+test_connect_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 60050)
- server: bad connection attempt from ('127.0.0.1', 42118):
+ server: bad connection attempt from ('127.0.0.1', 60050):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48228,19 +48227,19 @@ Traceback (most recent call last):
self._sslobj.do_handshake()
ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1056)
ok
-test_connect_with_context (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 38524)
+test_connect_with_context (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 34058)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 38526)
+ server: new connection from ('127.0.0.1', 34060)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 38528)
+ server: new connection from ('127.0.0.1', 34062)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 43434)
+test_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 41990)
- server: bad connection attempt from ('127.0.0.1', 43434):
+ server: bad connection attempt from ('127.0.0.1', 41990):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48252,20 +48251,20 @@ Traceback (most recent call last):
self._sslobj.do_handshake()
ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1056)
ok
-test_context_setget (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 40608)
+test_context_setget (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 48504)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 34478)
+test_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 35378)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_get_server_certificate (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 37812)
+test_get_server_certificate (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 54936)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 37816)
+ server: new connection from ('127.0.0.1', 54940)
-Verified certificate for localhost:57867 is
+Verified certificate for localhost:42927 is
-----BEGIN CERTIFICATE-----
MIIF8TCCBFmgAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV
BAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW
@@ -48304,10 +48303,10 @@ StPYQkKNM+NjytWHl5tNuBoDNLsc0gI/WSPiI4CIY8LwomOoiw==
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_get_server_certificate_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 50744)
+test_get_server_certificate_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 36980)
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)
- server: bad connection attempt from ('127.0.0.1', 50744):
+ server: bad connection attempt from ('127.0.0.1', 36980):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48319,15 +48318,15 @@ Traceback (most recent call last):
self._sslobj.do_handshake()
ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1056)
ok
-test_makefile_close (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 57832)
+test_makefile_close (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 42780)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 42904)
+test_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 38644)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 37504)
+test_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 53300)
Needed 2 calls to do_handshake() to establish session.
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
@@ -48344,7 +48343,7 @@ Connecting to an SSLv23 server with various client options ...
PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE
{PROTOCOL_TLSv1->PROTOCOL_TLS} CERT_NONE
ok
-test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 52818)
+test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 43530)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48354,7 +48353,7 @@ test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection f
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 45132)
+ server: new connection from ('127.0.0.1', 49670)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48364,7 +48363,7 @@ test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection f
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 32938)
+ server: new connection from ('127.0.0.1', 32800)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48374,7 +48373,7 @@ test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection f
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 44818)
+ server: new connection from ('127.0.0.1', 56358)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48387,7 +48386,7 @@ test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection f
ok
test_asyncore_server (test.test_ssl.ThreadedTests)
Check the example asyncore integration. ...
- server: new connection from 127.0.0.1:34800
+ server: new connection from 127.0.0.1:52482
client: sending b'FOO\n'...
server: read b'FOO\n' from client
client: read b'foo\n'
@@ -48401,12 +48400,12 @@ Check the example asyncore integration. ...
cleanup: successfully joined.
ok
test_check_hostname (test.test_ssl.ThreadedTests) ...
- server: new connection from ('127.0.0.1', 50704)
+ server: new connection from ('127.0.0.1', 45196)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 55908)
+ server: new connection from ('127.0.0.1', 55098)
- server: bad connection attempt from ('127.0.0.1', 55908):
+ server: bad connection attempt from ('127.0.0.1', 55098):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48419,33 +48418,33 @@ Traceback (most recent call last):
ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1056)
ok
test_check_hostname_idn (test.test_ssl.ThreadedTests) ...
- server: new connection from ('127.0.0.1', 56816)
+ server: new connection from ('127.0.0.1', 40626)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 55468)
+ server: new connection from ('127.0.0.1', 37128)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 56790)
+ server: new connection from ('127.0.0.1', 50278)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 37278)
+ server: new connection from ('127.0.0.1', 52000)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 34386)
+ server: new connection from ('127.0.0.1', 53300)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 56608)
+ server: new connection from ('127.0.0.1', 55560)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 38086)
+ server: new connection from ('127.0.0.1', 49742)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 34492)
+ server: new connection from ('127.0.0.1', 35870)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 52660)
+ server: new connection from ('127.0.0.1', 43022)
- server: bad connection attempt from ('127.0.0.1', 52660):
+ server: bad connection attempt from ('127.0.0.1', 43022):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48457,7 +48456,7 @@ Traceback (most recent call last):
self._sslobj.do_handshake()
ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1056)
ok
-test_compression (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 49232)
+test_compression (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 36322)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48469,7 +48468,7 @@ test_compression (test.test_ssl.ThreadedTests) ... server: new connection from
client: closing connection.
got compression: None
ok
-test_compression_disabled (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 52228)
+test_compression_disabled (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 58738)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48481,12 +48480,12 @@ test_compression_disabled (test.test_ssl.ThreadedTests) ... server: new connec
client: closing connection.
ok
test_crl_check (test.test_ssl.ThreadedTests) ...
- server: new connection from ('127.0.0.1', 60962)
+ server: new connection from ('127.0.0.1', 36790)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 37426)
+ server: new connection from ('127.0.0.1', 48280)
- server: bad connection attempt from ('127.0.0.1', 37426):
+ server: bad connection attempt from ('127.0.0.1', 48280):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48497,15 +48496,15 @@ Traceback (most recent call last):
File "/usr/lib/python3.7/ssl.py", line 1117, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1056)
- server: new connection from ('127.0.0.1', 40522)
+ server: new connection from ('127.0.0.1', 44068)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_default_ecdh_curve (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 47768)
+test_default_ecdh_curve (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 44746)
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
ok
-test_dh_params (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 55458)
+test_dh_params (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 44968)
server: connection cipher is now ('DHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
client: sending b'FOO\n'...
@@ -48517,18 +48516,18 @@ test_dh_params (test.test_ssl.ThreadedTests) ... server: new connection from (
client: closing connection.
ok
PASS: test_do_handshake_enotconn (test.test_ssl.ThreadedTests)
-test_dual_rsa_ecc (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 39016)
+test_dual_rsa_ecc (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 51752)
server: connection cipher is now ('ECDHE-ECDSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
ok
-test_ecc_cert (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 36052)
+test_ecc_cert (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 51656)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
SKIP: test_ecdh_curve (test.test_ssl.ThreadedTests) "TODO: Test doesn't work on 1.1.1"
test_echo (test.test_ssl.ThreadedTests)
Basic test of an SSL client connecting to a server ...
- server: new connection from ('127.0.0.1', 41554)
+ server: new connection from ('127.0.0.1', 54026)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48538,7 +48537,7 @@ Basic test of an SSL client connecting to a server ...
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 40042)
+ server: new connection from ('127.0.0.1', 33722)
client: sending b'FOO\n'...
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
@@ -48548,7 +48547,7 @@ Basic test of an SSL client connecting to a server ...
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 33918)
+ server: new connection from ('127.0.0.1', 45448)
client: sending b'FOO\n'...
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
@@ -48558,7 +48557,7 @@ Basic test of an SSL client connecting to a server ...
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 46454)
+ server: new connection from ('127.0.0.1', 60516)
client: sending b'FOO\n'...
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
@@ -48568,7 +48567,7 @@ Basic test of an SSL client connecting to a server ...
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 40936)
+ server: new connection from ('127.0.0.1', 40956)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48578,9 +48577,9 @@ Basic test of an SSL client connecting to a server ...
client: sending b'FOO\n'...
client: read b'foo\n'
client: closing connection.
- server: new connection from ('127.0.0.1', 38632)
+ server: new connection from ('127.0.0.1', 37956)
- server: bad connection attempt from ('127.0.0.1', 38632):
+ server: bad connection attempt from ('127.0.0.1', 37956):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48591,9 +48590,9 @@ Traceback (most recent call last):
File "/usr/lib/python3.7/ssl.py", line 1117, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL] called a function you should not call (_ssl.c:1056)
- server: new connection from ('127.0.0.1', 49774)
+ server: new connection from ('127.0.0.1', 44342)
- server: bad connection attempt from ('127.0.0.1', 49774):
+ server: bad connection attempt from ('127.0.0.1', 44342):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48604,9 +48603,9 @@ Traceback (most recent call last):
File "/usr/lib/python3.7/ssl.py", line 1117, in do_handshake
self._sslobj.do_handshake()
OSError: [Errno 0] Error
- server: new connection from ('127.0.0.1', 39240)
+ server: new connection from ('127.0.0.1', 51686)
- server: bad connection attempt from ('127.0.0.1', 39240):
+ server: bad connection attempt from ('127.0.0.1', 51686):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48638,15 +48637,15 @@ Connection cipher is ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256).
ok
PASS: test_getpeercert_enotconn (test.test_ssl.ThreadedTests)
PASS: test_handshake_timeout (test.test_ssl.ThreadedTests)
-test_min_max_version (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 53038)
+test_min_max_version (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 50670)
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 45556)
+ server: new connection from ('127.0.0.1', 44056)
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 44040)
+ server: new connection from ('127.0.0.1', 36254)
- server: bad connection attempt from ('127.0.0.1', 44040):
+ server: bad connection attempt from ('127.0.0.1', 36254):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48659,9 +48658,9 @@ Traceback (most recent call last):
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1056)
ok
SKIP: test_min_max_version_sslv3 (test.test_ssl.ThreadedTests) 'requires SSLv3 support'
-test_no_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 53480)
+test_no_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 38600)
- server: bad connection attempt from ('127.0.0.1', 53480):
+ server: bad connection attempt from ('127.0.0.1', 38600):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48673,10 +48672,10 @@ Traceback (most recent call last):
self._sslobj.do_handshake()
ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1056)
ok
-test_nonblocking_send (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 38708)
+test_nonblocking_send (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 36200)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- Connection reset by peer: ('127.0.0.1', 38708)
+ Connection reset by peer: ('127.0.0.1', 36200)
ok
SKIP: test_npn_protocols (test.test_ssl.ThreadedTests) 'NPN support needed for this test'
test_protocol_sslv2 (test.test_ssl.ThreadedTests)
@@ -48711,17 +48710,17 @@ ok
PASS: test_read_write_after_close_raises_valuerror (test.test_ssl.ThreadedTests)
test_recv_send (test.test_ssl.ThreadedTests)
Test recv(), send() and friends. ...
- server: new connection from ('127.0.0.1', 35490)
+ server: new connection from ('127.0.0.1', 34496)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_recv_zero (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 54834)
+test_recv_zero (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 49632)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
test_rude_shutdown (test.test_ssl.ThreadedTests)
PASS: A brutal shutdown of an SSL server should raise an OSError
-test_selected_alpn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 57544)
+test_selected_alpn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 58486)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48732,7 +48731,7 @@ test_selected_alpn_protocol (test.test_ssl.ThreadedTests) ... server: new conn
client: read b'foo\n'
client: closing connection.
ok
-test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 56760)
+test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 41398)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48743,7 +48742,7 @@ test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests) ..
client: read b'foo\n'
client: closing connection.
ok
-test_selected_npn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 55304)
+test_selected_npn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 49522)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48756,31 +48755,31 @@ test_selected_npn_protocol (test.test_ssl.ThreadedTests) ... server: new conne
ok
PASS: test_sendfile (test.test_ssl.ThreadedTests)
PASS: test_server_accept (test.test_ssl.ThreadedTests)
-test_session (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 53496)
+test_session (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 47734)
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 38708)
+ server: new connection from ('127.0.0.1', 55080)
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 41838)
+ server: new connection from ('127.0.0.1', 49674)
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 58668)
+ server: new connection from ('127.0.0.1', 50074)
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
ok
PASS: test_session_handling (test.test_ssl.ThreadedTests)
-test_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 34018)
+test_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 52270)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
-test_sni_callback (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 41646)
+test_sni_callback (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 40412)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 57934)
+ server: new connection from ('127.0.0.1', 47356)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 45080)
+ server: new connection from ('127.0.0.1', 45228)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
@@ -48789,16 +48788,16 @@ PASS: test_sni_callback_raising (test.test_ssl.ThreadedTests)
PASS: test_sni_callback_wrong_return_type (test.test_ssl.ThreadedTests)
test_socketserver (test.test_ssl.ThreadedTests)
Using socketserver to create and manage SSL connections. ...
- server (('127.0.0.1', 36573):36573 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [27/May/2019 18:29:50] "GET /keycert.pem HTTP/1.1" 200 -
- client: read 4058 bytes from remote server '<HTTPSServerThread <HTTPSServer localhost.localdomain:36573>>'
+ server (('127.0.0.1', 41509):41509 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [28/May/2019 00:29:36] "GET /keycert.pem HTTP/1.1" 200 -
+ client: read 4058 bytes from remote server '<HTTPSServerThread <HTTPSServer localhost.localdomain:41509>>'
stopping HTTPS server
joining HTTPS thread
ok
test_ssl_cert_verify_error (test.test_ssl.ThreadedTests) ...
- server: new connection from ('127.0.0.1', 56428)
+ server: new connection from ('127.0.0.1', 44654)
- server: bad connection attempt from ('127.0.0.1', 56428):
+ server: bad connection attempt from ('127.0.0.1', 44654):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48813,7 +48812,7 @@ ok
test_starttls (test.test_ssl.ThreadedTests)
Switching from clear text to encrypted and back again. ...
client: sending b'msg 1'...
- server: new connection from ('127.0.0.1', 47408)
+ server: new connection from ('127.0.0.1', 36910)
server: read b'msg 1' (unencrypted), sending back b'msg 1' (unencrypted)...
client: read b'msg 1' from server
client: sending b'MSG 2'...
@@ -48843,26 +48842,26 @@ Switching from clear text to encrypted and back again. ...
client: closing connection.
server: client closed connection
ok
-test_tls1_3 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 54158)
+test_tls1_3 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 36220)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
test_tls_unique_channel_binding (test.test_ssl.ThreadedTests)
Test tls-unique channel binding. ...
- server: new connection from ('127.0.0.1', 44736)
- got channel binding data: b'_\xee\x8d\xb1\xaf\xcc\x1e\xe2\xc9\xdf26\xd7\xf5\xe71Hu\xdc0x\tx\x00\xde}\x12\xc9\xf1\x8c\xfd\x01\x94\xf5\x01\xa6>\xb7\xb1B9\xeb\xff&.-\xa4\xd3'
+ server: new connection from ('127.0.0.1', 35010)
+ got channel binding data: b"\x15TTa\xb5W\xc8\x1d\x16\xc8\xf2\x99l\x044\xa4\x8c\x1f{\xfe\xbdMHU\x82\x1bj\xdd\x83\xec>\xe5\xf2zLP\xc3e'\xa5\x1d\xf1AT\xbd!\x80\xcd"
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
- server: new connection from ('127.0.0.1', 44738)
-got another channel binding data: b'\x9aQJ\xe8\xa5\xfb\xc9\x8atp\x14\xb2:\xa5\xad\x9c\xf5B4\xf7\xbe=\x03X\n\xa7\xbfo-3\xb5\xc5\x8757x\xd8\n\x91\x1f\xdd&\xdb\x14\xf0\xee\x94M'
+ server: new connection from ('127.0.0.1', 35012)
+got another channel binding data: b'\x8c\x82\xdeo\xaas\xab\x10M<\xabl\xcdK8\x13%A\xba\x92y!\x98\xc3Q|z"Z\x1c\xbe:\x7f\x18\x86\xcd\xfc>1r\xc8\xfaXk2t\x84C'
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
PASS: test_version_basic (test.test_ssl.ThreadedTests)
test_wrong_cert_tls12 (test.test_ssl.ThreadedTests)
-Connecting when the server rejects the client's certificate ... server: new connection from ('127.0.0.1', 36188)
+Connecting when the server rejects the client's certificate ... server: new connection from ('127.0.0.1', 47792)
- server: bad connection attempt from ('127.0.0.1', 36188):
+ server: bad connection attempt from ('127.0.0.1', 47792):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48876,9 +48875,9 @@ Traceback (most recent call last):
SSLError is SSLError(1, '[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1056)')
ok
-test_wrong_cert_tls13 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 36420)
+test_wrong_cert_tls13 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 50164)
- server: bad connection attempt from ('127.0.0.1', 36420):
+ server: bad connection attempt from ('127.0.0.1', 50164):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48905,12 +48904,12 @@ PASS: test_pha_setter (test.test_ssl.TestPostHandshakeAuth)
----------------------------------------------------------------------
-Ran 150 tests in 5.214s
+Ran 150 tests in 4.558s
OK (skipped=10)
-0:16:21 load avg: 0.57 [314/416/1] test_startfile
+0:17:53 load avg: 1.18 [314/416/1] test_startfile
test_startfile skipped -- object <module 'os' from '/usr/lib/python3.7/os.py'> has no attribute 'startfile'
-0:16:21 load avg: 0.57 [315/416/1] test_stat -- test_startfile skipped
+0:17:54 load avg: 1.18 [315/416/1] test_stat -- test_startfile skipped
PASS: test_devices (test.test_stat.TestFilemodeCStat)
PASS: test_directory (test.test_stat.TestFilemodeCStat)
PASS: test_fifo (test.test_stat.TestFilemodeCStat)
@@ -48928,10 +48927,10 @@ PASS: test_module_attributes (test.test_stat.TestFilemodePyStat)
----------------------------------------------------------------------
-Ran 14 tests in 0.005s
+Ran 14 tests in 0.006s
OK (skipped=2)
-0:16:22 load avg: 0.57 [316/416/1] test_statistics
+0:17:54 load avg: 1.18 [316/416/1] test_statistics
PASS: test_exactly_equal_absolute (test.test_statistics.ApproxEqualExactTest)
PASS: test_exactly_equal_absolute_decimals (test.test_statistics.ApproxEqualExactTest)
PASS: test_exactly_equal_both (test.test_statistics.ApproxEqualExactTest)
@@ -49504,11 +49503,11 @@ PASS: Doctest: test.test_statistics.approx_equal
----------------------------------------------------------------------
-Ran 296 tests in 0.495s
+Ran 296 tests in 0.778s
OK
-0:16:22 load avg: 0.57 [317/416/1] test_strftime
-test_strftime (test.test_strftime.StrftimeTest) ... strftime test for Mon May 27 18:29:52 2019
+0:17:55 load avg: 1.16 [317/416/1] test_strftime
+test_strftime (test.test_strftime.StrftimeTest) ... strftime test for Tue May 28 00:29:39 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49524,9 +49523,9 @@ Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
Strftime test, platform: linux, Python version: 3.7.3
-strftime test for Fri Feb 2 04:54:52 2018
+strftime test for Fri Feb 2 10:54:39 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Feb 02 04:54:52 2018, but got Fri Feb 2 04:54:52 2018
+ Expected Fri Feb 02 10:54:39 2018, but got Fri Feb 2 10:54:39 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -49540,9 +49539,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Feb 3 03:56:01 2018
+strftime test for Sat Feb 3 09:55:48 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Feb 03 03:56:01 2018, but got Sat Feb 3 03:56:01 2018
+ Expected Sat Feb 03 09:55:48 2018, but got Sat Feb 3 09:55:48 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -49556,9 +49555,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Feb 4 02:57:10 2018
+strftime test for Sun Feb 4 08:56:57 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Feb 04 02:57:10 2018, but got Sun Feb 4 02:57:10 2018
+ Expected Sun Feb 04 08:56:57 2018, but got Sun Feb 4 08:56:57 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -49572,9 +49571,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Feb 5 01:58:19 2018
+strftime test for Mon Feb 5 07:58:06 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Feb 05 01:58:19 2018, but got Mon Feb 5 01:58:19 2018
+ Expected Mon Feb 05 07:58:06 2018, but got Mon Feb 5 07:58:06 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -49588,9 +49587,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Feb 6 00:59:28 2018
+strftime test for Tue Feb 6 06:59:15 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Feb 06 00:59:28 2018, but got Tue Feb 6 00:59:28 2018
+ Expected Tue Feb 06 06:59:15 2018, but got Tue Feb 6 06:59:15 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -49604,9 +49603,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Feb 7 00:00:37 2018
+strftime test for Wed Feb 7 06:00:24 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Feb 07 00:00:37 2018, but got Wed Feb 7 00:00:37 2018
+ Expected Wed Feb 07 06:00:24 2018, but got Wed Feb 7 06:00:24 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -49620,9 +49619,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Feb 7 23:01:46 2018
+strftime test for Thu Feb 8 05:01:33 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Feb 07 23:01:46 2018, but got Wed Feb 7 23:01:46 2018
+ Expected Thu Feb 08 05:01:33 2018, but got Thu Feb 8 05:01:33 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -49636,9 +49635,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Feb 8 22:02:55 2018
+strftime test for Fri Feb 9 04:02:42 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Feb 08 22:02:55 2018, but got Thu Feb 8 22:02:55 2018
+ Expected Fri Feb 09 04:02:42 2018, but got Fri Feb 9 04:02:42 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -49652,9 +49651,8 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Feb 9 21:04:04 2018
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Feb 09 21:04:04 2018, but got Fri Feb 9 21:04:04 2018
+strftime test for Sat Feb 10 03:03:51 2018
+Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -49668,7 +49666,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Feb 10 20:05:13 2018
+strftime test for Sun Feb 11 02:05:00 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49683,7 +49681,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Feb 11 19:06:22 2018
+strftime test for Mon Feb 12 01:06:09 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49698,7 +49696,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Feb 12 18:07:31 2018
+strftime test for Tue Feb 13 00:07:18 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49713,7 +49711,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Feb 13 17:08:40 2018
+strftime test for Tue Feb 13 23:08:27 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49728,7 +49726,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Feb 14 16:09:49 2018
+strftime test for Wed Feb 14 22:09:36 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49743,7 +49741,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Feb 15 15:10:58 2018
+strftime test for Thu Feb 15 21:10:45 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49758,7 +49756,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Feb 16 14:12:07 2018
+strftime test for Fri Feb 16 20:11:54 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49773,7 +49771,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Feb 17 13:13:16 2018
+strftime test for Sat Feb 17 19:13:03 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49788,7 +49786,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Feb 18 12:14:25 2018
+strftime test for Sun Feb 18 18:14:12 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49803,7 +49801,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Feb 19 11:15:34 2018
+strftime test for Mon Feb 19 17:15:21 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49818,7 +49816,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Feb 20 10:16:43 2018
+strftime test for Tue Feb 20 16:16:30 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49833,7 +49831,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Feb 21 09:17:52 2018
+strftime test for Wed Feb 21 15:17:39 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49848,7 +49846,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Feb 22 08:19:01 2018
+strftime test for Thu Feb 22 14:18:48 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49863,7 +49861,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Feb 23 07:20:10 2018
+strftime test for Fri Feb 23 13:19:57 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49878,7 +49876,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Feb 24 06:21:19 2018
+strftime test for Sat Feb 24 12:21:06 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49893,7 +49891,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Feb 25 05:22:28 2018
+strftime test for Sun Feb 25 11:22:15 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49908,9 +49906,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed May 9 02:49:52 2018
+strftime test for Wed May 9 08:49:39 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed May 09 02:49:52 2018, but got Wed May 9 02:49:52 2018
+ Expected Wed May 09 08:49:39 2018, but got Wed May 9 08:49:39 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -49924,7 +49922,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu May 10 01:51:01 2018
+strftime test for Thu May 10 07:50:48 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49939,7 +49937,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri May 11 00:52:10 2018
+strftime test for Fri May 11 06:51:57 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49954,7 +49952,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri May 11 23:53:19 2018
+strftime test for Sat May 12 05:53:06 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49969,7 +49967,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat May 12 22:54:28 2018
+strftime test for Sun May 13 04:54:15 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49984,7 +49982,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun May 13 21:55:37 2018
+strftime test for Mon May 14 03:55:24 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -49999,7 +49997,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon May 14 20:56:46 2018
+strftime test for Tue May 15 02:56:33 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50014,7 +50012,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue May 15 19:57:55 2018
+strftime test for Wed May 16 01:57:42 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50029,7 +50027,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed May 16 18:59:04 2018
+strftime test for Thu May 17 00:58:51 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50044,7 +50042,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu May 17 18:00:13 2018
+strftime test for Fri May 18 00:00:00 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50059,7 +50057,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri May 18 17:01:22 2018
+strftime test for Fri May 18 23:01:09 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50074,7 +50072,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat May 19 16:02:31 2018
+strftime test for Sat May 19 22:02:18 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50089,7 +50087,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun May 20 15:03:40 2018
+strftime test for Sun May 20 21:03:27 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50104,7 +50102,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon May 21 14:04:49 2018
+strftime test for Mon May 21 20:04:36 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50119,7 +50117,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue May 22 13:05:58 2018
+strftime test for Tue May 22 19:05:45 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50134,7 +50132,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed May 23 12:07:07 2018
+strftime test for Wed May 23 18:06:54 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50149,7 +50147,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu May 24 11:08:16 2018
+strftime test for Thu May 24 17:08:03 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50164,7 +50162,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri May 25 10:09:25 2018
+strftime test for Fri May 25 16:09:12 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50179,7 +50177,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat May 26 09:10:34 2018
+strftime test for Sat May 26 15:10:21 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50194,7 +50192,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun May 27 08:11:43 2018
+strftime test for Sun May 27 14:11:30 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50209,7 +50207,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon May 28 07:12:52 2018
+strftime test for Mon May 28 13:12:39 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50224,7 +50222,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue May 29 06:14:01 2018
+strftime test for Tue May 29 12:13:48 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50239,7 +50237,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed May 30 05:15:10 2018
+strftime test for Wed May 30 11:14:57 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50254,7 +50252,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu May 31 04:16:19 2018
+strftime test for Thu May 31 10:16:06 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50269,9 +50267,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jun 1 03:17:28 2018
+strftime test for Fri Jun 1 09:17:15 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Jun 01 03:17:28 2018, but got Fri Jun 1 03:17:28 2018
+ Expected Fri Jun 01 09:17:15 2018, but got Fri Jun 1 09:17:15 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -50285,7 +50283,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Aug 13 00:44:52 2018
+strftime test for Mon Aug 13 06:44:39 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50300,7 +50298,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Aug 13 23:46:01 2018
+strftime test for Tue Aug 14 05:45:48 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50315,7 +50313,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Aug 14 22:47:10 2018
+strftime test for Wed Aug 15 04:46:57 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50330,7 +50328,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Aug 15 21:48:19 2018
+strftime test for Thu Aug 16 03:48:06 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50345,7 +50343,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Aug 16 20:49:28 2018
+strftime test for Fri Aug 17 02:49:15 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50360,7 +50358,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Aug 17 19:50:37 2018
+strftime test for Sat Aug 18 01:50:24 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50375,7 +50373,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Aug 18 18:51:46 2018
+strftime test for Sun Aug 19 00:51:33 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50390,7 +50388,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Aug 19 17:52:55 2018
+strftime test for Sun Aug 19 23:52:42 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50405,7 +50403,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Aug 20 16:54:04 2018
+strftime test for Mon Aug 20 22:53:51 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50420,7 +50418,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Aug 21 15:55:13 2018
+strftime test for Tue Aug 21 21:55:00 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50435,7 +50433,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Aug 22 14:56:22 2018
+strftime test for Wed Aug 22 20:56:09 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50450,7 +50448,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Aug 23 13:57:31 2018
+strftime test for Thu Aug 23 19:57:18 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50465,7 +50463,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Aug 24 12:58:40 2018
+strftime test for Fri Aug 24 18:58:27 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50480,7 +50478,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Aug 25 11:59:49 2018
+strftime test for Sat Aug 25 17:59:36 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50495,7 +50493,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Aug 26 11:00:58 2018
+strftime test for Sun Aug 26 17:00:45 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50510,7 +50508,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Aug 27 10:02:07 2018
+strftime test for Mon Aug 27 16:01:54 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50525,7 +50523,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Aug 28 09:03:16 2018
+strftime test for Tue Aug 28 15:03:03 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50540,7 +50538,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Aug 29 08:04:25 2018
+strftime test for Wed Aug 29 14:04:12 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50555,7 +50553,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Aug 30 07:05:34 2018
+strftime test for Thu Aug 30 13:05:21 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50570,7 +50568,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Aug 31 06:06:43 2018
+strftime test for Fri Aug 31 12:06:30 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50585,9 +50583,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Sep 1 05:07:52 2018
+strftime test for Sat Sep 1 11:07:39 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Sep 01 05:07:52 2018, but got Sat Sep 1 05:07:52 2018
+ Expected Sat Sep 01 11:07:39 2018, but got Sat Sep 1 11:07:39 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -50601,9 +50599,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Sep 2 04:09:01 2018
+strftime test for Sun Sep 2 10:08:48 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Sep 02 04:09:01 2018, but got Sun Sep 2 04:09:01 2018
+ Expected Sun Sep 02 10:08:48 2018, but got Sun Sep 2 10:08:48 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -50617,9 +50615,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Sep 3 03:10:10 2018
+strftime test for Mon Sep 3 09:09:57 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Sep 03 03:10:10 2018, but got Mon Sep 3 03:10:10 2018
+ Expected Mon Sep 03 09:09:57 2018, but got Mon Sep 3 09:09:57 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -50633,9 +50631,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Sep 4 02:11:19 2018
+strftime test for Tue Sep 4 08:11:06 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Sep 04 02:11:19 2018, but got Tue Sep 4 02:11:19 2018
+ Expected Tue Sep 04 08:11:06 2018, but got Tue Sep 4 08:11:06 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -50649,9 +50647,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Sep 5 01:12:28 2018
+strftime test for Wed Sep 5 07:12:15 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Sep 05 01:12:28 2018, but got Wed Sep 5 01:12:28 2018
+ Expected Wed Sep 05 07:12:15 2018, but got Wed Sep 5 07:12:15 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -50665,7 +50663,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Nov 16 22:39:52 2018
+strftime test for Sat Nov 17 04:39:39 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50680,7 +50678,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Nov 17 21:41:01 2018
+strftime test for Sun Nov 18 03:40:48 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50695,7 +50693,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Nov 18 20:42:10 2018
+strftime test for Mon Nov 19 02:41:57 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50710,7 +50708,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Nov 19 19:43:19 2018
+strftime test for Tue Nov 20 01:43:06 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50725,7 +50723,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Nov 20 18:44:28 2018
+strftime test for Wed Nov 21 00:44:15 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50740,7 +50738,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Nov 21 17:45:37 2018
+strftime test for Wed Nov 21 23:45:24 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50755,7 +50753,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Nov 22 16:46:46 2018
+strftime test for Thu Nov 22 22:46:33 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50770,7 +50768,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Nov 23 15:47:55 2018
+strftime test for Fri Nov 23 21:47:42 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50785,7 +50783,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Nov 24 14:49:04 2018
+strftime test for Sat Nov 24 20:48:51 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50800,7 +50798,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Nov 25 13:50:13 2018
+strftime test for Sun Nov 25 19:50:00 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50815,7 +50813,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Nov 26 12:51:22 2018
+strftime test for Mon Nov 26 18:51:09 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50830,7 +50828,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Nov 27 11:52:31 2018
+strftime test for Tue Nov 27 17:52:18 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50845,7 +50843,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Nov 28 10:53:40 2018
+strftime test for Wed Nov 28 16:53:27 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50860,7 +50858,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Nov 29 09:54:49 2018
+strftime test for Thu Nov 29 15:54:36 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50875,7 +50873,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Nov 30 08:55:58 2018
+strftime test for Fri Nov 30 14:55:45 2018
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -50890,9 +50888,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Dec 1 07:57:07 2018
+strftime test for Sat Dec 1 13:56:54 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Dec 01 07:57:07 2018, but got Sat Dec 1 07:57:07 2018
+ Expected Sat Dec 01 13:56:54 2018, but got Sat Dec 1 13:56:54 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -50906,9 +50904,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Dec 2 06:58:16 2018
+strftime test for Sun Dec 2 12:58:03 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Dec 02 06:58:16 2018, but got Sun Dec 2 06:58:16 2018
+ Expected Sun Dec 02 12:58:03 2018, but got Sun Dec 2 12:58:03 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -50922,9 +50920,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Dec 3 05:59:25 2018
+strftime test for Mon Dec 3 11:59:12 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Dec 03 05:59:25 2018, but got Mon Dec 3 05:59:25 2018
+ Expected Mon Dec 03 11:59:12 2018, but got Mon Dec 3 11:59:12 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -50938,9 +50936,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Dec 4 05:00:34 2018
+strftime test for Tue Dec 4 11:00:21 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Dec 04 05:00:34 2018, but got Tue Dec 4 05:00:34 2018
+ Expected Tue Dec 04 11:00:21 2018, but got Tue Dec 4 11:00:21 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -50954,9 +50952,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Dec 5 04:01:43 2018
+strftime test for Wed Dec 5 10:01:30 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Dec 05 04:01:43 2018, but got Wed Dec 5 04:01:43 2018
+ Expected Wed Dec 05 10:01:30 2018, but got Wed Dec 5 10:01:30 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -50970,9 +50968,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Dec 6 03:02:52 2018
+strftime test for Thu Dec 6 09:02:39 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Dec 06 03:02:52 2018, but got Thu Dec 6 03:02:52 2018
+ Expected Thu Dec 06 09:02:39 2018, but got Thu Dec 6 09:02:39 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -50986,9 +50984,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Dec 7 02:04:01 2018
+strftime test for Fri Dec 7 08:03:48 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Dec 07 02:04:01 2018, but got Fri Dec 7 02:04:01 2018
+ Expected Fri Dec 07 08:03:48 2018, but got Fri Dec 7 08:03:48 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51002,9 +51000,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Dec 8 01:05:10 2018
+strftime test for Sat Dec 8 07:04:57 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Dec 08 01:05:10 2018, but got Sat Dec 8 01:05:10 2018
+ Expected Sat Dec 08 07:04:57 2018, but got Sat Dec 8 07:04:57 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51018,9 +51016,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Dec 9 00:06:19 2018
+strftime test for Sun Dec 9 06:06:06 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Dec 09 00:06:19 2018, but got Sun Dec 9 00:06:19 2018
+ Expected Sun Dec 09 06:06:06 2018, but got Sun Dec 9 06:06:06 2018
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51034,9 +51032,8 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Dec 9 23:07:28 2018
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Dec 09 23:07:28 2018, but got Sun Dec 9 23:07:28 2018
+strftime test for Mon Dec 10 05:07:15 2018
+Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51050,7 +51047,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Feb 20 20:34:52 2019
+strftime test for Thu Feb 21 02:34:39 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51065,7 +51062,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Feb 21 19:36:01 2019
+strftime test for Fri Feb 22 01:35:48 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51080,7 +51077,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Feb 22 18:37:10 2019
+strftime test for Sat Feb 23 00:36:57 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51095,7 +51092,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Feb 23 17:38:19 2019
+strftime test for Sat Feb 23 23:38:06 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51110,7 +51107,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Feb 24 16:39:28 2019
+strftime test for Sun Feb 24 22:39:15 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51125,7 +51122,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Feb 25 15:40:37 2019
+strftime test for Mon Feb 25 21:40:24 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51140,7 +51137,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Feb 26 14:41:46 2019
+strftime test for Tue Feb 26 20:41:33 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51155,7 +51152,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Feb 27 13:42:55 2019
+strftime test for Wed Feb 27 19:42:42 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51170,7 +51167,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Feb 28 12:44:04 2019
+strftime test for Thu Feb 28 18:43:51 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51185,9 +51182,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Mar 1 11:45:13 2019
+strftime test for Fri Mar 1 17:45:00 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Mar 01 11:45:13 2019, but got Fri Mar 1 11:45:13 2019
+ Expected Fri Mar 01 17:45:00 2019, but got Fri Mar 1 17:45:00 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51201,9 +51198,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Mar 2 10:46:22 2019
+strftime test for Sat Mar 2 16:46:09 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Mar 02 10:46:22 2019, but got Sat Mar 2 10:46:22 2019
+ Expected Sat Mar 02 16:46:09 2019, but got Sat Mar 2 16:46:09 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51217,9 +51214,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Mar 3 09:47:31 2019
+strftime test for Sun Mar 3 15:47:18 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Mar 03 09:47:31 2019, but got Sun Mar 3 09:47:31 2019
+ Expected Sun Mar 03 15:47:18 2019, but got Sun Mar 3 15:47:18 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51233,9 +51230,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Mar 4 08:48:40 2019
+strftime test for Mon Mar 4 14:48:27 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Mar 04 08:48:40 2019, but got Mon Mar 4 08:48:40 2019
+ Expected Mon Mar 04 14:48:27 2019, but got Mon Mar 4 14:48:27 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51249,9 +51246,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Mar 5 07:49:49 2019
+strftime test for Tue Mar 5 13:49:36 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Mar 05 07:49:49 2019, but got Tue Mar 5 07:49:49 2019
+ Expected Tue Mar 05 13:49:36 2019, but got Tue Mar 5 13:49:36 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51265,9 +51262,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Mar 6 06:50:58 2019
+strftime test for Wed Mar 6 12:50:45 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Mar 06 06:50:58 2019, but got Wed Mar 6 06:50:58 2019
+ Expected Wed Mar 06 12:50:45 2019, but got Wed Mar 6 12:50:45 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51281,9 +51278,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Mar 7 05:52:07 2019
+strftime test for Thu Mar 7 11:51:54 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Mar 07 05:52:07 2019, but got Thu Mar 7 05:52:07 2019
+ Expected Thu Mar 07 11:51:54 2019, but got Thu Mar 7 11:51:54 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51297,9 +51294,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Mar 8 04:53:16 2019
+strftime test for Fri Mar 8 10:53:03 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Mar 08 04:53:16 2019, but got Fri Mar 8 04:53:16 2019
+ Expected Fri Mar 08 10:53:03 2019, but got Fri Mar 8 10:53:03 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51313,9 +51310,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Mar 9 03:54:25 2019
+strftime test for Sat Mar 9 09:54:12 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Mar 09 03:54:25 2019, but got Sat Mar 9 03:54:25 2019
+ Expected Sat Mar 09 09:54:12 2019, but got Sat Mar 9 09:54:12 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51329,7 +51326,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Mar 10 02:55:34 2019
+strftime test for Sun Mar 10 08:55:21 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51344,7 +51341,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Mar 11 01:56:43 2019
+strftime test for Mon Mar 11 07:56:30 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51359,7 +51356,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Mar 12 00:57:52 2019
+strftime test for Tue Mar 12 06:57:39 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51374,7 +51371,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Mar 12 23:59:01 2019
+strftime test for Wed Mar 13 05:58:48 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51389,7 +51386,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Mar 13 23:00:10 2019
+strftime test for Thu Mar 14 04:59:57 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51404,7 +51401,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Mar 14 22:01:19 2019
+strftime test for Fri Mar 15 04:01:06 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51419,7 +51416,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Mar 15 21:02:28 2019
+strftime test for Sat Mar 16 03:02:15 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51434,7 +51431,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon May 27 18:29:52 2019
+strftime test for Tue May 28 00:29:39 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51449,7 +51446,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue May 28 17:31:01 2019
+strftime test for Tue May 28 23:30:48 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51464,7 +51461,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed May 29 16:32:10 2019
+strftime test for Wed May 29 22:31:57 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51479,7 +51476,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu May 30 15:33:19 2019
+strftime test for Thu May 30 21:33:06 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51494,7 +51491,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri May 31 14:34:28 2019
+strftime test for Fri May 31 20:34:15 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51509,9 +51506,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jun 1 13:35:37 2019
+strftime test for Sat Jun 1 19:35:24 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Jun 01 13:35:37 2019, but got Sat Jun 1 13:35:37 2019
+ Expected Sat Jun 01 19:35:24 2019, but got Sat Jun 1 19:35:24 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51525,9 +51522,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jun 2 12:36:46 2019
+strftime test for Sun Jun 2 18:36:33 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Jun 02 12:36:46 2019, but got Sun Jun 2 12:36:46 2019
+ Expected Sun Jun 02 18:36:33 2019, but got Sun Jun 2 18:36:33 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51541,9 +51538,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jun 3 11:37:55 2019
+strftime test for Mon Jun 3 17:37:42 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Jun 03 11:37:55 2019, but got Mon Jun 3 11:37:55 2019
+ Expected Mon Jun 03 17:37:42 2019, but got Mon Jun 3 17:37:42 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51557,9 +51554,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jun 4 10:39:04 2019
+strftime test for Tue Jun 4 16:38:51 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Jun 04 10:39:04 2019, but got Tue Jun 4 10:39:04 2019
+ Expected Tue Jun 04 16:38:51 2019, but got Tue Jun 4 16:38:51 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51573,9 +51570,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jun 5 09:40:13 2019
+strftime test for Wed Jun 5 15:40:00 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Jun 05 09:40:13 2019, but got Wed Jun 5 09:40:13 2019
+ Expected Wed Jun 05 15:40:00 2019, but got Wed Jun 5 15:40:00 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51589,9 +51586,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jun 6 08:41:22 2019
+strftime test for Thu Jun 6 14:41:09 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Jun 06 08:41:22 2019, but got Thu Jun 6 08:41:22 2019
+ Expected Thu Jun 06 14:41:09 2019, but got Thu Jun 6 14:41:09 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51605,9 +51602,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jun 7 07:42:31 2019
+strftime test for Fri Jun 7 13:42:18 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Jun 07 07:42:31 2019, but got Fri Jun 7 07:42:31 2019
+ Expected Fri Jun 07 13:42:18 2019, but got Fri Jun 7 13:42:18 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51621,9 +51618,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jun 8 06:43:40 2019
+strftime test for Sat Jun 8 12:43:27 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Jun 08 06:43:40 2019, but got Sat Jun 8 06:43:40 2019
+ Expected Sat Jun 08 12:43:27 2019, but got Sat Jun 8 12:43:27 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51637,9 +51634,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jun 9 05:44:49 2019
+strftime test for Sun Jun 9 11:44:36 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Jun 09 05:44:49 2019, but got Sun Jun 9 05:44:49 2019
+ Expected Sun Jun 09 11:44:36 2019, but got Sun Jun 9 11:44:36 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51653,7 +51650,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jun 10 04:45:58 2019
+strftime test for Mon Jun 10 10:45:45 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51668,7 +51665,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jun 11 03:47:07 2019
+strftime test for Tue Jun 11 09:46:54 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51683,7 +51680,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jun 12 02:48:16 2019
+strftime test for Wed Jun 12 08:48:03 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51698,7 +51695,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jun 13 01:49:25 2019
+strftime test for Thu Jun 13 07:49:12 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51713,7 +51710,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jun 14 00:50:34 2019
+strftime test for Fri Jun 14 06:50:21 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51728,7 +51725,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jun 14 23:51:43 2019
+strftime test for Sat Jun 15 05:51:30 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51743,7 +51740,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jun 15 22:52:52 2019
+strftime test for Sun Jun 16 04:52:39 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51758,7 +51755,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jun 16 21:54:01 2019
+strftime test for Mon Jun 17 03:53:48 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51773,7 +51770,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jun 17 20:55:10 2019
+strftime test for Tue Jun 18 02:54:57 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51788,7 +51785,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jun 18 19:56:19 2019
+strftime test for Wed Jun 19 01:56:06 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51803,7 +51800,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jun 19 18:57:28 2019
+strftime test for Thu Jun 20 00:57:15 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51818,7 +51815,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Aug 31 16:24:52 2019
+strftime test for Sat Aug 31 22:24:39 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51833,9 +51830,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Sep 1 15:26:01 2019
+strftime test for Sun Sep 1 21:25:48 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Sep 01 15:26:01 2019, but got Sun Sep 1 15:26:01 2019
+ Expected Sun Sep 01 21:25:48 2019, but got Sun Sep 1 21:25:48 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51849,9 +51846,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Sep 2 14:27:10 2019
+strftime test for Mon Sep 2 20:26:57 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Sep 02 14:27:10 2019, but got Mon Sep 2 14:27:10 2019
+ Expected Mon Sep 02 20:26:57 2019, but got Mon Sep 2 20:26:57 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51865,9 +51862,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Sep 3 13:28:19 2019
+strftime test for Tue Sep 3 19:28:06 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Sep 03 13:28:19 2019, but got Tue Sep 3 13:28:19 2019
+ Expected Tue Sep 03 19:28:06 2019, but got Tue Sep 3 19:28:06 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51881,9 +51878,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Sep 4 12:29:28 2019
+strftime test for Wed Sep 4 18:29:15 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Sep 04 12:29:28 2019, but got Wed Sep 4 12:29:28 2019
+ Expected Wed Sep 04 18:29:15 2019, but got Wed Sep 4 18:29:15 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51897,9 +51894,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Sep 5 11:30:37 2019
+strftime test for Thu Sep 5 17:30:24 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Sep 05 11:30:37 2019, but got Thu Sep 5 11:30:37 2019
+ Expected Thu Sep 05 17:30:24 2019, but got Thu Sep 5 17:30:24 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51913,9 +51910,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Sep 6 10:31:46 2019
+strftime test for Fri Sep 6 16:31:33 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Sep 06 10:31:46 2019, but got Fri Sep 6 10:31:46 2019
+ Expected Fri Sep 06 16:31:33 2019, but got Fri Sep 6 16:31:33 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51929,9 +51926,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Sep 7 09:32:55 2019
+strftime test for Sat Sep 7 15:32:42 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Sep 07 09:32:55 2019, but got Sat Sep 7 09:32:55 2019
+ Expected Sat Sep 07 15:32:42 2019, but got Sat Sep 7 15:32:42 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51945,9 +51942,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Sep 8 08:34:04 2019
+strftime test for Sun Sep 8 14:33:51 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Sep 08 08:34:04 2019, but got Sun Sep 8 08:34:04 2019
+ Expected Sun Sep 08 14:33:51 2019, but got Sun Sep 8 14:33:51 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51961,9 +51958,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Sep 9 07:35:13 2019
+strftime test for Mon Sep 9 13:35:00 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Sep 09 07:35:13 2019, but got Mon Sep 9 07:35:13 2019
+ Expected Mon Sep 09 13:35:00 2019, but got Mon Sep 9 13:35:00 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51977,7 +51974,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Sep 10 06:36:22 2019
+strftime test for Tue Sep 10 12:36:09 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -51992,7 +51989,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Sep 11 05:37:31 2019
+strftime test for Wed Sep 11 11:37:18 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52007,7 +52004,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Sep 12 04:38:40 2019
+strftime test for Thu Sep 12 10:38:27 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52022,7 +52019,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Sep 13 03:39:49 2019
+strftime test for Fri Sep 13 09:39:36 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52037,7 +52034,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Sep 14 02:40:58 2019
+strftime test for Sat Sep 14 08:40:45 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52052,7 +52049,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Sep 15 01:42:07 2019
+strftime test for Sun Sep 15 07:41:54 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52067,7 +52064,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Sep 16 00:43:16 2019
+strftime test for Mon Sep 16 06:43:03 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52082,7 +52079,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Sep 16 23:44:25 2019
+strftime test for Tue Sep 17 05:44:12 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52097,7 +52094,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Sep 17 22:45:34 2019
+strftime test for Wed Sep 18 04:45:21 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52112,7 +52109,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Sep 18 21:46:43 2019
+strftime test for Thu Sep 19 03:46:30 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52127,7 +52124,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Sep 19 20:47:52 2019
+strftime test for Fri Sep 20 02:47:39 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52142,7 +52139,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Sep 20 19:49:01 2019
+strftime test for Sat Sep 21 01:48:48 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52157,7 +52154,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Sep 21 18:50:10 2019
+strftime test for Sun Sep 22 00:49:57 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52172,7 +52169,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Sep 22 17:51:19 2019
+strftime test for Sun Sep 22 23:51:06 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52187,7 +52184,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Sep 23 16:52:28 2019
+strftime test for Mon Sep 23 22:52:15 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52202,9 +52199,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Dec 5 14:19:52 2019
+strftime test for Thu Dec 5 20:19:39 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Dec 05 14:19:52 2019, but got Thu Dec 5 14:19:52 2019
+ Expected Thu Dec 05 20:19:39 2019, but got Thu Dec 5 20:19:39 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -52218,9 +52215,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Dec 6 13:21:01 2019
+strftime test for Fri Dec 6 19:20:48 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Dec 06 13:21:01 2019, but got Fri Dec 6 13:21:01 2019
+ Expected Fri Dec 06 19:20:48 2019, but got Fri Dec 6 19:20:48 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -52234,9 +52231,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Dec 7 12:22:10 2019
+strftime test for Sat Dec 7 18:21:57 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Dec 07 12:22:10 2019, but got Sat Dec 7 12:22:10 2019
+ Expected Sat Dec 07 18:21:57 2019, but got Sat Dec 7 18:21:57 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -52250,9 +52247,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Dec 8 11:23:19 2019
+strftime test for Sun Dec 8 17:23:06 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Dec 08 11:23:19 2019, but got Sun Dec 8 11:23:19 2019
+ Expected Sun Dec 08 17:23:06 2019, but got Sun Dec 8 17:23:06 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -52266,9 +52263,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Dec 9 10:24:28 2019
+strftime test for Mon Dec 9 16:24:15 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Dec 09 10:24:28 2019, but got Mon Dec 9 10:24:28 2019
+ Expected Mon Dec 09 16:24:15 2019, but got Mon Dec 9 16:24:15 2019
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -52282,7 +52279,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Dec 10 09:25:37 2019
+strftime test for Tue Dec 10 15:25:24 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52297,7 +52294,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Dec 11 08:26:46 2019
+strftime test for Wed Dec 11 14:26:33 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52312,7 +52309,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Dec 12 07:27:55 2019
+strftime test for Thu Dec 12 13:27:42 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52327,7 +52324,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Dec 13 06:29:04 2019
+strftime test for Fri Dec 13 12:28:51 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52342,7 +52339,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Dec 14 05:30:13 2019
+strftime test for Sat Dec 14 11:30:00 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52357,7 +52354,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Dec 15 04:31:22 2019
+strftime test for Sun Dec 15 10:31:09 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52372,7 +52369,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Dec 16 03:32:31 2019
+strftime test for Mon Dec 16 09:32:18 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52387,7 +52384,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Dec 17 02:33:40 2019
+strftime test for Tue Dec 17 08:33:27 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52402,7 +52399,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Dec 18 01:34:49 2019
+strftime test for Wed Dec 18 07:34:36 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52417,7 +52414,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Dec 19 00:35:58 2019
+strftime test for Thu Dec 19 06:35:45 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52432,7 +52429,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Dec 19 23:37:07 2019
+strftime test for Fri Dec 20 05:36:54 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52447,7 +52444,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Dec 20 22:38:16 2019
+strftime test for Sat Dec 21 04:38:03 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52462,7 +52459,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Dec 21 21:39:25 2019
+strftime test for Sun Dec 22 03:39:12 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52477,7 +52474,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Dec 22 20:40:34 2019
+strftime test for Mon Dec 23 02:40:21 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52492,7 +52489,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Dec 23 19:41:43 2019
+strftime test for Tue Dec 24 01:41:30 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52507,7 +52504,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Dec 24 18:42:52 2019
+strftime test for Wed Dec 25 00:42:39 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52522,7 +52519,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Dec 25 17:44:01 2019
+strftime test for Wed Dec 25 23:43:48 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52537,7 +52534,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Dec 26 16:45:10 2019
+strftime test for Thu Dec 26 22:44:57 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52552,7 +52549,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Dec 27 15:46:19 2019
+strftime test for Fri Dec 27 21:46:06 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52567,7 +52564,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Dec 28 14:47:28 2019
+strftime test for Sat Dec 28 20:47:15 2019
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52582,7 +52579,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Mar 10 12:14:52 2020
+strftime test for Tue Mar 10 18:14:39 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52597,7 +52594,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Mar 11 11:16:01 2020
+strftime test for Wed Mar 11 17:15:48 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52612,7 +52609,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Mar 12 10:17:10 2020
+strftime test for Thu Mar 12 16:16:57 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52627,7 +52624,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Mar 13 09:18:19 2020
+strftime test for Fri Mar 13 15:18:06 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52642,7 +52639,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Mar 14 08:19:28 2020
+strftime test for Sat Mar 14 14:19:15 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52657,7 +52654,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Mar 15 07:20:37 2020
+strftime test for Sun Mar 15 13:20:24 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52672,7 +52669,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Mar 16 06:21:46 2020
+strftime test for Mon Mar 16 12:21:33 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52687,7 +52684,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Mar 17 05:22:55 2020
+strftime test for Tue Mar 17 11:22:42 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52702,7 +52699,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Mar 18 04:24:04 2020
+strftime test for Wed Mar 18 10:23:51 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52717,7 +52714,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Mar 19 03:25:13 2020
+strftime test for Thu Mar 19 09:25:00 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52732,7 +52729,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Mar 20 02:26:22 2020
+strftime test for Fri Mar 20 08:26:09 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52747,7 +52744,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Mar 21 01:27:31 2020
+strftime test for Sat Mar 21 07:27:18 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52762,7 +52759,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Mar 22 00:28:40 2020
+strftime test for Sun Mar 22 06:28:27 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52777,7 +52774,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Mar 22 23:29:49 2020
+strftime test for Mon Mar 23 05:29:36 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52792,7 +52789,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Mar 23 22:30:58 2020
+strftime test for Tue Mar 24 04:30:45 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52807,7 +52804,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Mar 24 21:32:07 2020
+strftime test for Wed Mar 25 03:31:54 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52822,7 +52819,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Mar 25 20:33:16 2020
+strftime test for Thu Mar 26 02:33:03 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52837,7 +52834,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Mar 26 19:34:25 2020
+strftime test for Fri Mar 27 01:34:12 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52852,7 +52849,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Mar 27 18:35:34 2020
+strftime test for Sat Mar 28 00:35:21 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52867,7 +52864,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Mar 28 17:36:43 2020
+strftime test for Sat Mar 28 23:36:30 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52882,7 +52879,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Mar 29 16:37:52 2020
+strftime test for Sun Mar 29 22:37:39 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52897,7 +52894,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Mar 30 15:39:01 2020
+strftime test for Mon Mar 30 21:38:48 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52912,7 +52909,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Mar 31 14:40:10 2020
+strftime test for Tue Mar 31 20:39:57 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52927,9 +52924,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Apr 1 13:41:19 2020
+strftime test for Wed Apr 1 19:41:06 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Apr 01 13:41:19 2020, but got Wed Apr 1 13:41:19 2020
+ Expected Wed Apr 01 19:41:06 2020, but got Wed Apr 1 19:41:06 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -52943,9 +52940,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Apr 2 12:42:28 2020
+strftime test for Thu Apr 2 18:42:15 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Apr 02 12:42:28 2020, but got Thu Apr 2 12:42:28 2020
+ Expected Thu Apr 02 18:42:15 2020, but got Thu Apr 2 18:42:15 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -52959,7 +52956,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jun 14 10:09:52 2020
+strftime test for Sun Jun 14 16:09:39 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52974,7 +52971,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jun 15 09:11:01 2020
+strftime test for Mon Jun 15 15:10:48 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -52989,7 +52986,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jun 16 08:12:10 2020
+strftime test for Tue Jun 16 14:11:57 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53004,7 +53001,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jun 17 07:13:19 2020
+strftime test for Wed Jun 17 13:13:06 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53019,7 +53016,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jun 18 06:14:28 2020
+strftime test for Thu Jun 18 12:14:15 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53034,7 +53031,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jun 19 05:15:37 2020
+strftime test for Fri Jun 19 11:15:24 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53049,7 +53046,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jun 20 04:16:46 2020
+strftime test for Sat Jun 20 10:16:33 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53064,7 +53061,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jun 21 03:17:55 2020
+strftime test for Sun Jun 21 09:17:42 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53079,7 +53076,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jun 22 02:19:04 2020
+strftime test for Mon Jun 22 08:18:51 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53094,7 +53091,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jun 23 01:20:13 2020
+strftime test for Tue Jun 23 07:20:00 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53109,7 +53106,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jun 24 00:21:22 2020
+strftime test for Wed Jun 24 06:21:09 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53124,7 +53121,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jun 24 23:22:31 2020
+strftime test for Thu Jun 25 05:22:18 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53139,7 +53136,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jun 25 22:23:40 2020
+strftime test for Fri Jun 26 04:23:27 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53154,7 +53151,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jun 26 21:24:49 2020
+strftime test for Sat Jun 27 03:24:36 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53169,7 +53166,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jun 27 20:25:58 2020
+strftime test for Sun Jun 28 02:25:45 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53184,7 +53181,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jun 28 19:27:07 2020
+strftime test for Mon Jun 29 01:26:54 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53199,7 +53196,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jun 29 18:28:16 2020
+strftime test for Tue Jun 30 00:28:03 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53214,7 +53211,7 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jun 30 17:29:25 2020
+strftime test for Tue Jun 30 23:29:12 2020
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
@@ -53229,9 +53226,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Wed Jul 1 16:30:34 2020
+strftime test for Wed Jul 1 22:30:21 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Jul 01 16:30:34 2020, but got Wed Jul 1 16:30:34 2020
+ Expected Wed Jul 01 22:30:21 2020, but got Wed Jul 1 22:30:21 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -53245,9 +53242,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Thu Jul 2 15:31:43 2020
+strftime test for Thu Jul 2 21:31:30 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Jul 02 15:31:43 2020, but got Thu Jul 2 15:31:43 2020
+ Expected Thu Jul 02 21:31:30 2020, but got Thu Jul 2 21:31:30 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -53261,9 +53258,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Fri Jul 3 14:32:52 2020
+strftime test for Fri Jul 3 20:32:39 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Jul 03 14:32:52 2020, but got Fri Jul 3 14:32:52 2020
+ Expected Fri Jul 03 20:32:39 2020, but got Fri Jul 3 20:32:39 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -53277,9 +53274,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sat Jul 4 13:34:01 2020
+strftime test for Sat Jul 4 19:33:48 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Jul 04 13:34:01 2020, but got Sat Jul 4 13:34:01 2020
+ Expected Sat Jul 04 19:33:48 2020, but got Sat Jul 4 19:33:48 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -53293,9 +53290,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Sun Jul 5 12:35:10 2020
+strftime test for Sun Jul 5 18:34:57 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Jul 05 12:35:10 2020, but got Sun Jul 5 12:35:10 2020
+ Expected Sun Jul 05 18:34:57 2020, but got Sun Jul 5 18:34:57 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -53309,9 +53306,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Mon Jul 6 11:36:19 2020
+strftime test for Mon Jul 6 17:36:06 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Jul 06 11:36:19 2020, but got Mon Jul 6 11:36:19 2020
+ Expected Mon Jul 06 17:36:06 2020, but got Mon Jul 6 17:36:06 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -53325,9 +53322,9 @@ Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Supports nonstandard '%3y' format (year without century rendered using fieldwidth)
-strftime test for Tue Jul 7 10:37:28 2020
+strftime test for Tue Jul 7 16:37:15 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Jul 07 10:37:28 2020, but got Tue Jul 7 10:37:28 2020
+ Expected Tue Jul 07 16:37:15 2020, but got Tue Jul 7 16:37:15 2020
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -53348,10 +53345,10 @@ PASS: test_y_before_1900 (test.test_strftime.Y1900Tests)
----------------------------------------------------------------------
-Ran 4 tests in 0.407s
+Ran 4 tests in 0.644s
OK
-0:16:23 load avg: 0.57 [318/416/1] test_string
+0:17:56 load avg: 1.16 [318/416/1] test_string
PASS: test_attrs (test.test_string.ModuleTest)
PASS: test_auto_numbering (test.test_string.ModuleTest)
PASS: test_basic_formatter (test.test_string.ModuleTest)
@@ -53391,10 +53388,10 @@ PASS: test_unicode_values (test.test_string.TestTemplate)
----------------------------------------------------------------------
-Ran 36 tests in 0.015s
+Ran 36 tests in 0.028s
OK
-0:16:23 load avg: 0.60 [319/416/1] test_string_literals
+0:17:56 load avg: 1.16 [319/416/1] test_string_literals
PASS: test_eval_bytes_incomplete (test.test_string_literals.TestLiterals)
PASS: test_eval_bytes_invalid_escape (test.test_string_literals.TestLiterals)
PASS: test_eval_bytes_normal (test.test_string_literals.TestLiterals)
@@ -53414,10 +53411,10 @@ PASS: test_template (test.test_string_literals.TestLiterals)
----------------------------------------------------------------------
-Ran 16 tests in 0.249s
+Ran 16 tests in 0.360s
OK
-0:16:23 load avg: 0.60 [320/416/1] test_stringprep
+0:17:57 load avg: 1.16 [320/416/1] test_stringprep
PASS: test (test.test_stringprep.StringprepTests)
----------------------------------------------------------------------
@@ -53425,7 +53422,7 @@ PASS: test (test.test_stringprep.StringprepTests)
Ran 1 test in 0.000s
OK
-0:16:24 load avg: 0.60 [321/416/1] test_strptime
+0:17:57 load avg: 1.16 [321/416/1] test_strptime
PASS: test_TimeRE_recreation_locale (test.test_strptime.CacheTests)
PASS: test_TimeRE_recreation_timezone (test.test_strptime.CacheTests)
PASS: test_new_localetime (test.test_strptime.CacheTests)
@@ -53480,10 +53477,10 @@ PASS: test_basic (test.test_strptime.getlang_Tests)
----------------------------------------------------------------------
-Ran 51 tests in 0.061s
+Ran 51 tests in 0.115s
OK (skipped=1)
-0:16:24 load avg: 0.60 [322/416/1] test_strtod
+0:17:57 load avg: 1.16 [322/416/1] test_strtod
PASS: test_bigcomp (test.test_strtod.StrtodTests)
PASS: test_boundaries (test.test_strtod.StrtodTests)
PASS: test_halfway_cases (test.test_strtod.StrtodTests)
@@ -53496,10 +53493,10 @@ PASS: test_underflow_boundary (test.test_strtod.StrtodTests)
----------------------------------------------------------------------
-Ran 9 tests in 0.550s
+Ran 9 tests in 1.183s
OK (skipped=1)
-0:16:25 load avg: 0.60 [323/416/1] test_struct
+0:17:59 load avg: 1.16 [323/416/1] test_struct
PASS: test_1530559 (test.test_struct.StructTest)
PASS: test_705836 (test.test_struct.StructTest)
PASS: test_Struct_reinitialization (test.test_struct.StructTest)
@@ -53533,10 +53530,10 @@ PASS: test_module_func (test.test_struct.UnpackIteratorTest)
----------------------------------------------------------------------
-Ran 30 tests in 0.336s
+Ran 30 tests in 0.845s
OK
-0:16:25 load avg: 0.60 [324/416/1] test_structmembers
+0:18:00 load avg: 1.16 [324/416/1] test_structmembers
PASS: test_bad_assignments (test.test_structmembers.ReadWriteTests)
PASS: test_bool (test.test_structmembers.ReadWriteTests)
PASS: test_byte (test.test_structmembers.ReadWriteTests)
@@ -53555,10 +53552,10 @@ PASS: test_ushort_max (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------
-Ran 15 tests in 0.003s
+Ran 15 tests in 0.006s
OK
-0:16:25 load avg: 0.60 [325/416/1] test_structseq
+0:18:00 load avg: 1.15 [325/416/1] test_structseq
PASS: test_cmp (test.test_structseq.StructSeqTest)
PASS: test_concat (test.test_structseq.StructSeqTest)
PASS: test_constructor (test.test_structseq.StructSeqTest)
@@ -53574,10 +53571,10 @@ PASS: test_tuple (test.test_structseq.StructSeqTest)
----------------------------------------------------------------------
-Ran 12 tests in 0.005s
+Ran 12 tests in 0.008s
OK
-0:16:25 load avg: 0.60 [326/416/1] test_subclassinit
+0:18:00 load avg: 1.15 [326/416/1] test_subclassinit
PASS: test_errors (test.test_subclassinit.Test)
PASS: test_errors_changed_pep487 (test.test_subclassinit.Test)
PASS: test_init_subclass (test.test_subclassinit.Test)
@@ -53598,10 +53595,10 @@ PASS: test_type (test.test_subclassinit.Test)
----------------------------------------------------------------------
-Ran 17 tests in 0.004s
+Ran 17 tests in 0.008s
OK
-0:16:26 load avg: 0.60 [327/416/1] test_subprocess
+0:18:00 load avg: 1.15 [327/416/1] test_subprocess
SKIP: test_noshell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces) 'Windows-specific tests'
SKIP: test_noshell_string_with_spaces (test.test_subprocess.CommandsWithSpaces) 'Windows-specific tests'
SKIP: test_shell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces) 'Windows-specific tests'
@@ -53909,10 +53906,10 @@ SKIP: test_terminate_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows s
----------------------------------------------------------------------
-Ran 286 tests in 32.624s
+Ran 286 tests in 34.585s
OK (skipped=29)
-0:16:58 load avg: 0.73 [328/416/1] test_sunau -- test_subprocess passed in 32 sec 906 ms
+0:18:35 load avg: 0.97 [328/416/1] test_sunau -- test_subprocess passed in 34 sec 807 ms
PASS: test_read_bad_magic_number (test.test_sunau.SunauLowLevelTest)
PASS: test_read_too_large_header (test.test_sunau.SunauLowLevelTest)
PASS: test_read_too_small_header (test.test_sunau.SunauLowLevelTest)
@@ -54022,18 +54019,18 @@ PASS: test_write_params (test.test_sunau.SunauULAWTest)
----------------------------------------------------------------------
-Ran 106 tests in 0.126s
+Ran 106 tests in 0.102s
OK
-0:16:59 load avg: 0.73 [329/416/1] test_sundry
+0:18:35 load avg: 0.97 [329/416/1] test_sundry
PASS: test_untested_modules_can_be_imported (test.test_sundry.TestUntestedModules)
----------------------------------------------------------------------
-Ran 1 test in 0.003s
+Ran 1 test in 0.011s
OK
-0:16:59 load avg: 0.73 [330/416/1] test_super
+0:18:36 load avg: 0.97 [330/416/1] test_super
PASS: test___class___classmethod (test.test_super.TestSuper)
PASS: test___class___delayed (test.test_super.TestSuper)
PASS: test___class___instancemethod (test.test_super.TestSuper)
@@ -54061,15 +54058,15 @@ PASS: test_various___class___pathologies (test.test_super.TestSuper)
Ran 21 tests in 0.007s
OK
-0:16:59 load avg: 0.73 [331/416/1] test_symbol
+0:18:36 load avg: 0.97 [331/416/1] test_symbol
SKIP: test_real_grammar_and_symbol_file (test.test_symbol.TestSymbolGeneration) 'test only works from source build directory'
----------------------------------------------------------------------
-Ran 1 test in 0.000s
+Ran 1 test in 0.001s
OK (skipped=1)
-0:16:59 load avg: 0.73 [332/416/1] test_symtable
+0:18:36 load avg: 0.97 [332/416/1] test_symtable
PASS: test_annotated (test.test_symtable.SymtableTest)
PASS: test_assigned (test.test_symtable.SymtableTest)
PASS: test_children (test.test_symtable.SymtableTest)
@@ -54094,10 +54091,10 @@ PASS: test_type (test.test_symtable.SymtableTest)
----------------------------------------------------------------------
-Ran 21 tests in 0.006s
+Ran 21 tests in 0.009s
OK
-0:17:00 load avg: 0.73 [333/416/1] test_syntax
+0:18:36 load avg: 0.97 [333/416/1] test_syntax
PASS: test_assign_call (test.test_syntax.SyntaxTestCase)
PASS: test_assign_del (test.test_syntax.SyntaxTestCase)
PASS: test_bad_outdent (test.test_syntax.SyntaxTestCase)
@@ -54112,7 +54109,7 @@ PASS: test_unexpected_indent (test.test_syntax.SyntaxTestCase)
----------------------------------------------------------------------
-Ran 11 tests in 0.004s
+Ran 11 tests in 0.007s
OK
Trying:
@@ -54825,7 +54822,7 @@ ok
80 passed and 0 failed.
Test passed.
doctest (test.test_syntax) ... 80 tests with zero failures
-0:17:00 load avg: 0.73 [334/416/1] test_sys
+0:18:37 load avg: 0.97 [334/416/1] test_sys
PASS: test_43581 (test.test_sys.SysModuleTest)
PASS: test_attributes (test.test_sys.SysModuleTest)
PASS: test_c_locale_surrogateescape (test.test_sys.SysModuleTest)
@@ -54877,10 +54874,10 @@ PASS: test_slots (test.test_sys.SizeofTest)
----------------------------------------------------------------------
-Ran 48 tests in 0.711s
+Ran 48 tests in 0.985s
OK (skipped=4)
-0:17:01 load avg: 0.73 [335/416/1] test_sys_setprofile
+0:18:38 load avg: 0.97 [335/416/1] test_sys_setprofile
PASS: test_caught_exception (test.test_sys_setprofile.ProfileHookTestCase)
PASS: test_caught_nested_exception (test.test_sys_setprofile.ProfileHookTestCase)
PASS: test_distant_exception (test.test_sys_setprofile.ProfileHookTestCase)
@@ -54905,10 +54902,10 @@ PASS: test_setget (test.test_sys_setprofile.TestGetProfile)
----------------------------------------------------------------------
-Ran 21 tests in 0.004s
+Ran 21 tests in 0.009s
OK
-0:17:01 load avg: 0.73 [336/416/1] test_sys_settrace
+0:18:38 load avg: 0.97 [336/416/1] test_sys_settrace
PASS: test_jump_across_async_with (test.test_sys_settrace.JumpTestCase)
PASS: test_jump_across_with (test.test_sys_settrace.JumpTestCase)
PASS: test_jump_backwards_out_of_async_with_block (test.test_sys_settrace.JumpTestCase)
@@ -55054,10 +55051,10 @@ PASS: test_set_and_retrieve_none (test.test_sys_settrace.TraceTestCase)
----------------------------------------------------------------------
-Ran 136 tests in 0.105s
+Ran 136 tests in 0.153s
OK
-0:17:01 load avg: 0.73 [337/416/1] test_sysconfig
+0:18:38 load avg: 0.97 [337/416/1] test_sysconfig
PASS: test_get_makefile_filename (test.test_sysconfig.MakefileTests)
PASS: test_parse_makefile (test.test_sysconfig.MakefileTests)
PASS: test_SO_deprecation (test.test_sysconfig.TestSysConfig)
@@ -55082,10 +55079,10 @@ PASS: test_user_similar (test.test_sysconfig.TestSysConfig)
----------------------------------------------------------------------
-Ran 21 tests in 0.056s
+Ran 21 tests in 0.082s
OK (skipped=2)
-0:17:01 load avg: 0.73 [338/416/1] test_syslog
+0:18:39 load avg: 0.97 [338/416/1] test_syslog
PASS: test_closelog (test.test_syslog.Test)
PASS: test_log_mask (test.test_syslog.Test)
PASS: test_log_upto (test.test_syslog.Test)
@@ -55096,10 +55093,10 @@ PASS: test_syslog (test.test_syslog.Test)
----------------------------------------------------------------------
-Ran 7 tests in 0.001s
+Ran 7 tests in 0.002s
OK
-0:17:02 load avg: 0.73 [339/416/1] test_tarfile
+0:18:39 load avg: 0.97 [339/416/1] test_tarfile
PASS: test_empty (test.test_tarfile.AppendTest)
PASS: test_empty_fileobj (test.test_tarfile.AppendTest)
PASS: test_existing (test.test_tarfile.AppendTest)
@@ -55556,12 +55553,12 @@ PASS: test_tar_size (test.test_tarfile.WriteTest)
----------------------------------------------------------------------
-Ran 453 tests in 5.603s
+Ran 453 tests in 8.243s
OK (skipped=8)
-0:17:07 load avg: 0.75 [340/416/1] test_tcl
+0:18:47 load avg: 0.97 [340/416/1] test_tcl
test_tcl skipped -- No module named '_tkinter'
-0:17:07 load avg: 0.75 [341/416/1] test_telnetlib -- test_tcl skipped
+0:18:48 load avg: 0.97 [341/416/1] test_telnetlib -- test_tcl skipped
PASS: test_expect (test.test_telnetlib.ExpectTests)
PASS: testBasic (test.test_telnetlib.GeneralTests)
PASS: testContextManager (test.test_telnetlib.GeneralTests)
@@ -55584,10 +55581,10 @@ PASS: test_write (test.test_telnetlib.WriteTests)
----------------------------------------------------------------------
-Ran 19 tests in 0.015s
+Ran 19 tests in 0.024s
OK
-0:17:08 load avg: 0.75 [342/416/1] test_tempfile
+0:18:48 load avg: 0.97 [342/416/1] test_tempfile
PASS: test_nonempty_list (test.test_tempfile.TestCandidateTempdirList)
PASS: test_wanted_dirs (test.test_tempfile.TestCandidateTempdirList)
PASS: test_exports (test.test_tempfile.TestExports)
@@ -55678,10 +55675,10 @@ PASS: test_no_leak_fd (test.test_tempfile.TestTemporaryFile)
----------------------------------------------------------------------
-Ran 87 tests in 0.545s
+Ran 87 tests in 0.740s
OK (skipped=3)
-0:17:08 load avg: 0.85 [343/416/1] test_textwrap
+0:18:49 load avg: 0.97 [343/416/1] test_textwrap
PASS: test_dedent_declining (test.test_textwrap.DedentTestCase)
PASS: test_dedent_even (test.test_textwrap.DedentTestCase)
PASS: test_dedent_nomargin (test.test_textwrap.DedentTestCase)
@@ -55747,58 +55744,58 @@ PASS: test_wrap_short_1line (test.test_textwrap.WrapTestCase)
----------------------------------------------------------------------
-Ran 62 tests in 0.017s
+Ran 62 tests in 0.028s
OK
-0:17:09 load avg: 0.85 [344/416/1] test_thread
+0:18:49 load avg: 0.97 [344/416/1] test_thread
test_barrier (test.test_thread.BarrierTest) ... waiting for tasks to end
task 6 will run for 58us
task 7 will run for 95us
-task 8 will run for 67us
-task 5 will run for 65us
-task 6 entering 0
-task 9 will run for 5us
-task 4 will run for 6us
+task 5 will run for 67us
+task 8 will run for 65us
+task 4 will run for 5us
+task 9 will run for 6us
task 3 will run for 2us
task 2 will run for 7us
task 1 will run for 92us
task 0 will run for 0us
task 0 entering 0
+task 6 entering 0
+task 5 entering 0
task 7 entering 0
task 8 entering 0
-task 9 entering 0
-task 5 entering 0
task 4 entering 0
+task 9 entering 0
task 3 entering 0
task 2 entering 0
task 1 entering 0
task 1 leaving barrier
task 1 will run for 39us
-task 6 leaving barrier
-task 6 will run for 42us
task 0 leaving barrier
task 0 will run for 0us
+task 6 leaving barrier
+task 6 will run for 42us
+task 5 leaving barrier
+task 5 will run for 25us
task 7 leaving barrier
-task 7 will run for 25us
+task 7 will run for 38us
task 8 leaving barrier
-task 8 will run for 38us
-task 9 leaving barrier
-task 9 will run for 27us
-task 5 leaving barrier
-task 5 will run for 62us
+task 8 will run for 27us
task 4 leaving barrier
-task 4 will run for 8us
+task 4 will run for 62us
+task 9 leaving barrier
+task 9 will run for 8us
task 3 leaving barrier
task 3 will run for 21us
task 2 leaving barrier
task 2 will run for 1us
task 0 entering 1
-task 6 entering 1
task 7 entering 1
-task 9 entering 1
task 5 entering 1
+task 6 entering 1
task 8 entering 1
task 4 entering 1
+task 9 entering 1
task 3 entering 1
task 2 entering 1
task 1 entering 1
@@ -55806,39 +55803,39 @@ task 1 leaving barrier
task 1 will run for 81us
task 0 leaving barrier
task 0 will run for 0us
-task 6 leaving barrier
-task 6 will run for 90us
task 7 leaving barrier
-task 7 will run for 13us
-task 9 leaving barrier
-task 9 will run for 34us
+task 7 will run for 90us
task 5 leaving barrier
-task 5 will run for 76us
+task 5 will run for 13us
+task 6 leaving barrier
+task 6 will run for 34us
task 8 leaving barrier
-task 8 will run for 8us
+task 8 will run for 76us
task 4 leaving barrier
-task 4 will run for 52us
+task 4 will run for 8us
+task 9 leaving barrier
+task 9 will run for 52us
task 3 leaving barrier
task 3 will run for 40us
task 2 leaving barrier
task 2 will run for 26us
task 0 entering 2
+task 5 entering 2
task 6 entering 2
task 7 entering 2
-task 5 entering 2
-task 9 entering 2
task 8 entering 2
+task 9 entering 2
task 4 entering 2
task 3 entering 2
task 2 entering 2
task 1 entering 2
task 1 leaving barrier
task 0 leaving barrier
+task 5 leaving barrier
task 6 leaving barrier
task 7 leaving barrier
-task 5 leaving barrier
-task 9 leaving barrier
task 8 leaving barrier
+task 9 leaving barrier
task 4 leaving barrier
task 3 leaving barrier
task 2 leaving barrier
@@ -55883,16 +55880,16 @@ task 7 will run for 10us
task 8 will run for 56us
task 9 will run for 44us
task 10 will run for 7us
-task 8 done
-task 7 done
-task 6 done
-task 9 done
task 5 will run for 53us
task 4 will run for 5us
task 3 will run for 17us
task 2 will run for 35us
task 1 will run for 37us
+task 8 done
+task 9 done
task 10 done
+task 7 done
+task 6 done
task 5 done
task 4 done
task 3 done
@@ -55912,20 +55909,20 @@ creating task 9
creating task 10
waiting for all tasks to complete
task 6 will run for 70us
-task 7 will run for 9us
-task 8 will run for 52us
-task 9 will run for 81us
-task 10 will run for 19us
+task 10 will run for 9us
+task 7 will run for 52us
+task 8 will run for 81us
+task 9 will run for 19us
task 5 will run for 34us
task 4 will run for 77us
-task 10 done
-task 8 done
-task 7 done
-task 6 done
task 3 will run for 34us
task 2 will run for 91us
task 1 will run for 5us
+task 7 done
+task 8 done
task 9 done
+task 10 done
+task 6 done
task 5 done
task 4 done
task 3 done
@@ -55951,13 +55948,13 @@ task 8 will run for 11us
task 6 will run for 34us
task 9 will run for 86us
task 10 will run for 89us
+task 7 done
+task 8 done
task 5 will run for 69us
task 4 will run for 77us
task 3 will run for 55us
task 2 will run for 82us
task 1 will run for 43us
-task 7 done
-task 8 done
task 6 done
task 9 done
task 10 done
@@ -55971,49 +55968,49 @@ ok
----------------------------------------------------------------------
-Ran 23 tests in 1.024s
+Ran 23 tests in 0.978s
OK
-0:17:10 load avg: 0.85 [345/416/1] test_threaded_import
+0:18:50 load avg: 0.98 [345/416/1] test_threaded_import
PASS: test_circular_imports (test.test_threaded_import.ThreadedImportTests)
PASS: test_import_hangers (test.test_threaded_import.ThreadedImportTests)
-test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 30.2 ms OK.
-Trying 50 threads ... 30.8 ms OK.
-Trying 20 threads ... 27.3 ms OK.
-Trying 50 threads ... 30.1 ms OK.
-Trying 20 threads ... 26.7 ms OK.
-Trying 50 threads ... 32.6 ms OK.
-ok
-test_parallel_module_init (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 7.7 ms OK.
-Trying 50 threads ... 12.0 ms OK.
-Trying 20 threads ... 6.1 ms OK.
-Trying 50 threads ... 11.0 ms OK.
-Trying 20 threads ... 5.5 ms OK.
-Trying 50 threads ... 10.4 ms OK.
+test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 29.3 ms OK.
+Trying 50 threads ... 30.5 ms OK.
+Trying 20 threads ... 26.2 ms OK.
+Trying 50 threads ... 30.3 ms OK.
+Trying 20 threads ... 26.5 ms OK.
+Trying 50 threads ... 31.7 ms OK.
+ok
+test_parallel_module_init (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 4.2 ms OK.
+Trying 50 threads ... 7.5 ms OK.
+Trying 20 threads ... 3.8 ms OK.
+Trying 50 threads ... 7.7 ms OK.
+Trying 20 threads ... 3.8 ms OK.
+Trying 50 threads ... 7.7 ms OK.
ok
test_parallel_path_hooks (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 39.5 ms OK.
-Trying 50 threads ... 10.4 ms OK.
-Trying 20 threads ... 5.2 ms OK.
-Trying 50 threads ... 9.8 ms OK.
-Trying 20 threads ... 4.9 ms OK.
-Trying 50 threads ... 10.3 ms OK.
+Trying 50 threads ... 9.6 ms OK.
+Trying 20 threads ... 3.8 ms OK.
+Trying 50 threads ... 7.8 ms OK.
+Trying 20 threads ... 3.8 ms OK.
+Trying 50 threads ... 8.4 ms OK.
ok
PASS: test_side_effect_import (test.test_threaded_import.ThreadedImportTests)
----------------------------------------------------------------------
-Ran 6 tests in 0.834s
+Ran 6 tests in 0.816s
OK
-0:17:11 load avg: 0.85 [346/416/1] test_threadedtempfile
+0:18:51 load avg: 0.98 [346/416/1] test_threadedtempfile
PASS: test_main (test.test_threadedtempfile.ThreadedTempFileTest)
----------------------------------------------------------------------
-Ran 1 test in 0.121s
+Ran 1 test in 0.137s
OK
-0:17:11 load avg: 0.85 [347/416/1] test_threading
+0:18:52 load avg: 0.98 [347/416/1] test_threading
PASS: test_abort (test.test_threading.BarrierTests)
PASS: test_abort_and_reset (test.test_threading.BarrierTests)
PASS: test_action (test.test_threading.BarrierTests)
@@ -56171,39 +56168,39 @@ task <thread 1> will run for 8.3 usec
2 tasks are running
task <thread 2> will run for 93.6 usec
3 tasks are running
-task <thread 3> will run for 12.2 usec
-task <thread 4> will run for 0.0 usec
-task <thread 5> will run for 61.7 usec
task <thread 0> done
<thread 0> is finished. 2 tasks are running
-3 tasks are running
task <thread 1> done
-<thread 1> is finished. 2 tasks are running
-task <thread 2> done
-<thread 2> is finished. 1 tasks are running
+<thread 1> is finished. 1 tasks are running
+task <thread 3> will run for 12.2 usec
2 tasks are running
+task <thread 4> will run for 0.0 usec
3 tasks are running
+task <thread 5> will run for 61.7 usec
task <thread 6> will run for 10.8 usec
-task <thread 7> will run for 58.4 usec
+task <thread 2> done
+<thread 2> is finished. 2 tasks are running
task <thread 3> done
-<thread 3> is finished. 2 tasks are running
+<thread 3> is finished. 1 tasks are running
task <thread 4> done
-<thread 4> is finished. 1 tasks are running
-task <thread 5> done
-<thread 5> is finished. 0 tasks are running
+<thread 4> is finished. 0 tasks are running
1 tasks are running
2 tasks are running
-task <thread 8> will run for 11.1 usec
+task <thread 7> will run for 58.4 usec
3 tasks are running
+task <thread 5> done
+<thread 5> is finished. 2 tasks are running
+task <thread 6> done
+<thread 6> is finished. 1 tasks are running
+task <thread 8> will run for 11.1 usec
+2 tasks are running
task <thread 9> will run for 69.7 usec
+3 tasks are running
waiting for all tasks to complete
-task <thread 6> done
-<thread 6> is finished. 2 tasks are running
task <thread 7> done
-<thread 7> is finished. 1 tasks are running
+<thread 7> is finished. 2 tasks are running
task <thread 8> done
-<thread 8> is finished. 0 tasks are running
-1 tasks are running
+<thread 8> is finished. 1 tasks are running
task <thread 9> done
<thread 9> is finished. 0 tasks are running
all tasks done
@@ -56213,41 +56210,41 @@ task <thread 0> will run for 64.8 usec
1 tasks are running
task <thread 1> will run for 52.0 usec
2 tasks are running
-task <thread 0> done
-<thread 0> is finished. 1 tasks are running
task <thread 2> will run for 57.7 usec
-2 tasks are running
-task <thread 3> will run for 38.6 usec
3 tasks are running
+task <thread 3> will run for 38.6 usec
task <thread 4> will run for 65.1 usec
task <thread 5> will run for 26.6 usec
-task <thread 6> will run for 62.3 usec
+task <thread 0> done
+<thread 0> is finished. 2 tasks are running
task <thread 1> done
-<thread 1> is finished. 2 tasks are running
-3 tasks are running
+<thread 1> is finished. 1 tasks are running
task <thread 2> done
-<thread 2> is finished. 2 tasks are running
-task <thread 3> done
-<thread 3> is finished. 1 tasks are running
+<thread 2> is finished. 0 tasks are running
+1 tasks are running
2 tasks are running
3 tasks are running
+task <thread 6> will run for 62.3 usec
task <thread 7> will run for 28.8 usec
task <thread 8> will run for 71.4 usec
task <thread 9> will run for 53.6 usec
waiting for all tasks to complete
+task <thread 3> done
+<thread 3> is finished. 2 tasks are running
+3 tasks are running
task <thread 4> done
<thread 4> is finished. 2 tasks are running
+3 tasks are running
task <thread 5> done
-<thread 5> is finished. 1 tasks are running
-task <thread 6> done
-<thread 6> is finished. 0 tasks are running
-1 tasks are running
-2 tasks are running
+<thread 5> is finished. 2 tasks are running
3 tasks are running
task <thread 7> done
<thread 7> is finished. 2 tasks are running
+task <thread 6> done
+<thread 6> is finished. 1 tasks are running
task <thread 8> done
-<thread 8> is finished. 1 tasks are running
+<thread 8> is finished. 0 tasks are running
+1 tasks are running
task <thread 9> done
<thread 9> is finished. 0 tasks are running
all tasks done
@@ -56259,39 +56256,39 @@ task <thread 1> will run for 30.0 usec
2 tasks are running
task <thread 2> will run for 44.1 usec
3 tasks are running
-task <thread 3> will run for 0.2 usec
-task <thread 4> will run for 28.3 usec
-task <thread 5> will run for 4.7 usec
-task <thread 6> will run for 29.6 usec
task <thread 0> done
<thread 0> is finished. 2 tasks are running
-3 tasks are running
task <thread 1> done
-<thread 1> is finished. 2 tasks are running
-task <thread 2> done
-<thread 2> is finished. 1 tasks are running
+<thread 1> is finished. 1 tasks are running
+task <thread 3> will run for 0.2 usec
2 tasks are running
+task <thread 4> will run for 28.3 usec
3 tasks are running
+task <thread 5> will run for 4.7 usec
+task <thread 6> will run for 29.6 usec
task <thread 7> will run for 94.9 usec
-task <thread 8> will run for 21.0 usec
-task <thread 9> will run for 93.2 usec
-waiting for all tasks to complete
+task <thread 2> done
+<thread 2> is finished. 2 tasks are running
task <thread 3> done
-<thread 3> is finished. 2 tasks are running
+<thread 3> is finished. 1 tasks are running
+2 tasks are running
task <thread 4> done
<thread 4> is finished. 1 tasks are running
-task <thread 5> done
-<thread 5> is finished. 0 tasks are running
-1 tasks are running
2 tasks are running
3 tasks are running
-task <thread 7> done
-<thread 7> is finished. 2 tasks are running
+task <thread 8> will run for 21.0 usec
+task <thread 9> will run for 93.2 usec
+waiting for all tasks to complete
+task <thread 5> done
+<thread 5> is finished. 2 tasks are running
task <thread 6> done
<thread 6> is finished. 1 tasks are running
-task <thread 8> done
-<thread 8> is finished. 0 tasks are running
+task <thread 7> done
+<thread 7> is finished. 0 tasks are running
1 tasks are running
+2 tasks are running
+task <thread 8> done
+<thread 8> is finished. 1 tasks are running
task <thread 9> done
<thread 9> is finished. 0 tasks are running
all tasks done
@@ -56310,10 +56307,10 @@ PASS: test_init_immutable_default_args (test.test_threading.TimerTests)
----------------------------------------------------------------------
-Ran 158 tests in 11.271s
+Ran 158 tests in 11.026s
OK (skipped=1)
-0:17:23 load avg: 0.88 [348/416/1] test_threading_local
+0:19:03 load avg: 0.98 [348/416/1] test_threading_local
_threading_local ()
PASS: Doctest: _threading_local
PASS: test_arguments (test.test_threading_local.ThreadLocalTest)
@@ -56339,10 +56336,10 @@ PASS: Doctest: _threading_local
----------------------------------------------------------------------
-Ran 20 tests in 0.982s
+Ran 20 tests in 0.784s
OK
-0:17:24 load avg: 0.89 [349/416/1] test_threadsignals
+0:19:04 load avg: 0.98 [349/416/1] test_threadsignals
PASS: test_interrupted_timed_acquire (test.test_threadsignals.ThreadSignals)
PASS: test_lock_acquire_interruption (test.test_threadsignals.ThreadSignals)
PASS: test_lock_acquire_retries_on_intr (test.test_threadsignals.ThreadSignals)
@@ -56352,10 +56349,10 @@ PASS: test_signals (test.test_threadsignals.ThreadSignals)
----------------------------------------------------------------------
-Ran 6 tests in 4.862s
+Ran 6 tests in 4.860s
OK
-0:17:29 load avg: 0.82 [350/416/1] test_time
+0:19:09 load avg: 0.90 [350/416/1] test_time
PASS: test_large_year (test.test_time.TestAsctime4dyear)
PASS: test_negative (test.test_time.TestAsctime4dyear)
PASS: test_year (test.test_time.TestAsctime4dyear)
@@ -56415,10 +56412,10 @@ PASS: test_tzset (test.test_time.TimeTestCase)
----------------------------------------------------------------------
-Ran 56 tests in 2.071s
+Ran 56 tests in 2.038s
OK (skipped=1)
-0:17:31 load avg: 0.82 [351/416/1] test_timeit
+0:19:11 load avg: 0.83 [351/416/1] test_timeit
PASS: test_autorange (test.test_timeit.TestTimeit)
PASS: test_autorange_second (test.test_timeit.TestTimeit)
PASS: test_autorange_with_callback (test.test_timeit.TestTimeit)
@@ -56462,16 +56459,16 @@ PASS: test_timer_invalid_stmt (test.test_timeit.TestTimeit)
----------------------------------------------------------------------
-Ran 40 tests in 0.101s
+Ran 40 tests in 0.069s
OK
-0:17:32 load avg: 0.82 [352/416/1] test_timeout
+0:19:12 load avg: 0.83 [352/416/1] test_timeout
test_timeout skipped -- Use of the 'network' resource not enabled
-0:17:32 load avg: 0.82 [353/416/1] test_tix -- test_timeout skipped (resource denied)
+0:19:12 load avg: 0.83 [353/416/1] test_tix -- test_timeout skipped (resource denied)
test_tix skipped -- No module named '_tkinter'
-0:17:32 load avg: 0.82 [354/416/1] test_tk -- test_tix skipped
+0:19:12 load avg: 0.83 [354/416/1] test_tk -- test_tix skipped
test_tk skipped -- No module named '_tkinter'
-0:17:32 load avg: 0.82 [355/416/1] test_tokenize -- test_tk skipped
+0:19:12 load avg: 0.83 [355/416/1] test_tokenize -- test_tk skipped
PASS: test_bom_no_cookie (test.test_tokenize.TestDetectEncoding)
PASS: test_cookie_first_line_no_bom (test.test_tokenize.TestDetectEncoding)
PASS: test_cookie_second_line_commented_first_line (test.test_tokenize.TestDetectEncoding)
@@ -56534,10 +56531,10 @@ PASS: test_iter_compat (test.test_tokenize.UntokenizeTest)
----------------------------------------------------------------------
-Ran 59 tests in 1.519s
+Ran 59 tests in 1.715s
OK
-0:17:34 load avg: 0.83 [356/416/1] test_tools
+0:19:14 load avg: 0.83 [356/416/1] test_tools
SKIP: test.test_tools.test_fixcid (unittest.loader.ModuleSkipped) 'scripts directory could not be found'
SKIP: test.test_tools.test_gprof2html (unittest.loader.ModuleSkipped) 'scripts directory could not be found'
SKIP: test.test_tools.test_i18n (unittest.loader.ModuleSkipped) 'scripts directory could not be found'
@@ -56550,10 +56547,10 @@ SKIP: test.test_tools.test_unparse (unittest.loader.ModuleSkipped) 'scripts dire
----------------------------------------------------------------------
-Ran 9 tests in 0.002s
+Ran 9 tests in 0.003s
OK (skipped=9)
-0:17:34 load avg: 0.83 [357/416/1] test_trace
+0:19:14 load avg: 0.83 [357/416/1] test_trace
PASS: test_loop_caller_importing (test.test_trace.TestCallers)
PASS: test_count_and_summary (test.test_trace.TestCommandLine)
PASS: test_failures (test.test_trace.TestCommandLine)
@@ -56578,10 +56575,10 @@ PASS: test_ignored (test.test_trace.Test_Ignore)
----------------------------------------------------------------------
-Ran 21 tests in 3.314s
+Ran 21 tests in 5.697s
OK
-0:17:38 load avg: 0.83 [358/416/1] test_traceback
+0:19:20 load avg: 0.86 [358/416/1] test_traceback
PASS: test_cause (test.test_traceback.CExcReportingTests)
PASS: test_cause_and_context (test.test_traceback.CExcReportingTests)
PASS: test_cause_recursive (test.test_traceback.CExcReportingTests)
@@ -56648,10 +56645,10 @@ PASS: test_unhashable (test.test_traceback.TracebackFormatTests)
----------------------------------------------------------------------
-Ran 63 tests in 0.493s
+Ran 63 tests in 0.678s
OK
-0:17:38 load avg: 0.84 [359/416/1] test_tracemalloc
+0:19:21 load avg: 0.86 [359/416/1] test_tracemalloc
PASS: test_clear_traces (test.test_tracemalloc.TestTracemallocEnabled)
PASS: test_fork (test.test_tracemalloc.TestTracemallocEnabled)
PASS: test_get_object_traceback (test.test_tracemalloc.TestTracemallocEnabled)
@@ -56699,14 +56696,14 @@ PASS: test_untrack (test.test_tracemalloc.TestCAPI)
----------------------------------------------------------------------
-Ran 43 tests in 0.416s
+Ran 43 tests in 0.569s
OK
-0:17:39 load avg: 0.84 [360/416/1] test_ttk_guionly
+0:19:22 load avg: 0.86 [360/416/1] test_ttk_guionly
test_ttk_guionly skipped -- No module named '_tkinter'
-0:17:39 load avg: 0.84 [361/416/1] test_ttk_textonly -- test_ttk_guionly skipped
+0:19:22 load avg: 0.86 [361/416/1] test_ttk_textonly -- test_ttk_guionly skipped
test_ttk_textonly skipped -- No module named '_tkinter'
-0:17:39 load avg: 0.84 [362/416/1] test_tuple -- test_ttk_textonly skipped
+0:19:22 load avg: 0.86 [362/416/1] test_tuple -- test_ttk_textonly skipped
PASS: test_addmul (test.test_tuple.TupleTest)
PASS: test_bigrepeat (test.test_tuple.TupleTest)
PASS: test_bug7466 (test.test_tuple.TupleTest)
@@ -56744,12 +56741,12 @@ PASS: test_tupleresizebug (test.test_tuple.TupleTest)
----------------------------------------------------------------------
-Ran 34 tests in 6.080s
+Ran 34 tests in 7.709s
OK
-0:17:46 load avg: 0.86 [363/416/1] test_turtle
+0:19:30 load avg: 0.88 [363/416/1] test_turtle
test_turtle skipped -- No module named '_tkinter'
-0:17:46 load avg: 0.86 [364/416/1] test_typechecks -- test_turtle skipped
+0:19:31 load avg: 0.88 [364/416/1] test_typechecks -- test_turtle skipped
PASS: testIsInstanceActual (test.test_typechecks.TypeChecksTest)
PASS: testIsInstanceBuiltin (test.test_typechecks.TypeChecksTest)
PASS: testIsSubclassActual (test.test_typechecks.TypeChecksTest)
@@ -56759,10 +56756,10 @@ PASS: testSubclassBehavior (test.test_typechecks.TypeChecksTest)
----------------------------------------------------------------------
-Ran 6 tests in 0.001s
+Ran 6 tests in 0.002s
OK
-0:17:46 load avg: 0.86 [365/416/1] test_typing
+0:19:31 load avg: 0.88 [365/416/1] test_typing
PASS: test_all (test.test_typing.AllTests)
PASS: test_any_instance_type_error (test.test_typing.AnyTests)
PASS: test_any_subclass_type_error (test.test_typing.AnyTests)
@@ -56996,10 +56993,10 @@ PASS: test_unordered (test.test_typing.UnionTests)
----------------------------------------------------------------------
-Ran 230 tests in 0.071s
+Ran 230 tests in 0.097s
OK (expected failures=1)
-0:17:46 load avg: 0.86 [366/416/1] test_ucn
+0:19:31 load avg: 0.88 [366/416/1] test_ucn
PASS: test_aliases (test.test_ucn.UnicodeNamesTest)
PASS: test_aliases_names_in_pua_range (test.test_ucn.UnicodeNamesTest)
PASS: test_ascii_letters (test.test_ucn.UnicodeNamesTest)
@@ -57017,10 +57014,10 @@ PASS: test_strict_error_handling (test.test_ucn.UnicodeNamesTest)
----------------------------------------------------------------------
-Ran 14 tests in 0.172s
+Ran 14 tests in 0.353s
OK (skipped=2)
-0:17:47 load avg: 0.86 [367/416/1] test_unary
+0:19:32 load avg: 0.88 [367/416/1] test_unary
PASS: test_bad_types (test.test_unary.UnaryOpTestCase)
PASS: test_invert (test.test_unary.UnaryOpTestCase)
PASS: test_negation_of_exponentiation (test.test_unary.UnaryOpTestCase)
@@ -57030,10 +57027,10 @@ PASS: test_positive (test.test_unary.UnaryOpTestCase)
----------------------------------------------------------------------
-Ran 6 tests in 0.001s
+Ran 6 tests in 0.003s
OK
-0:17:47 load avg: 0.86 [368/416/1] test_unicode
+0:19:32 load avg: 0.88 [368/416/1] test_unicode
PASS: test_asucs4 (test.test_unicode.CAPITest)
PASS: test_aswidechar (test.test_unicode.CAPITest)
PASS: test_aswidecharstring (test.test_unicode.CAPITest)
@@ -57165,19 +57162,19 @@ PASS: test_zfill (test.test_unicode.UnicodeTest)
----------------------------------------------------------------------
-Ran 126 tests in 1.194s
+Ran 126 tests in 1.627s
OK (skipped=4)
-0:17:48 load avg: 0.87 [369/416/1] test_unicode_file
+0:19:34 load avg: 0.88 [369/416/1] test_unicode_file
PASS: test_directories (test.test_unicode_file.TestUnicodeFiles)
PASS: test_single_files (test.test_unicode_file.TestUnicodeFiles)
----------------------------------------------------------------------
-Ran 2 tests in 0.008s
+Ran 2 tests in 0.006s
OK
-0:17:48 load avg: 0.87 [370/416/1] test_unicode_file_functions
+0:19:34 load avg: 0.88 [370/416/1] test_unicode_file_functions
PASS: test_directory (test.test_unicode_file_functions.UnicodeFileTests)
PASS: test_failures (test.test_unicode_file_functions.UnicodeFileTests)
PASS: test_listdir (test.test_unicode_file_functions.UnicodeFileTests)
@@ -57211,10 +57208,10 @@ PASS: test_rename (test.test_unicode_file_functions.UnicodeNFKDFileTests)
----------------------------------------------------------------------
-Ran 30 tests in 0.083s
+Ran 30 tests in 0.112s
OK
-0:17:49 load avg: 0.87 [371/416/1] test_unicode_identifiers
+0:19:34 load avg: 0.88 [371/416/1] test_unicode_identifiers
PASS: test_invalid (test.test_unicode_identifiers.PEP3131Test)
PASS: test_non_bmp_normalized (test.test_unicode_identifiers.PEP3131Test)
PASS: test_valid (test.test_unicode_identifiers.PEP3131Test)
@@ -57224,7 +57221,7 @@ PASS: test_valid (test.test_unicode_identifiers.PEP3131Test)
Ran 3 tests in 0.002s
OK
-0:17:49 load avg: 0.87 [372/416/1] test_unicodedata
+0:19:35 load avg: 0.88 [372/416/1] test_unicodedata
PASS: test_bidirectional (test.test_unicodedata.UnicodeFunctionsTest)
PASS: test_category (test.test_unicodedata.UnicodeFunctionsTest)
PASS: test_combining (test.test_unicodedata.UnicodeFunctionsTest)
@@ -57252,10 +57249,10 @@ PASS: test_ucd_510 (test.test_unicodedata.UnicodeMiscTest)
----------------------------------------------------------------------
-Ran 24 tests in 1.919s
+Ran 24 tests in 3.237s
OK
-0:17:51 load avg: 0.87 [373/416/1] test_univnewlines
+0:19:38 load avg: 0.89 [373/416/1] test_univnewlines
PASS: test_read (test.test_univnewlines.CTestCRLFNewlines)
PASS: test_readline (test.test_univnewlines.CTestCRLFNewlines)
PASS: test_readlines (test.test_univnewlines.CTestCRLFNewlines)
@@ -57293,10 +57290,10 @@ PASS: test_seek (test.test_univnewlines.PyTestMixedNewlines)
----------------------------------------------------------------------
-Ran 34 tests in 0.051s
+Ran 34 tests in 0.029s
OK
-0:17:51 load avg: 0.87 [374/416/1] test_unpack
+0:19:38 load avg: 0.89 [374/416/1] test_unpack
Trying:
t = (1, 2, 3)
Expecting nothing
@@ -57487,7 +57484,7 @@ ok
34 passed and 0 failed.
Test passed.
doctest (test.test_unpack) ... 34 tests with zero failures
-0:17:51 load avg: 0.87 [375/416/1] test_unpack_ex
+0:19:39 load avg: 0.89 [375/416/1] test_unpack_ex
Trying:
t = (1, 2, 3)
Expecting nothing
@@ -57985,7 +57982,7 @@ ok
85 passed and 0 failed.
Test passed.
doctest (test.test_unpack_ex) ... 85 tests with zero failures
-0:17:52 load avg: 0.87 [376/416/1] test_urllib
+0:19:39 load avg: 0.89 [376/416/1] test_urllib
PASS: test_converting_drive_letter (test.test_urllib.PathName2URLTests)
PASS: test_converting_when_no_drive_letter (test.test_urllib.PathName2URLTests)
PASS: test_long_drive_letter (test.test_urllib.PathName2URLTests)
@@ -58083,10 +58080,10 @@ PASS: test_short_content_raises_ContentTooShortError_without_reporthook (test.te
----------------------------------------------------------------------
-Ran 93 tests in 0.069s
+Ran 93 tests in 0.066s
OK (skipped=1)
-0:17:52 load avg: 0.87 [377/416/1] test_urllib2
+0:19:39 load avg: 0.89 [377/416/1] test_urllib2
PASS: test_basic_and_digest_auth_handlers (test.test_urllib2.HandlerTests)
PASS: test_basic_auth (test.test_urllib2.HandlerTests)
PASS: test_basic_auth_with_single_quoted_realm (test.test_urllib2.HandlerTests)
@@ -58165,10 +58162,10 @@ PASS: test_trivial (test.test_urllib2.TrivialTests)
----------------------------------------------------------------------
-Ran 73 tests in 20.205s
+Ran 73 tests in 20.145s
OK (skipped=2)
-0:18:12 load avg: 0.62 [378/416/1] test_urllib2_localnet
+0:19:59 load avg: 0.64 [378/416/1] test_urllib2_localnet
PASS: test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests)
PASS: test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests)
PASS: test_proxy_qop_auth_int_works_or_throws_urlerror (test.test_urllib2_localnet.ProxyAuthTests)
@@ -58203,10 +58200,10 @@ PASS: test_sending_headers (test.test_urllib2_localnet.TestUrlopen)
----------------------------------------------------------------------
-Ran 21 tests in 0.472s
+Ran 21 tests in 0.167s
OK
-0:18:13 load avg: 0.65 [379/416/1] test_urllib2net
+0:20:00 load avg: 0.64 [379/416/1] test_urllib2net
Got an error:
[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1056)
Got an error:
@@ -58214,7 +58211,7 @@ Got an error:
Got an error:
[SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1056)
test_urllib2net skipped -- Use of the 'network' resource not enabled
-0:18:13 load avg: 0.65 [380/416/1] test_urllib_response -- test_urllib2net skipped (resource denied)
+0:20:00 load avg: 0.66 [380/416/1] test_urllib_response -- test_urllib2net skipped (resource denied)
PASS: test_addclosehook (test.test_urllib_response.TestResponse)
PASS: test_addinfo (test.test_urllib_response.TestResponse)
PASS: test_addinfourl (test.test_urllib_response.TestResponse)
@@ -58225,9 +58222,9 @@ PASS: test_with (test.test_urllib_response.TestResponse)
Ran 4 tests in 0.002s
OK
-0:18:14 load avg: 0.65 [381/416/1] test_urllibnet
+0:20:00 load avg: 0.66 [381/416/1] test_urllibnet
test_urllibnet skipped -- Use of the 'network' resource not enabled
-0:18:14 load avg: 0.65 [382/416/1] test_urlparse -- test_urllibnet skipped (resource denied)
+0:20:00 load avg: 0.66 [382/416/1] test_urlparse -- test_urllibnet skipped (resource denied)
PASS: test_Quoter_repr (test.test_urlparse.UrlParseTestCase)
PASS: test_RFC1808 (test.test_urlparse.UrlParseTestCase)
PASS: test_RFC2368 (test.test_urlparse.UrlParseTestCase)
@@ -58282,10 +58279,10 @@ PASS: test_unwrap (test.test_urlparse.Utility_Tests)
----------------------------------------------------------------------
-Ran 50 tests in 0.786s
+Ran 50 tests in 1.487s
OK
-0:18:15 load avg: 0.65 [383/416/1] test_userdict
+0:20:02 load avg: 0.66 [383/416/1] test_userdict
PASS: test_all (test.test_userdict.UserDictTest)
PASS: test_bool (test.test_userdict.UserDictTest)
PASS: test_clear (test.test_userdict.UserDictTest)
@@ -58314,10 +58311,10 @@ PASS: test_write (test.test_userdict.UserDictTest)
----------------------------------------------------------------------
-Ran 25 tests in 0.065s
+Ran 25 tests in 0.119s
OK
-0:18:15 load avg: 0.65 [384/416/1] test_userlist
+0:20:02 load avg: 0.66 [384/416/1] test_userlist
PASS: test_add_specials (test.test_userlist.UserListTest)
PASS: test_addmul (test.test_userlist.UserListTest)
PASS: test_append (test.test_userlist.UserListTest)
@@ -58371,10 +58368,10 @@ PASS: test_userlist_copy (test.test_userlist.UserListTest)
----------------------------------------------------------------------
-Ran 50 tests in 0.231s
+Ran 50 tests in 0.266s
OK
-0:18:15 load avg: 0.65 [385/416/1] test_userstring
+0:20:03 load avg: 0.66 [385/416/1] test_userstring
PASS: test___contains__ (test.test_userstring.UserStringTest)
PASS: test_additional_rsplit (test.test_userstring.UserStringTest)
PASS: test_additional_split (test.test_userstring.UserStringTest)
@@ -58429,10 +58426,10 @@ PASS: test_zfill (test.test_userstring.UserStringTest)
----------------------------------------------------------------------
-Ran 51 tests in 0.735s
+Ran 51 tests in 1.478s
OK (skipped=1)
-0:18:16 load avg: 0.65 [386/416/1] test_utf8_mode
+0:20:05 load avg: 0.66 [386/416/1] test_utf8_mode
PASS: test_cmd_line (test.test_utf8_mode.UTF8ModeTests)
PASS: test_env_var (test.test_utf8_mode.UTF8ModeTests)
PASS: test_filesystemencoding (test.test_utf8_mode.UTF8ModeTests)
@@ -58446,20 +58443,20 @@ PASS: test_xoption (test.test_utf8_mode.UTF8ModeTests)
----------------------------------------------------------------------
-Ran 10 tests in 0.610s
+Ran 10 tests in 0.797s
OK
-0:18:17 load avg: 0.65 [387/416/1] test_utf8source
+0:20:06 load avg: 0.69 [387/416/1] test_utf8source
PASS: test_latin1 (test.test_utf8source.BuiltinCompileTests)
PASS: test_badsyntax (test.test_utf8source.PEP3120Test)
PASS: test_pep3120 (test.test_utf8source.PEP3120Test)
----------------------------------------------------------------------
-Ran 3 tests in 0.001s
+Ran 3 tests in 0.002s
OK
-0:18:17 load avg: 0.65 [388/416/1] test_uu
+0:20:06 load avg: 0.69 [388/416/1] test_uu
PASS: test_decode (test.test_uu.UUFileTest)
PASS: test_decode_filename (test.test_uu.UUFileTest)
PASS: test_decode_mode (test.test_uu.UUFileTest)
@@ -58475,10 +58472,10 @@ PASS: test_truncatedinput (test.test_uu.UUTest)
----------------------------------------------------------------------
-Ran 12 tests in 0.004s
+Ran 12 tests in 0.008s
OK
-0:18:17 load avg: 0.65 [389/416/1] test_uuid
+0:20:06 load avg: 0.69 [389/416/1] test_uuid
SKIP: test_arp_getnode (test.test_uuid.TestInternalsWithExtModule) 'requires arp'
PASS: test_find_mac (test.test_uuid.TestInternalsWithExtModule)
PASS: test_ifconfig_getnode (test.test_uuid.TestInternalsWithExtModule)
@@ -58536,10 +58533,10 @@ PASS: test_uuid5 (test.test_uuid.TestUUIDWithoutExtModule)
----------------------------------------------------------------------
-Ran 54 tests in 0.143s
+Ran 54 tests in 0.374s
OK (skipped=12)
-0:18:18 load avg: 0.65 [390/416/1] test_venv
+0:20:07 load avg: 0.69 [390/416/1] test_venv
PASS: test_defaults (test.test_venv.BasicTest)
PASS: test_executable (test.test_venv.BasicTest)
PASS: test_executable_symlinks (test.test_venv.BasicTest)
@@ -58559,10 +58556,10 @@ PASS: test_with_pip (test.test_venv.EnsurePipTest)
----------------------------------------------------------------------
-Ran 16 tests in 6.633s
+Ran 16 tests in 9.343s
OK (skipped=1)
-0:18:25 load avg: 0.63 [391/416/1] test_wait3
+0:20:16 load avg: 0.74 [391/416/1] test_wait3
PASS: test_wait (test.fork_wait.ForkWait)
PASS: test_wait (test.test_wait3.Wait3Test)
@@ -58571,7 +58568,7 @@ PASS: test_wait (test.test_wait3.Wait3Test)
Ran 2 tests in 6.024s
OK
-0:18:31 load avg: 0.58 [392/416/1] test_wait4
+0:20:23 load avg: 0.68 [392/416/1] test_wait4
PASS: test_wait (test.fork_wait.ForkWait)
PASS: test_wait (test.test_wait4.Wait4Test)
@@ -58580,7 +58577,7 @@ PASS: test_wait (test.test_wait4.Wait4Test)
Ran 2 tests in 6.022s
OK
-0:18:37 load avg: 0.62 [393/416/1] test_warnings
+0:20:29 load avg: 0.71 [393/416/1] test_warnings
PASS: test_issue_8766 (test.test_warnings.BootstrapTest)
PASS: test_catch_warnings_defaults (test.test_warnings.CCatchWarningTests)
PASS: test_catch_warnings_recording (test.test_warnings.CCatchWarningTests)
@@ -58703,10 +58700,10 @@ PASS: test_stderr_none (test.test_warnings._WarningsTests)
----------------------------------------------------------------------
-Ran 119 tests in 0.791s
+Ran 119 tests in 0.858s
OK
-0:18:38 load avg: 0.89 [394/416/1] test_wave
+0:20:30 load avg: 0.73 [394/416/1] test_wave
PASS: test__all__ (test.test_wave.MiscTestCase)
PASS: test_openfp_deprecated (test.test_wave.MiscTestCase)
PASS: test_read_no_chunks (test.test_wave.WaveLowLevelTest)
@@ -58801,10 +58798,10 @@ PASS: test_write_params (test.test_wave.WavePCM8Test)
----------------------------------------------------------------------
-Ran 91 tests in 0.050s
+Ran 91 tests in 0.064s
OK
-0:18:38 load avg: 0.89 [395/416/1] test_weakref
+0:20:30 load avg: 0.73 [395/416/1] test_weakref
PASS: test_basic_callback (test.test_weakref.ReferencesTestCase)
PASS: test_basic_proxy (test.test_weakref.ReferencesTestCase)
PASS: test_basic_ref (test.test_weakref.ReferencesTestCase)
@@ -58930,7 +58927,7 @@ PASS: test_order (test.test_weakref.FinalizeTestCase)
----------------------------------------------------------------------
-Ran 121 tests in 12.208s
+Ran 121 tests in 20.041s
OK
Trying:
@@ -59249,7 +59246,7 @@ ok
32 passed and 0 failed.
Test passed.
doctest (test.test_weakref) ... 32 tests with zero failures
-0:18:51 load avg: 0.90 [396/416/1] test_weakset
+0:20:51 load avg: 0.94 [396/416/1] test_weakset
PASS: test_add (test.test_weakset.TestWeakSet)
PASS: test_and (test.test_weakset.TestWeakSet)
PASS: test_clear (test.test_weakset.TestWeakSet)
@@ -59296,10 +59293,10 @@ PASS: test_xor (test.test_weakset.TestWeakSet)
----------------------------------------------------------------------
-Ran 43 tests in 0.647s
+Ran 43 tests in 0.490s
OK
-0:18:52 load avg: 0.90 [397/416/1] test_webbrowser
+0:20:51 load avg: 0.94 [397/416/1] test_webbrowser
PASS: test_open (test.test_webbrowser.BackgroundBrowserCommandTest)
PASS: test_register (test.test_webbrowser.BrowserRegistrationTest)
PASS: test_register_default (test.test_webbrowser.BrowserRegistrationTest)
@@ -59337,16 +59334,16 @@ PASS: test_open_with_autoraise_false (test.test_webbrowser.OperaCommandTest)
----------------------------------------------------------------------
-Ran 34 tests in 0.024s
+Ran 34 tests in 0.032s
OK (skipped=2)
-0:18:52 load avg: 0.90 [398/416/1] test_winconsoleio
+0:20:52 load avg: 0.94 [398/416/1] test_winconsoleio
test_winconsoleio skipped -- test only relevant on win32
-0:18:52 load avg: 0.90 [399/416/1] test_winreg -- test_winconsoleio skipped
+0:20:52 load avg: 0.94 [399/416/1] test_winreg -- test_winconsoleio skipped
test_winreg skipped -- No module named 'winreg'
-0:18:53 load avg: 0.90 [400/416/1] test_winsound -- test_winreg skipped
+0:20:52 load avg: 0.94 [400/416/1] test_winsound -- test_winreg skipped
test_winsound skipped -- Use of the 'audio' resource not enabled
-0:18:53 load avg: 0.91 [401/416/1] test_with -- test_winsound skipped (resource denied)
+0:20:52 load avg: 0.94 [401/416/1] test_with -- test_winsound skipped (resource denied)
PASS: testMultipleComplexTargets (test.test_with.AssignmentTargetTestCase)
PASS: testSingleComplexTarget (test.test_with.AssignmentTargetTestCase)
PASS: testErrorsInBool (test.test_with.ExceptionalTestCase)
@@ -59399,10 +59396,10 @@ PASS: testUnboundGenerator (test.test_with.NonexceptionalTestCase)
----------------------------------------------------------------------
-Ran 49 tests in 0.028s
+Ran 49 tests in 0.016s
OK
-0:18:53 load avg: 0.91 [402/416/1] test_wsgiref
+0:20:53 load avg: 0.94 [402/416/1] test_wsgiref
PASS: testAbstractMethods (test.test_wsgiref.HandlerTests)
PASS: testBasicErrorOutput (test.test_wsgiref.HandlerTests)
PASS: testBytesData (test.test_wsgiref.HandlerTests)
@@ -59439,10 +59436,10 @@ PASS: testSimpleShifts (test.test_wsgiref.UtilityTests)
----------------------------------------------------------------------
-Ran 33 tests in 0.108s
+Ran 33 tests in 0.055s
OK
-0:18:54 load avg: 0.91 [403/416/1] test_xdrlib
+0:20:53 load avg: 0.94 [403/416/1] test_xdrlib
PASS: test_double (test.test_xdrlib.ConversionErrorTest)
PASS: test_float (test.test_xdrlib.ConversionErrorTest)
PASS: test_pack_int (test.test_xdrlib.ConversionErrorTest)
@@ -59452,10 +59449,10 @@ PASS: test_xdr (test.test_xdrlib.XDRTest)
----------------------------------------------------------------------
-Ran 6 tests in 0.002s
+Ran 6 tests in 0.003s
OK
-0:18:54 load avg: 0.91 [404/416/1] test_xml_dom_minicompat
+0:20:53 load avg: 0.94 [404/416/1] test_xml_dom_minicompat
PASS: test_emptynodelist___add__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase)
PASS: test_emptynodelist___radd__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase)
PASS: test_emptynodelist_item (test.test_xml_dom_minicompat.EmptyNodeListTestCase)
@@ -59470,10 +59467,10 @@ PASS: test_nodelist_pickle_roundtrip (test.test_xml_dom_minicompat.NodeListTestC
----------------------------------------------------------------------
-Ran 11 tests in 0.004s
+Ran 11 tests in 0.005s
OK
-0:18:54 load avg: 0.91 [405/416/1] test_xml_etree
+0:20:53 load avg: 0.94 [405/416/1] test_xml_etree
PASS: test_all (test.test_xml_etree.ModuleTest)
PASS: test_sanity (test.test_xml_etree.ModuleTest)
PASS: test_delslice (test.test_xml_etree.ElementSlicingTest)
@@ -59626,10 +59623,10 @@ PASS: test_lost_text (test.test_xml_etree.BugsTest)
----------------------------------------------------------------------
-Ran 148 tests in 0.761s
+Ran 148 tests in 0.995s
OK (skipped=1)
-0:18:55 load avg: 0.91 [406/416/1] test_xml_etree_c
+0:20:54 load avg: 0.94 [406/416/1] test_xml_etree_c
PASS: test_bpo_31728 (test.test_xml_etree_c.MiscTests)
PASS: test_del_attribute (test.test_xml_etree_c.MiscTests)
PASS: test_iterparse_leaks (test.test_xml_etree_c.MiscTests)
@@ -59648,7 +59645,7 @@ PASS: test_element_with_children (test.test_xml_etree_c.SizeofTest)
----------------------------------------------------------------------
-Ran 15 tests in 0.621s
+Ran 15 tests in 0.751s
OK (skipped=1)
PASS: test_all (test.test_xml_etree.ModuleTest)
@@ -59804,10 +59801,10 @@ PASS: test_correct_import_pyET (test.test_xml_etree.NoAcceleratorTest)
----------------------------------------------------------------------
-Ran 149 tests in 0.749s
+Ran 149 tests in 0.966s
OK
-0:18:57 load avg: 0.91 [407/416/1] test_xmlrpc
+0:20:56 load avg: 0.94 [407/416/1] test_xmlrpc
PASS: test_bug_1164912 (test.test_xmlrpc.XMLRPCTestCase)
PASS: test_datetime_before_1900 (test.test_xmlrpc.XMLRPCTestCase)
PASS: test_dump_bad_dict (test.test_xmlrpc.XMLRPCTestCase)
@@ -59896,12 +59893,12 @@ PASS: Calls explicitly registered function which is None
----------------------------------------------------------------------
-Ran 79 tests in 3.406s
+Ran 79 tests in 3.484s
OK
-0:19:00 load avg: 0.84 [408/416/1] test_xmlrpc_net
+0:21:00 load avg: 0.95 [408/416/1] test_xmlrpc_net
test_xmlrpc_net skipped -- Use of the 'network' resource not enabled
-0:19:01 load avg: 0.84 [409/416/1] test_xxtestfuzz -- test_xmlrpc_net skipped (resource denied)
+0:21:00 load avg: 0.95 [409/416/1] test_xxtestfuzz -- test_xmlrpc_net skipped (resource denied)
test_sample_input_smoke_test (test.test_xxtestfuzz.TestFuzzer)
PASS: This is only a regression test: Check that it doesn't crash.
@@ -59910,7 +59907,7 @@ PASS: This is only a regression test: Check that it doesn't crash.
Ran 1 test in 0.001s
OK
-0:19:01 load avg: 0.84 [410/416/1] test_yield_from
+0:21:01 load avg: 0.95 [410/416/1] test_yield_from
PASS: test_attempted_yield_from_loop (test.test_yield_from.TestPEP380Operation)
PASS: test_attempting_to_send_to_non_generator (test.test_yield_from.TestPEP380Operation)
PASS: test_broken_getattr_handling (test.test_yield_from.TestPEP380Operation)
@@ -59947,10 +59944,10 @@ PASS: test_yield_from_empty (test.test_yield_from.TestPEP380Operation)
----------------------------------------------------------------------
-Ran 33 tests in 0.155s
+Ran 33 tests in 0.173s
OK
-0:19:01 load avg: 0.84 [411/416/1] test_zipapp
+0:21:01 load avg: 0.95 [411/416/1] test_zipapp
PASS: test_cmdline_copy (test.test_zipapp.ZipAppCmdlineTest)
PASS: test_cmdline_copy_change_main (test.test_zipapp.ZipAppCmdlineTest)
PASS: test_cmdline_copy_inplace (test.test_zipapp.ZipAppCmdlineTest)
@@ -59985,10 +59982,10 @@ PASS: test_write_shebang_to_fileobj (test.test_zipapp.ZipAppTest)
----------------------------------------------------------------------
-Ran 31 tests in 0.041s
+Ran 31 tests in 0.055s
OK
-0:19:01 load avg: 0.84 [412/416/1] test_zipfile
+0:21:01 load avg: 0.95 [412/416/1] test_zipfile
test_read_with_bad_crc (test.test_zipfile.Bzip2BadCrcTests)
PASS: Tests that files with bad CRCs raise a BadZipFile exception when read.
test_testzip_with_bad_crc (test.test_zipfile.Bzip2BadCrcTests)
@@ -60237,12 +60234,12 @@ PASS: test_from_file_pathlike (test.test_zipfile.ZipInfoTests)
----------------------------------------------------------------------
-Ran 208 tests in 6.567s
+Ran 208 tests in 9.868s
OK (skipped=1)
-0:19:08 load avg: 0.86 [413/416/1] test_zipfile64
+0:21:11 load avg: 0.96 [413/416/1] test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
-0:19:08 load avg: 0.86 [414/416/1] test_zipimport -- test_zipfile64 skipped (resource denied)
+0:21:12 load avg: 0.96 [414/416/1] test_zipimport -- test_zipfile64 skipped (resource denied)
PASS: testAFakeZlib (test.test_zipimport.UncompressedZipImportTestCase)
PASS: testBadMTime (test.test_zipimport.UncompressedZipImportTestCase)
PASS: testBadMagic (test.test_zipimport.UncompressedZipImportTestCase)
@@ -60330,16 +60327,16 @@ PASS: testNotZipFile (test.test_zipimport.BadFileZipImportTestCase)
----------------------------------------------------------------------
-Ran 66 tests in 0.108s
+Ran 66 tests in 0.131s
OK
-0:19:09 load avg: 0.86 [415/416/1] test_zipimport_support
-test_doctest_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Contents of '/var/volatile/tmp/tmpjlbf0azz/test_zip.zip':
+0:21:12 load avg: 0.96 [415/416/1] test_zipimport_support
+test_doctest_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Contents of '/var/volatile/tmp/tmpd0e92ooo/test_zip.zip':
File Name Modified Size
-test_zipped_doctest.py 2019-05-27 18:32:38 97864
-sample_zipped_doctest.py 2019-05-27 18:32:38 1045
-sample_zipped_doctest_no_doctests.py 2019-05-27 18:32:38 269
-sample_zipped_doctest_no_docstrings.py 2019-05-27 18:32:38 227
+test_zipped_doctest.py 2019-05-28 00:32:56 97864
+sample_zipped_doctest.py 2019-05-28 00:32:56 1045
+sample_zipped_doctest_no_doctests.py 2019-05-28 00:32:56 269
+sample_zipped_doctest_no_docstrings.py 2019-05-28 00:32:56 227
Finding tests in test_zipped_doctest.SampleClass
Trying:
print(1)
@@ -62410,22 +62407,22 @@ doctest (test_zipped_doctest) ... 33 tests with zero failures
Finding tests in test_zipped_doctest.test_DocTestFinder
doctest (test_zipped_doctest) ... 0 tests with zero failures
ok
-FAIL: test_doctest_main_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Expected line File "/var/volatile/tmp/tmpu9cpqgv8/script.py", line 2, in __main__.Test
+FAIL: test_doctest_main_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Expected line File "/var/volatile/tmp/tmpz9512v6e/script.py", line 2, in __main__.Test
Got stdout:
-b'**********************************************************************\nFile "/var/volatile/tmp/tmpu9cpqgv8/script.py", line 2, in __main__.Test\nFailed example:\n \'line 2\'\nExpected nothing\nGot:\n \'line 2\'\n**********************************************************************\n1 items had failures:\n 1 of 1 in __main__.Test\n***Test Failed*** 1 failures.\n'
-Expected line File "/var/volatile/tmp/tmpu9cpqgv8/test_zip.zip/__main__.py", line 2, in __main__.Test
+b'**********************************************************************\nFile "/var/volatile/tmp/tmpz9512v6e/script.py", line 2, in __main__.Test\nFailed example:\n \'line 2\'\nExpected nothing\nGot:\n \'line 2\'\n**********************************************************************\n1 items had failures:\n 1 of 1 in __main__.Test\n***Test Failed*** 1 failures.\n'
+Expected line File "/var/volatile/tmp/tmpz9512v6e/test_zip.zip/__main__.py", line 2, in __main__.Test
Got stdout:
-b'**********************************************************************\nFile "/var/volatile/tmp/tmpu9cpqgv8/test_zip.zip/__main__.py", line 2, in __main__.Test\nFailed example:\n \'line 2\'\nExpected nothing\nGot:\n \'line 2\'\n**********************************************************************\n1 items had failures:\n 1 of 1 in __main__.Test\n***Test Failed*** 1 failures.\n'
+b'**********************************************************************\nFile "/var/volatile/tmp/tmpz9512v6e/test_zip.zip/__main__.py", line 2, in __main__.Test\nFailed example:\n \'line 2\'\nExpected nothing\nGot:\n \'line 2\'\n**********************************************************************\n1 items had failures:\n 1 of 1 in __main__.Test\n***Test Failed*** 1 failures.\n'
ok
PASS: test_inspect_getsource_issue4223 (test.test_zipimport_support.ZipSupportTests)
PASS: test_pdb_issue4201 (test.test_zipimport_support.ZipSupportTests)
----------------------------------------------------------------------
-Ran 4 tests in 0.426s
+Ran 4 tests in 0.605s
OK
-0:19:09 load avg: 0.86 [416/416/1] test_zlib
+0:21:13 load avg: 0.96 [416/416/1] test_zlib
SKIP: test_big_buffer (test.test_zlib.ChecksumBigBufferTestCase) 'not enough memory: 4.0G minimum needed'
PASS: test_adler32empty (test.test_zlib.ChecksumTestCase)
PASS: test_adler32start (test.test_zlib.ChecksumTestCase)
@@ -62491,7 +62488,7 @@ PASS: test_library_version (test.test_zlib.VersionTestCase)
----------------------------------------------------------------------
-Ran 62 tests in 0.666s
+Ran 62 tests in 0.968s
OK (skipped=1)
@@ -62511,6 +62508,6 @@ OK (skipped=1)
test_winconsoleio test_winreg test_winsound test_xmlrpc_net
test_zipfile64
-Total duration: 19 min 10 sec
+Total duration: 21 min 14 sec
Tests result: FAILURE
-DURATION: 1152
+DURATION: 1275