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.log4507
1 files changed, 2254 insertions, 2253 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 cb9662af2fd..58a76fac477 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-09T02:08
-2019-05-09T02:08
-== CPython 3.7.3 (default, May 8 2019, 22:42:33) [GCC 8.3.0]
+2019-05-10T00:59
+2019-05-10T00:59
+== CPython 3.7.3 (default, May 9 2019, 23:23:03) [GCC 8.3.0]
== Linux-5.0.7-yocto-standard-x86_64-with-glibc2.2.5 little-endian
-== cwd: /var/volatile/tmp/test_python_15696
+== cwd: /var/volatile/tmp/test_python_23014
== CPU count: 1
== encodings: locale=UTF-8, FS=utf-8
Run tests sequentially
-0:00:00 load avg: 0.86 [ 1/416] test_grammar
+0:00:00 load avg: 0.80 [ 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.043s
+Ran 66 tests in 0.159s
OK
-0:00:00 load avg: 0.86 [ 2/416] test_opcodes
+0:00:00 load avg: 0.80 [ 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.010s
+Ran 8 tests in 0.033s
OK
-0:00:00 load avg: 0.86 [ 3/416] test_dict
+0:00:00 load avg: 0.80 [ 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.422s
+Ran 93 tests in 0.489s
OK
-0:00:01 load avg: 0.86 [ 4/416] test_builtin
+0:00:01 load avg: 0.82 [ 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.148s
+Ran 91 tests in 0.151s
OK (skipped=4)
-0:00:01 load avg: 0.87 [ 5/416] test_exceptions
+0:00:01 load avg: 0.82 [ 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.660s
+Ran 53 tests in 0.674s
OK (skipped=1)
-0:00:02 load avg: 0.87 [ 6/416] test_types
+0:00:02 load avg: 0.82 [ 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,49 +447,58 @@ PASS: test_zero_division (test.test_types.TypesTests)
----------------------------------------------------------------------
-Ran 76 tests in 0.047s
+Ran 76 tests in 0.056s
OK
-0:00:02 load avg: 0.87 [ 7/416] test_unittest
-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: 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)
+0:00:02 load avg: 0.82 [ 7/416] test_unittest
+PASS: testAlmostEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertDictContainsSubset (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertDictEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertFalse (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertGreater (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertGreaterEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertIn (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertIs (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertIsNone (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertIsNot (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertIsNotNone (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertLess (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertLessEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertMultiLineEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertNotIn (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertNotRegex (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertRaises (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertRaisesRegex (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertRegex (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertSequenceEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertSetEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertTrue (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertWarns (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertWarnsRegex (unittest.test.test_assertions.TestLongMessage)
+PASS: testDefault (unittest.test.test_assertions.TestLongMessage)
+PASS: testNotAlmostEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: testNotEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: test_baseAssertEqual (unittest.test.test_assertions.TestLongMessage)
+PASS: test_formatMessage_unicode_error (unittest.test.test_assertions.TestLongMessage)
+PASS: test_formatMsg (unittest.test.test_assertions.TestLongMessage)
+PASS: testAssertNotRegex (unittest.test.test_assertions.Test_Assertions)
+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_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)
+PASS: test_expected_failure_with_wrapped_class (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_expected_failure_with_wrapped_subclass (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_skip_class (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_skip_doesnt_run_setup (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_skip_non_unittest_class (unittest.test.test_skipping.Test_TestSkipping)
+PASS: test_skipping (unittest.test.test_skipping.Test_TestSkipping)
+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: testBufferOutputAddErrorOrFailure (unittest.test.test_result.TestOutputBuffering)
PASS: testBufferOutputOff (unittest.test.test_result.TestOutputBuffering)
PASS: testBufferOutputStartTestAddSuccess (unittest.test.test_result.TestOutputBuffering)
@@ -528,34 +537,47 @@ 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: 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: 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_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)
+PASS: test_error_in_setupclass (unittest.test.test_setups.TestSetups)
+PASS: test_error_in_teardown_class (unittest.test.test_setups.TestSetups)
+PASS: test_error_in_teardown_module (unittest.test.test_setups.TestSetups)
+PASS: test_setup_class (unittest.test.test_setups.TestSetups)
+PASS: test_setup_module (unittest.test.test_setups.TestSetups)
+PASS: test_setup_teardown_order_with_pathological_suite (unittest.test.test_setups.TestSetups)
+PASS: test_skiptest_in_setupclass (unittest.test.test_setups.TestSetups)
+PASS: test_skiptest_in_setupmodule (unittest.test.test_setups.TestSetups)
+PASS: test_suite_debug_executes_setups_and_teardowns (unittest.test.test_setups.TestSetups)
+PASS: test_suite_debug_propagates_exceptions (unittest.test.test_setups.TestSetups)
+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: testAddTypeEqualityFunc (unittest.test.test_case.Test_TestCase)
PASS: testAssertCountEqual (unittest.test.test_case.Test_TestCase)
PASS: testAssertDictContainsSubset (unittest.test.test_case.Test_TestCase)
@@ -649,14 +671,6 @@ 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: 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: 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)
@@ -681,6 +695,57 @@ 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: 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: 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___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)
@@ -811,82 +876,64 @@ 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)
-PASS: test_expected_failure_with_wrapped_class (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_expected_failure_with_wrapped_subclass (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_skip_class (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_skip_doesnt_run_setup (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_skip_non_unittest_class (unittest.test.test_skipping.Test_TestSkipping)
-PASS: test_skipping (unittest.test.test_skipping.Test_TestSkipping)
-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_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)
-PASS: test_error_in_setupclass (unittest.test.test_setups.TestSetups)
-PASS: test_error_in_teardown_class (unittest.test.test_setups.TestSetups)
-PASS: test_error_in_teardown_module (unittest.test.test_setups.TestSetups)
-PASS: test_setup_class (unittest.test.test_setups.TestSetups)
-PASS: test_setup_module (unittest.test.test_setups.TestSetups)
-PASS: test_setup_teardown_order_with_pathological_suite (unittest.test.test_setups.TestSetups)
-PASS: test_skiptest_in_setupclass (unittest.test.test_setups.TestSetups)
-PASS: test_skiptest_in_setupmodule (unittest.test.test_setups.TestSetups)
-PASS: test_suite_debug_executes_setups_and_teardowns (unittest.test.test_setups.TestSetups)
-PASS: test_suite_debug_propagates_exceptions (unittest.test.test_setups.TestSetups)
-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: testAlmostEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertDictContainsSubset (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertDictEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertFalse (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertGreater (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertGreaterEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertIn (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertIs (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertIsNone (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertIsNot (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertIsNotNone (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertLess (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertLessEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertMultiLineEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertNotIn (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertNotRegex (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertRaises (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertRaisesRegex (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertRegex (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertSequenceEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertSetEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertTrue (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertWarns (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertWarnsRegex (unittest.test.test_assertions.TestLongMessage)
-PASS: testDefault (unittest.test.test_assertions.TestLongMessage)
-PASS: testNotAlmostEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: testNotEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: test_baseAssertEqual (unittest.test.test_assertions.TestLongMessage)
-PASS: test_formatMessage_unicode_error (unittest.test.test_assertions.TestLongMessage)
-PASS: test_formatMsg (unittest.test.test_assertions.TestLongMessage)
-PASS: testAssertNotRegex (unittest.test.test_assertions.Test_Assertions)
-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_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_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_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)
+PASS: test_mock_open (unittest.test.testmock.testwith.TestMockOpen)
+PASS: test_mock_open_context_manager (unittest.test.testmock.testwith.TestMockOpen)
+PASS: test_mock_open_context_manager_multiple_times (unittest.test.testmock.testwith.TestMockOpen)
+PASS: test_mock_open_read_with_argument (unittest.test.testmock.testwith.TestMockOpen)
+PASS: test_overriding_return_values (unittest.test.testmock.testwith.TestMockOpen)
+PASS: test_read_bytes (unittest.test.testmock.testwith.TestMockOpen)
+PASS: test_read_data (unittest.test.testmock.testwith.TestMockOpen)
+PASS: test_readline_bytes (unittest.test.testmock.testwith.TestMockOpen)
+PASS: test_readline_data (unittest.test.testmock.testwith.TestMockOpen)
+PASS: test_readlines_bytes (unittest.test.testmock.testwith.TestMockOpen)
+PASS: test_readlines_data (unittest.test.testmock.testwith.TestMockOpen)
+PASS: testContextManagerMocking (unittest.test.testmock.testwith.WithTest)
+PASS: test_context_manager_with_magic_mock (unittest.test.testmock.testwith.WithTest)
+PASS: test_dict_context_manager (unittest.test.testmock.testwith.WithTest)
+PASS: test_double_patch_instance_method (unittest.test.testmock.testwith.WithTest)
+PASS: test_patch_object_with_statement (unittest.test.testmock.testwith.WithTest)
+PASS: test_with_statement (unittest.test.testmock.testwith.WithTest)
+PASS: test_with_statement_as (unittest.test.testmock.testwith.WithTest)
+PASS: test_with_statement_exception (unittest.test.testmock.testwith.WithTest)
+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__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)
@@ -995,6 +1042,17 @@ 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_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)
@@ -1016,92 +1074,6 @@ PASS: test_sealed_exception_has_attribute_name (unittest.test.testmock.testseala
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_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)
-PASS: test_mock_open (unittest.test.testmock.testwith.TestMockOpen)
-PASS: test_mock_open_context_manager (unittest.test.testmock.testwith.TestMockOpen)
-PASS: test_mock_open_context_manager_multiple_times (unittest.test.testmock.testwith.TestMockOpen)
-PASS: test_mock_open_read_with_argument (unittest.test.testmock.testwith.TestMockOpen)
-PASS: test_overriding_return_values (unittest.test.testmock.testwith.TestMockOpen)
-PASS: test_read_bytes (unittest.test.testmock.testwith.TestMockOpen)
-PASS: test_read_data (unittest.test.testmock.testwith.TestMockOpen)
-PASS: test_readline_bytes (unittest.test.testmock.testwith.TestMockOpen)
-PASS: test_readline_data (unittest.test.testmock.testwith.TestMockOpen)
-PASS: test_readlines_bytes (unittest.test.testmock.testwith.TestMockOpen)
-PASS: test_readlines_data (unittest.test.testmock.testwith.TestMockOpen)
-PASS: testContextManagerMocking (unittest.test.testmock.testwith.WithTest)
-PASS: test_context_manager_with_magic_mock (unittest.test.testmock.testwith.WithTest)
-PASS: test_dict_context_manager (unittest.test.testmock.testwith.WithTest)
-PASS: test_double_patch_instance_method (unittest.test.testmock.testwith.WithTest)
-PASS: test_patch_object_with_statement (unittest.test.testmock.testwith.WithTest)
-PASS: test_with_statement (unittest.test.testmock.testwith.WithTest)
-PASS: test_with_statement_as (unittest.test.testmock.testwith.WithTest)
-PASS: test_with_statement_exception (unittest.test.testmock.testwith.WithTest)
-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_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)
@@ -1199,51 +1171,79 @@ PASS: test_specs_false_instead_of_none (unittest.test.testmock.testpatch.PatchTe
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: 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: 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_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)
----------------------------------------------------------------------
-Ran 776 tests in 2.369s
+Ran 776 tests in 3.208s
OK (skipped=3)
-0:00:05 load avg: 0.87 [ 8/416] test_doctest
+0:00:05 load avg: 0.83 [ 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.007s
+Ran 1 test in 0.021s
OK
-0:00:08 load avg: 0.88 [ 9/416] test_doctest2
+0:00:07 load avg: 0.83 [ 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:08 load avg: 0.88 [ 10/416] test_support
+0:00:08 load avg: 0.83 [ 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 6.661s
+Ran 42 tests in 7.562s
OK (skipped=1)
-0:00:15 load avg: 0.89 [ 11/416] test___all__
+0:00:15 load avg: 0.84 [ 11/416] test___all__
test_all (test.test___all__.AllTest) ... __phello__.foo
_bootlocale
_collections_abc
@@ -7064,10 +7064,10 @@ ok
----------------------------------------------------------------------
-Ran 1 test in 7.335s
+Ran 1 test in 4.216s
OK
-0:00:22 load avg: 0.91 [ 12/416] test___future__
+0:00:19 load avg: 0.86 [ 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:23 load avg: 0.91 [ 13/416] test__locale
+0:00:20 load avg: 0.86 [ 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,18 +7084,18 @@ PASS: test_lc_numeric_nl_langinfo (test.test__locale._LocaleTests)
----------------------------------------------------------------------
-Ran 4 tests in 0.012s
+Ran 4 tests in 0.181s
OK
-0:00:23 load avg: 0.91 [ 14/416] test__opcode
+0:00:20 load avg: 0.86 [ 14/416] test__opcode
PASS: test_stack_effect (test.test__opcode.OpcodeTests)
----------------------------------------------------------------------
-Ran 1 test in 0.001s
+Ran 1 test in 0.000s
OK
-0:00:23 load avg: 0.91 [ 15/416] test__osx_support
+0:00:21 load avg: 0.87 [ 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.003s
+Ran 14 tests in 0.004s
OK (skipped=14)
-0:00:23 load avg: 0.91 [ 16/416] test_abc
+0:00:21 load avg: 0.87 [ 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.032s
+Ran 48 tests in 0.030s
OK
-0:00:23 load avg: 0.91 [ 17/416] test_abstract_numbers
+0:00:21 load avg: 0.87 [ 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:23 load avg: 0.91 [ 18/416] test_aifc
+0:00:21 load avg: 0.87 [ 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.129s
+Ran 141 tests in 0.226s
OK
-0:00:24 load avg: 0.91 [ 19/416] test_argparse
+0:00:21 load avg: 0.87 [ 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.336s
+Ran 1574 tests in 2.139s
OK (skipped=12)
-0:00:25 load avg: 0.91 [ 20/416] test_array
+0:00:24 load avg: 0.87 [ 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 2.021s
+Ran 770 tests in 1.989s
OK
-0:00:27 load avg: 0.91 [ 21/416] test_asdl_parser
+0:00:26 load avg: 0.88 [ 21/416] test_asdl_parser
test_asdl_parser skipped -- test irrelevant for an installed Python
-0:00:27 load avg: 0.91 [ 22/416] test_ast -- test_asdl_parser skipped
+0:00:27 load avg: 0.88 [ 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.432s
+Ran 79 tests in 1.679s
OK
-0:00:29 load avg: 0.91 [ 23/416] test_asyncgen
+0:00:29 load avg: 0.88 [ 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.153s
+Ran 42 tests in 1.149s
OK
-0:00:30 load avg: 0.91 [ 24/416] test_asynchat
+0:00:30 load avg: 0.88 [ 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.918s
+Ran 25 tests in 1.941s
OK
-0:00:32 load avg: 0.92 [ 25/416] test_asyncio
+0:00:32 load avg: 0.89 [ 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)
@@ -10759,14 +10759,6 @@ PASS: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.Selecto
FAIL: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
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)
-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_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests)
PASS: test_connection_lost (test.test_asyncio.test_sslproto.SslProtoHandshakeTests)
PASS: test_data_received_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests)
@@ -10777,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)
@@ -11943,10 +11943,10 @@ concurrent.futures._base.TimeoutError
----------------------------------------------------------------------
-Ran 2031 tests in 133.093s
+Ran 2031 tests in 152.004s
FAILED (errors=1, skipped=34)
-0:02:46 load avg: 0.65 [ 26/416/1] test_asyncore -- test_asyncio failed in 2 min 13 sec
+0:03:04 load avg: 0.71 [ 26/416/1] test_asyncore -- test_asyncio failed in 2 min 32 sec
PASS: test_basic (test.test_asyncore.DispatcherTests)
PASS: test_log (test.test_asyncore.DispatcherTests)
PASS: test_log_info (test.test_asyncore.DispatcherTests)
@@ -12051,10 +12051,10 @@ SKIP: test_set_reuse_addr (test.test_asyncore.TestAPI_UseUnixSocketsSelect) 'Not
----------------------------------------------------------------------
-Ran 101 tests in 1.916s
+Ran 101 tests in 1.899s
OK (skipped=8)
-0:02:48 load avg: 0.65 [ 27/416/1] test_atexit
+0:03:06 load avg: 0.73 [ 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)
@@ -12073,10 +12073,10 @@ PASS: test_callbacks_leak_refcycle (test.test_atexit.SubinterpreterTest)
----------------------------------------------------------------------
-Ran 15 tests in 0.315s
+Ran 15 tests in 0.320s
OK
-0:02:49 load avg: 0.65 [ 28/416/1] test_audioop
+0:03:07 load avg: 0.73 [ 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)
@@ -12111,10 +12111,10 @@ PASS: test_wrongsize (test.test_audioop.TestAudioop)
----------------------------------------------------------------------
-Ran 31 tests in 0.013s
+Ran 31 tests in 0.023s
OK
-0:02:49 load avg: 0.65 [ 29/416/1] test_augassign
+0:03:07 load avg: 0.73 [ 29/416/1] test_augassign
PASS: testBasic (test.test_augassign.AugAssignTest)
PASS: testCustomMethods1 (test.test_augassign.AugAssignTest)
PASS: testCustomMethods2 (test.test_augassign.AugAssignTest)
@@ -12125,10 +12125,10 @@ PASS: test_with_unpacking (test.test_augassign.AugAssignTest)
----------------------------------------------------------------------
-Ran 7 tests in 0.003s
+Ran 7 tests in 0.004s
OK
-0:02:49 load avg: 0.65 [ 30/416/1] test_base64
+0:03:07 load avg: 0.73 [ 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)
@@ -12162,10 +12162,10 @@ PASS: test_encode_from_stdin (test.test_base64.TestMain)
----------------------------------------------------------------------
-Ran 30 tests in 0.249s
+Ran 30 tests in 0.302s
OK
-0:02:50 load avg: 0.65 [ 31/416/1] test_baseexception
+0:03:08 load avg: 0.73 [ 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)
@@ -12179,10 +12179,10 @@ PASS: test_raise_string (test.test_baseexception.UsageTests)
----------------------------------------------------------------------
-Ran 10 tests in 0.013s
+Ran 10 tests in 0.003s
OK
-0:02:50 load avg: 0.65 [ 32/416/1] test_bdb
+0:03:08 load avg: 0.73 [ 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)
@@ -12217,10 +12217,10 @@ PASS: test_step_at_return_with_no_trace_in_caller (test.test_bdb.IssuesTestCase)
----------------------------------------------------------------------
-Ran 31 tests in 0.078s
+Ran 31 tests in 0.058s
OK
-0:02:50 load avg: 0.65 [ 33/416/1] test_bigaddrspace
+0:03:08 load avg: 0.73 [ 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'
@@ -12233,7 +12233,7 @@ SKIP: test_repeat (test.test_bigaddrspace.StrTest) 'not enough memory: 858993459
Ran 6 tests in 0.002s
OK (skipped=6)
-0:02:51 load avg: 0.65 [ 34/416/1] test_bigmem
+0:03:08 load avg: 0.73 [ 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)
@@ -12401,10 +12401,10 @@ PASS: test_sort (test.test_bigmem.ListTest)
----------------------------------------------------------------------
-Ran 164 tests in 0.086s
+Ran 164 tests in 0.079s
OK
-0:02:51 load avg: 0.68 [ 35/416/1] test_binascii
+0:03:09 load avg: 0.73 [ 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)
@@ -12476,10 +12476,10 @@ PASS: test_uu (test.test_binascii.MemoryviewBinASCIITest)
----------------------------------------------------------------------
-Ran 68 tests in 0.031s
+Ran 68 tests in 0.025s
OK
-0:02:51 load avg: 0.68 [ 36/416/1] test_binhex
+0:03:09 load avg: 0.73 [ 36/416/1] test_binhex
PASS: test_binhex (test.test_binhex.BinHexTestCase)
PASS: test_binhex_error_on_long_filename (test.test_binhex.BinHexTestCase)
@@ -12488,7 +12488,7 @@ PASS: test_binhex_error_on_long_filename (test.test_binhex.BinHexTestCase)
Ran 2 tests in 0.001s
OK
-0:02:52 load avg: 0.68 [ 37/416/1] test_binop
+0:03:09 load avg: 0.73 [ 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)
@@ -12504,10 +12504,10 @@ PASS: test_true_div (test.test_binop.RatTestCase)
----------------------------------------------------------------------
-Ran 12 tests in 0.005s
+Ran 12 tests in 0.003s
OK
-0:02:52 load avg: 0.68 [ 38/416/1] test_bisect
+0:03:09 load avg: 0.73 [ 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)
@@ -12547,10 +12547,10 @@ PASS: test_vsBuiltinSort (test.test_bisect.TestInsortPython)
----------------------------------------------------------------------
-Ran 36 tests in 0.039s
+Ran 36 tests in 0.031s
OK
-0:02:53 load avg: 0.68 [ 39/416/1] test_bool
+0:03:09 load avg: 0.73 [ 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)
@@ -12582,10 +12582,10 @@ PASS: test_types (test.test_bool.BoolTest)
----------------------------------------------------------------------
-Ran 28 tests in 0.009s
+Ran 28 tests in 0.006s
OK
-0:02:53 load avg: 0.68 [ 40/416/1] test_buffer
+0:03:09 load avg: 0.73 [ 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)
@@ -12661,10 +12661,10 @@ PASS: test_py_buffer_to_contiguous (test.test_buffer.TestBufferProtocol)
----------------------------------------------------------------------
-Ran 72 tests in 6.182s
+Ran 72 tests in 8.587s
OK
-0:03:02 load avg: 0.73 [ 41/416/1] test_bufio
+0:03:18 load avg: 0.77 [ 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)
@@ -12672,10 +12672,10 @@ PASS: test_primepat (test.test_bufio.PyBufferSizeTest)
----------------------------------------------------------------------
-Ran 4 tests in 0.543s
+Ran 4 tests in 0.672s
OK
-0:03:02 load avg: 0.73 [ 42/416/1] test_bytes
+0:03:19 load avg: 0.77 [ 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)
@@ -12936,10 +12936,10 @@ PASS: test_xjust_int_error (test.test_bytes.BytesTest)
----------------------------------------------------------------------
-Ran 257 tests in 1.440s
+Ran 257 tests in 2.534s
OK (skipped=5)
-0:03:04 load avg: 0.73 [ 43/416/1] test_bz2
+0:03:22 load avg: 0.95 [ 43/416/1] test_bz2
PASS: testAppend (test.test_bz2.BZ2FileTest)
PASS: testBadArgs (test.test_bz2.BZ2FileTest)
PASS: testClosedIteratorDeadlock (test.test_bz2.BZ2FileTest)
@@ -13039,10 +13039,10 @@ PASS: test_x_mode (test.test_bz2.OpenTest)
----------------------------------------------------------------------
-Ran 95 tests in 5.698s
+Ran 95 tests in 5.677s
OK (skipped=1)
-0:03:10 load avg: 0.75 [ 44/416/1] test_c_locale_coercion
+0:03:28 load avg: 0.95 [ 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)
@@ -13053,10 +13053,10 @@ PASS: test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCo
----------------------------------------------------------------------
-Ran 6 tests in 1.477s
+Ran 6 tests in 1.834s
OK (skipped=2)
-0:03:12 load avg: 0.77 [ 45/416/1] test_calendar
+0:03:31 load avg: 1.12 [ 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)
@@ -13128,10 +13128,10 @@ PASS: test_timegm (test.test_calendar.TimegmTestCase)
----------------------------------------------------------------------
-Ran 68 tests in 2.079s
+Ran 68 tests in 2.426s
OK
-0:03:14 load avg: 0.77 [ 46/416/1] test_call
+0:03:33 load avg: 1.12 [ 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)
@@ -13194,10 +13194,10 @@ PASS: test_kwargs_order (test.test_call.FunctionCalls)
----------------------------------------------------------------------
-Ran 59 tests in 0.017s
+Ran 59 tests in 0.016s
OK
-0:03:14 load avg: 0.77 [ 47/416/1] test_capi
+0:03:33 load avg: 1.12 [ 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)
@@ -13270,10 +13270,10 @@ PASS: test_xincref_doesnt_leak (test.test_capi.Test_testcapi)
----------------------------------------------------------------------
-Ran 68 tests in 3.493s
+Ran 68 tests in 3.239s
OK (skipped=4)
-0:03:18 load avg: 0.71 [ 48/416/1] test_cgi
+0:03:37 load avg: 1.03 [ 48/416/1] test_cgi
PASS: testQSAndFormData (test.test_cgi.CgiTests)
PASS: testQSAndFormDataFile (test.test_cgi.CgiTests)
PASS: testQSAndUrlEncode (test.test_cgi.CgiTests)
@@ -13300,10 +13300,10 @@ PASS: test_strict (test.test_cgi.CgiTests)
----------------------------------------------------------------------
-Ran 23 tests in 0.025s
+Ran 23 tests in 0.017s
OK
-0:03:18 load avg: 0.71 [ 49/416/1] test_cgitb
+0:03:37 load avg: 1.03 [ 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)
@@ -13313,10 +13313,10 @@ PASS: test_text (test.test_cgitb.TestCgitb)
----------------------------------------------------------------------
-Ran 6 tests in 0.296s
+Ran 6 tests in 0.208s
OK
-0:03:19 load avg: 0.71 [ 50/416/1] test_charmapcodec
+0:03:37 load avg: 1.03 [ 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)
@@ -13324,10 +13324,10 @@ PASS: test_maptoundefined (test.test_charmapcodec.CharmapCodecTest)
----------------------------------------------------------------------
-Ran 4 tests in 0.266s
+Ran 4 tests in 0.019s
OK
-0:03:19 load avg: 0.71 [ 51/416/1] test_class
+0:03:37 load avg: 1.03 [ 51/416/1] test_class
PASS: testBadTypeReturned (test.test_class.ClassTests)
PASS: testBinaryOps (test.test_class.ClassTests)
PASS: testConstructorErrorMessages (test.test_class.ClassTests)
@@ -13346,12 +13346,12 @@ PASS: testUnaryOps (test.test_class.ClassTests)
----------------------------------------------------------------------
-Ran 15 tests in 0.044s
+Ran 15 tests in 0.030s
OK
-0:03:20 load avg: 0.71 [ 52/416/1] test_clinic
+0:03:37 load avg: 1.03 [ 52/416/1] test_clinic
test_clinic skipped -- '/usr/lib/Tools/clinic' path does not exist
-0:03:20 load avg: 0.71 [ 53/416/1] test_cmath -- test_clinic skipped
+0:03:38 load avg: 1.03 [ 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"
@@ -13387,10 +13387,10 @@ PASS: test_zero_tolerance (test.test_cmath.IsCloseTests)
----------------------------------------------------------------------
-Ran 32 tests in 0.142s
+Ran 32 tests in 0.046s
OK (skipped=1)
-0:03:21 load avg: 0.71 [ 54/416/1] test_cmd
+0:03:38 load avg: 1.03 [ 54/416/1] test_cmd
Trying:
mycmd = samplecmdclass()
Expecting nothing
@@ -13613,7 +13613,7 @@ PASS: test_input_reset_at_EOF (test.test_cmd.TestAlternateInput)
Ran 2 tests in 0.004s
OK
-0:03:21 load avg: 0.81 [ 55/416/1] test_cmd_line
+0:03:38 load avg: 1.03 [ 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)
@@ -13659,10 +13659,10 @@ PASS: test_sys_flags_not_set (test.test_cmd_line.IgnoreEnvironmentTest)
----------------------------------------------------------------------
-Ran 42 tests in 1.981s
+Ran 42 tests in 2.092s
OK (skipped=2)
-0:03:23 load avg: 0.81 [ 56/416/1] test_cmd_line_script
+0:03:41 load avg: 1.03 [ 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)
@@ -13703,10 +13703,10 @@ PASS: test_zipfile_error (test.test_cmd_line_script.CmdLineTest)
----------------------------------------------------------------------
-Ran 37 tests in 4.416s
+Ran 37 tests in 2.784s
OK
-0:03:28 load avg: 0.91 [ 57/416/1] test_code
+0:03:43 load avg: 1.03 [ 57/416/1] test_code
Trying:
def f(x):
def g(y):
@@ -13879,7 +13879,7 @@ PASS: test_get_set (test.test_code.CoExtra)
Ran 13 tests in 0.010s
OK
-0:03:28 load avg: 0.91 [ 58/416/1] test_code_module
+0:03:44 load avg: 1.03 [ 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)
@@ -13892,10 +13892,10 @@ PASS: test_sysexcepthook (test.test_code_module.TestInteractiveConsole)
----------------------------------------------------------------------
-Ran 9 tests in 0.046s
+Ran 9 tests in 0.053s
OK
-0:03:29 load avg: 0.91 [ 59/416/1] test_codeccallbacks
+0:03:44 load avg: 1.03 [ 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)
@@ -13934,10 +13934,10 @@ PASS: test_xmlcharrefvalues (test.test_codeccallbacks.CodecCallbackTest)
----------------------------------------------------------------------
-Ran 35 tests in 0.062s
+Ran 35 tests in 0.039s
OK
-0:03:29 load avg: 0.91 [ 60/416/1] test_codecencodings_cn
+0:03:44 load avg: 1.03 [ 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)
@@ -14013,10 +14013,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_HZ)
----------------------------------------------------------------------
-Ran 72 tests in 0.724s
+Ran 72 tests in 0.266s
OK (skipped=2)
-0:03:30 load avg: 0.91 [ 61/416/1] test_codecencodings_hk
+0:03:45 load avg: 1.03 [ 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)
@@ -14038,10 +14038,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_hk.Test_Big5HKSCS)
----------------------------------------------------------------------
-Ran 18 tests in 0.015s
+Ran 18 tests in 0.027s
OK
-0:03:31 load avg: 0.91 [ 62/416/1] test_codecencodings_iso2022
+0:03:45 load avg: 1.03 [ 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)
@@ -14099,10 +14099,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_KR)
----------------------------------------------------------------------
-Ran 54 tests in 0.195s
+Ran 54 tests in 0.327s
OK (skipped=1)
-0:03:31 load avg: 0.91 [ 63/416/1] test_codecencodings_jp
+0:03:45 load avg: 1.03 [ 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)
@@ -14232,10 +14232,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_COMPAT)
----------------------------------------------------------------------
-Ran 126 tests in 0.603s
+Ran 126 tests in 0.567s
OK
-0:03:32 load avg: 0.91 [ 64/416/1] test_codecencodings_kr
+0:03:46 load avg: 1.02 [ 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)
@@ -14293,10 +14293,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_JOHAB)
----------------------------------------------------------------------
-Ran 54 tests in 0.093s
+Ran 54 tests in 0.154s
OK
-0:03:32 load avg: 0.91 [ 65/416/1] test_codecencodings_tw
+0:03:46 load avg: 1.02 [ 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)
@@ -14318,10 +14318,10 @@ PASS: test_xmlcharrefreplace (test.test_codecencodings_tw.Test_Big5)
----------------------------------------------------------------------
-Ran 18 tests in 0.032s
+Ran 18 tests in 0.046s
OK
-0:03:33 load avg: 0.91 [ 66/416/1] test_codecmaps_cn
+0:03:47 load avg: 1.02 [ 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"
@@ -14337,17 +14337,17 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGBKMap) "Use of the
Ran 9 tests in 0.004s
OK (skipped=9)
-0:03:33 load avg: 0.91 [ 67/416/1] test_codecmaps_hk
+0:03:47 load avg: 1.02 [ 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"
----------------------------------------------------------------------
-Ran 3 tests in 0.001s
+Ran 3 tests in 0.002s
OK (skipped=3)
-0:03:33 load avg: 0.91 [ 68/416/1] test_codecmaps_jp
+0:03:47 load avg: 1.02 [ 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"
@@ -14366,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.006s
OK (skipped=15)
-0:03:33 load avg: 0.91 [ 69/416/1] test_codecmaps_kr
+0:03:47 load avg: 1.02 [ 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"
@@ -14382,10 +14382,10 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestJOHABMap) "Use of th
----------------------------------------------------------------------
-Ran 9 tests in 0.003s
+Ran 9 tests in 0.004s
OK (skipped=9)
-0:03:33 load avg: 0.91 [ 70/416/1] test_codecmaps_tw
+0:03:47 load avg: 1.02 [ 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"
@@ -14395,10 +14395,10 @@ SKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestCP950Map) "Use of th
----------------------------------------------------------------------
-Ran 6 tests in 0.002s
+Ran 6 tests in 0.003s
OK (skipped=6)
-0:03:34 load avg: 0.91 [ 71/416/1] test_codecs
+0:03:47 load avg: 1.02 [ 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)
@@ -14631,10 +14631,10 @@ PASS: test_streamreaderwriter (test.test_codecs.WithStmtTest)
----------------------------------------------------------------------
-Ran 228 tests in 1.162s
+Ran 228 tests in 1.729s
OK (skipped=19)
-0:03:35 load avg: 0.91 [ 72/416/1] test_codeop
+0:03:49 load avg: 1.02 [ 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)
@@ -14642,10 +14642,10 @@ PASS: test_valid (test.test_codeop.CodeopTests)
----------------------------------------------------------------------
-Ran 4 tests in 0.006s
+Ran 4 tests in 0.014s
OK
-0:03:35 load avg: 0.91 [ 73/416/1] test_collections
+0:03:50 load avg: 1.02 [ 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)
@@ -14755,7 +14755,7 @@ PASS: test_str_protocol (test.test_collections.TestUserObjects)
----------------------------------------------------------------------
-Ran 90 tests in 0.411s
+Ran 90 tests in 0.834s
OK
Trying:
@@ -15294,7 +15294,7 @@ ok
66 passed and 0 failed.
Test passed.
doctest (collections) ... 66 tests with zero failures
-0:03:36 load avg: 0.92 [ 74/416/1] test_colorsys
+0:03:51 load avg: 1.02 [ 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)
@@ -15304,10 +15304,10 @@ PASS: test_yiq_values (test.test_colorsys.ColorsysTest)
----------------------------------------------------------------------
-Ran 6 tests in 0.005s
+Ran 6 tests in 0.011s
OK
-0:03:36 load avg: 0.92 [ 75/416/1] test_compare
+0:03:51 load avg: 1.02 [ 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)
@@ -15321,10 +15321,10 @@ PASS: No default delegation between operations except __ne__()
----------------------------------------------------------------------
-Ran 7 tests in 0.003s
+Ran 7 tests in 0.004s
OK
-0:03:36 load avg: 0.92 [ 76/416/1] test_compile
+0:03:51 load avg: 1.02 [ 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)
@@ -15401,10 +15401,10 @@ PASS: test_with (test.test_compile.TestStackSizeStability)
----------------------------------------------------------------------
-Ran 72 tests in 1.561s
+Ran 72 tests in 2.114s
OK
-0:03:38 load avg: 0.92 [ 77/416/1] test_compileall
+0:03:54 load avg: 1.02 [ 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)
@@ -15489,10 +15489,10 @@ PASS: test_error (test.test_compileall.EncodingTest)
----------------------------------------------------------------------
-Ran 81 tests in 9.426s
+Ran 81 tests in 7.302s
OK (skipped=2)
-0:03:48 load avg: 0.93 [ 78/416/1] test_complex
+0:04:01 load avg: 1.02 [ 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)
@@ -15520,10 +15520,10 @@ PASS: test_underscores (test.test_complex.ComplexTest)
----------------------------------------------------------------------
-Ran 24 tests in 0.151s
+Ran 24 tests in 0.182s
OK
-0:03:48 load avg: 0.93 [ 79/416/1] test_concurrent_futures
+0:04:01 load avg: 1.02 [ 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)
@@ -15541,121 +15541,121 @@ 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.15s ok
-test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.16s ok
-test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.15s ok
-test_no_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.15s ok
-test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.16s ok
-test_crash (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.43s ok
-test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.28s 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.17s ok
-test_killed_child (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.15s ok
-test_map (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.17s ok
-test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.17s ok
-test_map_exception (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
-test_map_timeout (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 6.17s ok
-test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
-test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok
-test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.19s ok
-test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.17s ok
-test_submit (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.18s 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.07s ok
-test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.07s ok
-test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.22s ok
-test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.04s 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.13s ok
+test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.14s ok
+test_crash (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.32s 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.15s ok
+test_killed_child (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.14s ok
+test_map (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.15s ok
+test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.15s 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.15s ok
+test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.17s ok
+test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.13s ok
+test_submit (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.13s ok
+test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.13s ok
+test_traceback (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.13s 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.04s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.15s 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.17s ok
-test_first_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.66s 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.65s ok
-test_first_exception (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 3.17s ok
-test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 2.18s ok
-test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.67s ok
-test_timeout (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 6.18s ok
-test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.39s ok
-test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.22s ok
-test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.21s ok
-test_no_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.38s ok
-test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.21s ok
-test_crash (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 1.32s ok
-test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.38s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolForkserverFailingInitializerTest) ... 0.28s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolForkserverInitializerTest) ... 0.30s ok
-test_free_reference (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.44s ok
-test_killed_child (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.18s ok
-test_map (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.20s ok
-test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.19s ok
-test_map_exception (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.19s 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.25s ok
-test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.18s ok
-test_submit (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.19s ok
-test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.25s ok
+test_first_exception (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 3.15s 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.66s ok
+test_timeout (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 6.16s ok
+test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.40s ok
+test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.21s ok
+test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.19s ok
+test_no_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.29s ok
+test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.18s ok
+test_crash (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.89s ok
+test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.32s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolForkserverFailingInitializerTest) ... 0.20s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolForkserverInitializerTest) ... 0.20s ok
+test_free_reference (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.36s ok
+test_killed_child (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.16s ok
+test_map (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.17s ok
+test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.17s ok
+test_map_exception (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.16s ok
+test_map_timeout (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 6.17s ok
+test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.16s ok
+test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.20s ok
+test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.22s ok
+test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.16s ok
+test_submit (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.16s ok
+test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.23s ok
test_traceback (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.21s ok
-test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.04s ok
-test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.04s ok
-test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.08s ok
-test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.36s ok
-test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.22s ok
+test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.03s 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.31s ok
+test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.17s ok
test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.26s ok
-test_all_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 0.22s ok
-test_first_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.69s ok
-test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.68s 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.67s ok
-test_timeout (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 6.18s ok
-test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.54s ok
-test_duplicate_futures (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.51s ok
-test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.53s ok
-test_no_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.62s ok
-test_zero_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.52s ok
-test_crash (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 2.67s ok
-test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.78s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolSpawnFailingInitializerTest) ... 0.38s ok
-test_initializer (test.test_concurrent_futures.ProcessPoolSpawnInitializerTest) ... 0.38s ok
-test_free_reference (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.99s ok
-test_killed_child (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.57s ok
-test_map (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.58s ok
-test_map_chunksize (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.54s ok
-test_map_exception (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.52s ok
-test_map_timeout (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 6.56s ok
-test_max_workers_negative (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.53s ok
-test_no_stale_references (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.56s ok
-test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.67s ok
-test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.55s ok
-test_submit (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.52s ok
-test_submit_keyword (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.55s ok
-test_traceback (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.55s 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.42s ok
-test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.67s ok
-test_processes_terminate (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.52s ok
+test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.23s ok
+test_all_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 0.21s ok
+test_first_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.66s ok
+test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.66s ok
+test_first_exception (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 3.17s ok
+test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 2.18s ok
+test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.70s ok
+test_timeout (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 6.21s ok
+test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.73s ok
+test_duplicate_futures (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.73s ok
+test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.83s ok
+test_no_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.92s ok
+test_zero_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.80s ok
+test_crash (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 4.43s ok
+test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 1.17s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolSpawnFailingInitializerTest) ... 0.49s ok
+test_initializer (test.test_concurrent_futures.ProcessPoolSpawnInitializerTest) ... 0.48s ok
+test_free_reference (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 1.17s ok
+test_killed_child (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.71s ok
+test_map (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.76s ok
+test_map_chunksize (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.76s ok
+test_map_exception (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.80s ok
+test_map_timeout (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 6.77s ok
+test_max_workers_negative (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.72s ok
+test_no_stale_references (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.77s ok
+test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.86s ok
+test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.70s ok
+test_submit (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.63s ok
+test_submit_keyword (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.79s ok
+test_traceback (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.69s ok
+test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.04s ok
+test_del_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.05s ok
+test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.59s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.93s ok
+test_processes_terminate (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.73s ok
test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.45s ok
-test_all_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 0.52s ok
-test_first_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 1.96s ok
-test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 1.98s ok
-test_first_exception (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 3.51s ok
-test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.49s ok
-test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.00s ok
-test_timeout (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 6.54s ok
+test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.73s ok
+test_all_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 0.76s ok
+test_first_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.22s ok
+test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.15s ok
+test_first_exception (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 3.70s ok
+test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.64s ok
+test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.14s ok
+test_timeout (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 6.76s ok
test_correct_timeout_exception_msg (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 0.10s ok
-test_duplicate_futures (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.10s ok
+test_duplicate_futures (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.11s 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.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_free_reference (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.11s ok
test_map (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
test_map_exception (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok
test_map_submits_without_iteration (test.test_concurrent_futures.ThreadPoolExecutorTest)
@@ -15671,27 +15671,27 @@ test_initializer (test.test_concurrent_futures.ThreadPoolInitializerTest) ... 0.
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.10s ok
+test_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 1.17s ok
test_run_after_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok
-test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.05s ok
+test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.06s 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
test_all_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 0.10s ok
-test_first_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.61s ok
-test_first_completed_some_already_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.61s ok
+test_first_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.60s ok
+test_first_completed_some_already_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.60s ok
test_first_exception (test.test_concurrent_futures.ThreadPoolWaitTests) ... 3.11s ok
-test_first_exception_one_already_failed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 2.11s ok
+test_first_exception_one_already_failed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 2.10s ok
test_first_exception_some_already_complete (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.60s ok
-test_pending_calls_race (test.test_concurrent_futures.ThreadPoolWaitTests) ... 0.11s ok
+test_pending_calls_race (test.test_concurrent_futures.ThreadPoolWaitTests) ... 0.10s ok
test_timeout (test.test_concurrent_futures.ThreadPoolWaitTests) ... 6.11s ok
----------------------------------------------------------------------
-Ran 160 tests in 150.833s
+Ran 160 tests in 157.043s
OK
-0:06:19 load avg: 0.48 [ 80/416/1] test_configparser -- test_concurrent_futures passed in 2 min 31 sec
+0:06:39 load avg: 0.77 [ 80/416/1] test_configparser -- test_concurrent_futures passed in 2 min 37 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)
@@ -16046,10 +16046,10 @@ PASS: test_write (test.test_configparser.StrictTestCase)
----------------------------------------------------------------------
-Ran 341 tests in 1.041s
+Ran 341 tests in 0.508s
OK (skipped=5)
-0:06:21 load avg: 0.48 [ 81/416/1] test_contains
+0:06:39 load avg: 0.77 [ 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)
@@ -16057,10 +16057,10 @@ PASS: test_nonreflexive (test.test_contains.TestContains)
----------------------------------------------------------------------
-Ran 4 tests in 0.002s
+Ran 4 tests in 0.001s
OK
-0:06:21 load avg: 0.52 [ 82/416/1] test_context
+0:06:40 load avg: 0.77 [ 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)
@@ -16107,10 +16107,10 @@ PASS: test_hashkey_helper_1 (test.test_context.HamtTest)
----------------------------------------------------------------------
-Ran 43 tests in 2.751s
+Ran 43 tests in 1.604s
OK
-0:06:24 load avg: 0.52 [ 83/416/1] test_contextlib
+0:06:41 load avg: 0.79 [ 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)
@@ -16192,10 +16192,10 @@ PASS: test_other_exception (test.test_contextlib.TestSuppress)
----------------------------------------------------------------------
-Ran 78 tests in 0.094s
+Ran 78 tests in 0.060s
OK
-0:06:25 load avg: 0.52 [ 84/416/1] test_contextlib_async
+0:06:42 load avg: 0.79 [ 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)
@@ -16243,10 +16243,10 @@ PASS: test_push (test.test_contextlib_async.TestAsyncExitStack)
----------------------------------------------------------------------
-Ran 40 tests in 0.130s
+Ran 40 tests in 0.053s
OK
-0:06:25 load avg: 0.52 [ 85/416/1] test_copy
+0:06:42 load avg: 0.79 [ 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)
@@ -16325,10 +16325,10 @@ PASS: test_reduce_5tuple (test.test_copy.TestCopy)
----------------------------------------------------------------------
-Ran 75 tests in 0.031s
+Ran 75 tests in 0.017s
OK
-0:06:25 load avg: 0.52 [ 86/416/1] test_copyreg
+0:06:42 load avg: 0.79 [ 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)
@@ -16338,10 +16338,10 @@ PASS: test_slotnames (test.test_copyreg.CopyRegTestCase)
----------------------------------------------------------------------
-Ran 6 tests in 0.003s
+Ran 6 tests in 0.002s
OK
-0:06:26 load avg: 0.52 [ 87/416/1] test_coroutines
+0:06:42 load avg: 0.79 [ 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)
@@ -16439,10 +16439,10 @@ PASS: test_unawaited_warning_during_shutdown (test.test_coroutines.UnawaitedWarn
----------------------------------------------------------------------
-Ran 94 tests in 1.923s
+Ran 94 tests in 0.909s
OK
-0:06:28 load avg: 0.64 [ 88/416/1] test_cprofile
+0:06:43 load avg: 0.79 [ 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)
@@ -16453,10 +16453,10 @@ PASS: test_sort (test.test_cprofile.TestCommandLine)
----------------------------------------------------------------------
-Ran 7 tests in 0.390s
+Ran 7 tests in 0.202s
OK
-0:06:29 load avg: 0.64 [ 89/416/1] test_crashers
+0:06:44 load avg: 0.79 [ 89/416/1] test_crashers
SKIP: test_crashers_crash (test.test_crashers.CrasherTest) 'these tests are too fragile'
----------------------------------------------------------------------
@@ -16464,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:06:29 load avg: 0.64 [ 90/416/1] test_crypt
+0:06:44 load avg: 0.79 [ 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)
@@ -16475,10 +16475,10 @@ PASS: test_sha2_rounds (test.test_crypt.CryptTestCase)
----------------------------------------------------------------------
-Ran 7 tests in 1.873s
+Ran 7 tests in 1.373s
OK
-0:06:32 load avg: 0.67 [ 91/416/1] test_csv
+0:06:46 load avg: 0.81 [ 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)
@@ -16588,10 +16588,10 @@ PASS: test_writerows_with_none (test.test_csv.Test_Csv)
----------------------------------------------------------------------
-Ran 106 tests in 0.108s
+Ran 106 tests in 0.099s
OK (skipped=4)
-0:06:32 load avg: 0.67 [ 92/416/1] test_ctypes
+0:06:47 load avg: 0.81 [ 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)
@@ -17141,12 +17141,12 @@ SKIP: test_variant_bool (ctypes.test.test_wintypes.WinTypesTest) 'Windows-only t
----------------------------------------------------------------------
-Ran 472 tests in 4.498s
+Ran 472 tests in 2.156s
OK (skipped=87)
-0:06:38 load avg: 0.78 [ 93/416/1] test_curses
+0:06:49 load avg: 0.81 [ 93/416/1] test_curses
test_curses skipped -- Use of the 'curses' resource not enabled
-0:06:38 load avg: 0.78 [ 94/416/1] test_dataclasses -- test_curses skipped (resource denied)
+0:06:50 load avg: 0.81 [ 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)
@@ -17312,10 +17312,10 @@ PASS: test_isnt_initvar (test.test_dataclasses.TestStringAnnotations)
----------------------------------------------------------------------
-Ran 162 tests in 0.703s
+Ran 162 tests in 0.445s
OK
-0:06:39 load avg: 0.78 [ 95/416/1] test_datetime
+0:06:50 load avg: 0.82 [ 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'
@@ -18201,10 +18201,10 @@ PASS: test_system_transitions (test.datetimetester.ZoneInfoTest_Fast)
----------------------------------------------------------------------
-Ran 882 tests in 7.187s
+Ran 882 tests in 5.479s
OK (skipped=16)
-0:06:47 load avg: 0.73 [ 96/416/1] test_dbm
+0:06:56 load avg: 0.76 [ 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)
@@ -18229,10 +18229,10 @@ PASS: test_error (test.test_dbm.TestCase-dbm.dumb)
----------------------------------------------------------------------
-Ran 21 tests in 0.054s
+Ran 21 tests in 0.022s
OK
-0:06:47 load avg: 0.73 [ 97/416/1] test_dbm_dumb
+0:06:56 load avg: 0.76 [ 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)
@@ -18257,12 +18257,12 @@ PASS: test_write_write_read (test.test_dbm_dumb.DumbDBMTestCase)
----------------------------------------------------------------------
-Ran 21 tests in 0.129s
+Ran 21 tests in 0.126s
OK
-0:06:48 load avg: 0.73 [ 98/416/1] test_dbm_gnu
+0:06:57 load avg: 0.76 [ 98/416/1] test_dbm_gnu
test_dbm_gnu skipped -- No module named '_gdbm'
-0:06:49 load avg: 0.73 [ 99/416/1] test_dbm_ndbm -- test_dbm_gnu skipped
+0:06:57 load avg: 0.76 [ 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)
@@ -18276,7 +18276,7 @@ PASS: test_unicode (test.test_dbm_ndbm.DbmTestCase)
Ran 7 tests in 0.004s
OK
-0:06:49 load avg: 0.73 [100/416/1] test_decimal
+0:06:57 load avg: 0.76 [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)
@@ -18911,7 +18911,7 @@ PASS: test_xor (test.test_decimal.PyIBMTestCases)
----------------------------------------------------------------------
-Ran 631 tests in 9.133s
+Ran 631 tests in 6.548s
OK (skipped=9)
Trying:
@@ -21903,7 +21903,7 @@ ok
507 passed and 0 failed.
Test passed.
doctest (decimal) ... 507 tests with zero failures
-0:06:59 load avg: 0.77 [101/416/1] test_decorators
+0:07:04 load avg: 0.86 [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)
@@ -21920,10 +21920,10 @@ PASS: test_staticmethod_function (test.test_decorators.TestDecorators)
----------------------------------------------------------------------
-Ran 13 tests in 0.004s
+Ran 13 tests in 0.003s
OK
-0:06:59 load avg: 0.77 [102/416/1] test_defaultdict
+0:07:04 load avg: 0.86 [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)
@@ -21941,7 +21941,7 @@ PASS: test_shallow_copy (test.test_defaultdict.TestDefaultDict)
Ran 11 tests in 0.005s
OK
-0:07:00 load avg: 0.77 [103/416/1] test_deque
+0:07:04 load avg: 0.86 [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)
@@ -22023,7 +22023,7 @@ PASS: test_truth (test.test_deque.TestSequence)
----------------------------------------------------------------------
-Ran 78 tests in 6.761s
+Ran 78 tests in 4.821s
OK (skipped=1)
Trying:
@@ -22289,7 +22289,7 @@ ok
32 passed and 0 failed.
Test passed.
doctest (test.test_deque) ... 32 tests with zero failures
-0:07:07 load avg: 0.81 [104/416/1] test_descr
+0:07:09 load avg: 0.87 [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)
@@ -22430,10 +22430,10 @@ PASS: test_tp_subclasses_cycle_in_update_slots (test.test_descr.MroTest)
----------------------------------------------------------------------
-Ran 137 tests in 3.401s
+Ran 137 tests in 2.385s
OK (skipped=2, expected failures=2)
-0:07:11 load avg: 0.81 [105/416/1] test_descrtut
+0:07:12 load avg: 0.88 [105/416/1] test_descrtut
Trying:
print(defaultdict) # show our type
Expecting:
@@ -23007,9 +23007,9 @@ ok
94 passed and 0 failed.
Test passed.
doctest (test.test_descrtut) ... 94 tests with zero failures
-0:07:11 load avg: 0.82 [106/416/1] test_devpoll
+0:07:12 load avg: 0.88 [106/416/1] test_devpoll
test_devpoll skipped -- test works only on Solaris OS family
-0:07:12 load avg: 0.82 [107/416/1] test_dict_version -- test_devpoll skipped
+0:07:13 load avg: 0.88 [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)
@@ -23035,10 +23035,10 @@ PASS: test_update (test.test_dict_version.DictVersionTests)
----------------------------------------------------------------------
-Ran 22 tests in 0.006s
+Ran 22 tests in 0.007s
OK
-0:07:12 load avg: 0.82 [108/416/1] test_dictcomps
+0:07:13 load avg: 0.88 [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)
@@ -23048,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:07:12 load avg: 0.82 [109/416/1] test_dictviews
+0:07:13 load avg: 0.88 [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)
@@ -23072,7 +23072,7 @@ PASS: test_recursive_repr (test.test_dictviews.DictSetTest)
Ran 14 tests in 0.007s
OK
-0:07:13 load avg: 0.82 [110/416/1] test_difflib
+0:07:14 load avg: 0.88 [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)
@@ -23146,10 +23146,10 @@ PASS: Doctest: difflib.unified_diff
----------------------------------------------------------------------
-Ran 49 tests in 0.911s
+Ran 49 tests in 1.158s
OK
-0:07:14 load avg: 0.82 [111/416/1] test_dis
+0:07:15 load avg: 0.88 [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)
@@ -23219,82 +23219,31 @@ PASS: test_outer (test.test_dis.InstructionTests)
----------------------------------------------------------------------
-Ran 66 tests in 0.707s
+Ran 66 tests in 0.574s
OK
-0:07:15 load avg: 0.82 [112/416/1] test_distutils
-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)
-SKIP: test_deployment_target_default (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX'
-SKIP: test_deployment_target_higher_ok (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX'
-SKIP: test_deployment_target_too_low (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX'
-PASS: test_ext_fullpath (distutils.tests.test_build_ext.BuildExtTestCase)
-PASS: test_finalize_options (distutils.tests.test_build_ext.BuildExtTestCase)
-PASS: test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase)
-PASS: test_get_source_files (distutils.tests.test_build_ext.BuildExtTestCase)
-PASS: test_optional_extension (distutils.tests.test_build_ext.BuildExtTestCase)
-PASS: test_solaris_enable_shared (distutils.tests.test_build_ext.BuildExtTestCase)
-PASS: test_user_site (distutils.tests.test_build_ext.BuildExtTestCase)
-SKIP: test_build_ext (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'Already tested in BuildExtTestCase'
-PASS: test_check_extensions_list (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-PASS: test_compiler_option (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-SKIP: test_deployment_target_default (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX'
-SKIP: test_deployment_target_higher_ok (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX'
-SKIP: test_deployment_target_too_low (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX'
-PASS: test_ext_fullpath (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-PASS: test_finalize_options (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-PASS: test_get_outputs (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-PASS: test_get_source_files (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
-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_build.BuildTestCase)
-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_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)
-PASS: test_get_file_list (distutils.tests.test_sdist.SDistTestCase)
-PASS: test_invalid_template_unknown_command (distutils.tests.test_sdist.SDistTestCase)
-PASS: test_invalid_template_wrong_arguments (distutils.tests.test_sdist.SDistTestCase)
-SKIP: test_invalid_template_wrong_path (distutils.tests.test_sdist.SDistTestCase) 'test relevant for Windows only'
-PASS: test_make_distribution (distutils.tests.test_sdist.SDistTestCase)
-PASS: test_make_distribution_owner_group (distutils.tests.test_sdist.SDistTestCase)
-PASS: test_manifest_comments (distutils.tests.test_sdist.SDistTestCase)
-PASS: test_manifest_marker (distutils.tests.test_sdist.SDistTestCase)
-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_formats (distutils.tests.test_bdist.BuildTestCase)
-PASS: test_skip_build (distutils.tests.test_bdist.BuildTestCase)
-PASS: test_simple_run (distutils.tests.test_clean.cleanTestCase)
+0:07:16 load avg: 0.89 [112/416/1] test_distutils
PASS: test_default_settings (distutils.tests.test_install_scripts.InstallScriptsTestCase)
PASS: test_installation (distutils.tests.test_install_scripts.InstallScriptsTestCase)
-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_extension_init (distutils.tests.test_extension.ExtensionTestCase)
-PASS: test_read_setup_file (distutils.tests.test_extension.ExtensionTestCase)
+PASS: test_non_ascii (distutils.tests.test_log.TestLog)
+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_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_get_exe_bytes (distutils.tests.test_bdist_wininst.BuildWinInstTestCase)
+VersionPredicate (distutils.versionpredicate)
+PASS: Doctest: distutils.versionpredicate.VersionPredicate
+split_provision (distutils.versionpredicate)
+PASS: Doctest: distutils.versionpredicate.split_provision
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'
@@ -23302,92 +23251,23 @@ SKIP: test_get_vc_env_unicode (distutils.tests.test_msvccompiler.msvccompilerTes
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_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_install_data.InstallDataTestCase)
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_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_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_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_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_class (distutils.tests.test_text_file.TextFileTestCase)
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_built (distutils.tests.test_bdist_dumb.BuildDumbTestCase)
-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)
-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)
-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_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_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_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_no_optimize_flag (distutils.tests.test_bdist_rpm.BuildRpmTestCase)
-PASS: test_quiet (distutils.tests.test_bdist_rpm.BuildRpmTestCase)
-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_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_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_get_exe_bytes (distutils.tests.test_bdist_wininst.BuildWinInstTestCase)
-SKIP: test_minimal (distutils.tests.test_bdist_msi.BDistMSITestCase) 'these tests require Windows'
+PASS: test_simple_run (distutils.tests.test_install_data.InstallDataTestCase)
+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_extension_init (distutils.tests.test_extension.ExtensionTestCase)
+PASS: test_read_setup_file (distutils.tests.test_extension.ExtensionTestCase)
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)
@@ -23418,30 +23298,15 @@ 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_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_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_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_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_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_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)
@@ -23454,7 +23319,20 @@ 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_non_ascii (distutils.tests.test_log.TestLog)
+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_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_class (distutils.tests.test_text_file.TextFileTestCase)
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)
@@ -23465,21 +23343,143 @@ 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)
-VersionPredicate (distutils.versionpredicate)
-PASS: Doctest: distutils.versionpredicate.VersionPredicate
-split_provision (distutils.versionpredicate)
-PASS: Doctest: distutils.versionpredicate.split_provision
+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_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_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)
+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_finalize_options (distutils.tests.test_build.BuildTestCase)
+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_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_simple_run (distutils.tests.test_install_headers.InstallHeadersTestCase)
+PASS: test_no_optimize_flag (distutils.tests.test_bdist_rpm.BuildRpmTestCase)
+PASS: test_quiet (distutils.tests.test_bdist_rpm.BuildRpmTestCase)
+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)
+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_formats (distutils.tests.test_bdist.BuildTestCase)
+PASS: test_skip_build (distutils.tests.test_bdist.BuildTestCase)
+PASS: test_simple_run (distutils.tests.test_clean.cleanTestCase)
+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)
+PASS: test_get_file_list (distutils.tests.test_sdist.SDistTestCase)
+PASS: test_invalid_template_unknown_command (distutils.tests.test_sdist.SDistTestCase)
+PASS: test_invalid_template_wrong_arguments (distutils.tests.test_sdist.SDistTestCase)
+SKIP: test_invalid_template_wrong_path (distutils.tests.test_sdist.SDistTestCase) 'test relevant for Windows only'
+PASS: test_make_distribution (distutils.tests.test_sdist.SDistTestCase)
+PASS: test_make_distribution_owner_group (distutils.tests.test_sdist.SDistTestCase)
+PASS: test_manifest_comments (distutils.tests.test_sdist.SDistTestCase)
+PASS: test_manifest_marker (distutils.tests.test_sdist.SDistTestCase)
+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_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)
+SKIP: test_deployment_target_default (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX'
+SKIP: test_deployment_target_higher_ok (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX'
+SKIP: test_deployment_target_too_low (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX'
+PASS: test_ext_fullpath (distutils.tests.test_build_ext.BuildExtTestCase)
+PASS: test_finalize_options (distutils.tests.test_build_ext.BuildExtTestCase)
+PASS: test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase)
+PASS: test_get_source_files (distutils.tests.test_build_ext.BuildExtTestCase)
+PASS: test_optional_extension (distutils.tests.test_build_ext.BuildExtTestCase)
+PASS: test_solaris_enable_shared (distutils.tests.test_build_ext.BuildExtTestCase)
+PASS: test_user_site (distutils.tests.test_build_ext.BuildExtTestCase)
+SKIP: test_build_ext (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'Already tested in BuildExtTestCase'
+PASS: test_check_extensions_list (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+PASS: test_compiler_option (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+SKIP: test_deployment_target_default (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX'
+SKIP: test_deployment_target_higher_ok (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX'
+SKIP: test_deployment_target_too_low (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX'
+PASS: test_ext_fullpath (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+PASS: test_finalize_options (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+PASS: test_get_outputs (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+PASS: test_get_source_files (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
+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_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_simple_built (distutils.tests.test_bdist_dumb.BuildDumbTestCase)
+SKIP: test_minimal (distutils.tests.test_bdist_msi.BDistMSITestCase) 'these tests require Windows'
+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_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_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_simple_run (distutils.tests.test_install_headers.InstallHeadersTestCase)
----------------------------------------------------------------------
-Ran 248 tests in 5.201s
+Ran 248 tests in 3.279s
OK (skipped=28)
-0:07:21 load avg: 0.85 [113/416/1] test_docxmlrpc
+0:07:20 load avg: 0.89 [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)
@@ -23495,21 +23495,21 @@ PASS: test_valid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer)
----------------------------------------------------------------------
-Ran 7 tests in 0.024s
+Ran 7 tests in 0.027s
OK
-0:07:21 load avg: 0.85 [114/416/1] test_dtrace
+0:07:20 load avg: 0.90 [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/stapxCCjOb/stap_04ee0a2cfc1767380b43c97558a7763e_1021_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapxCCjOb/stap_04ee0a2cfc1767380b43c97558a7763e_1021_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/stapxCCjOb/stap_04ee0a2cfc1767380b43c97558a7763e_1021_src.c:10:\n./arch/x86/include/asm/io.h:44:10: fatal error: asm/early_ioremap.h: No such file or directory\n #include <asm/early_ioremap.h>\n ^~~~~~~~~~~~~~~~~~~~~\ncompilation terminated.\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapxCCjOb/stap_04ee0a2cfc1767380b43c97558a7763e_1021_src.o] Error 1\nmake: *** [Makefile:1576: _module_/tmp/stapxCCjOb] 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/stapL8JLTW/stap_04ee0a2cfc1767380b43c97558a7763e_1021_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapL8JLTW/stap_04ee0a2cfc1767380b43c97558a7763e_1021_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/stapL8JLTW/stap_04ee0a2cfc1767380b43c97558a7763e_1021_src.c:10:\n./arch/x86/include/asm/io.h:44:10: fatal error: asm/early_ioremap.h: No such file or directory\n #include <asm/early_ioremap.h>\n ^~~~~~~~~~~~~~~~~~~~~\ncompilation terminated.\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapL8JLTW/stap_04ee0a2cfc1767380b43c97558a7763e_1021_src.o] Error 1\nmake: *** [Makefile:1576: _module_/tmp/stapL8JLTW] 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/stap9JlWAZ/stap_3b5ce1fc1015e17bf9a647bc8a5d425c_1021_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stap9JlWAZ/stap_3b5ce1fc1015e17bf9a647bc8a5d425c_1021_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/stap9JlWAZ/stap_3b5ce1fc1015e17bf9a647bc8a5d425c_1021_src.c:10:\n./arch/x86/include/asm/io.h:44:10: fatal error: asm/early_ioremap.h: No such file or directory\n #include <asm/early_ioremap.h>\n ^~~~~~~~~~~~~~~~~~~~~\ncompilation terminated.\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stap9JlWAZ/stap_3b5ce1fc1015e17bf9a647bc8a5d425c_1021_src.o] Error 1\nmake: *** [Makefile:1576: _module_/tmp/stap9JlWAZ] 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/stapjjQ2a9/stap_3b5ce1fc1015e17bf9a647bc8a5d425c_1021_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapjjQ2a9/stap_3b5ce1fc1015e17bf9a647bc8a5d425c_1021_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/stapjjQ2a9/stap_3b5ce1fc1015e17bf9a647bc8a5d425c_1021_src.c:10:\n./arch/x86/include/asm/io.h:44:10: fatal error: asm/early_ioremap.h: No such file or directory\n #include <asm/early_ioremap.h>\n ^~~~~~~~~~~~~~~~~~~~~\ncompilation terminated.\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapjjQ2a9/stap_3b5ce1fc1015e17bf9a647bc8a5d425c_1021_src.o] Error 1\nmake: *** [Makefile:1576: _module_/tmp/stapjjQ2a9] Error 2\nWARNING: kbuild exited with status: 2\nPass 4: compilation failed. [man error::pass4]"
----------------------------------------------------------------------
-Ran 0 tests in 36.386s
+Ran 0 tests in 24.170s
OK (skipped=4)
-0:07:58 load avg: 0.99 [115/416/1] test_dummy_thread -- test_dtrace passed in 36 sec 718 ms
+0:07:45 load avg: 0.93 [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
@@ -23545,10 +23545,10 @@ ok
----------------------------------------------------------------------
-Ran 25 tests in 0.010s
+Ran 25 tests in 0.008s
OK
-0:07:58 load avg: 0.99 [116/416/1] test_dummy_threading
+0:07:46 load avg: 0.93 [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
@@ -23598,7 +23598,7 @@ ok
Ran 1 test in 0.002s
OK
-0:07:59 load avg: 0.99 [117/416/1] test_dynamic
+0:07:46 load avg: 0.93 [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)
@@ -23614,7 +23614,7 @@ PASS: test_modify_builtins_while_generator_active (test.test_dynamic.RebindBuilt
Ran 9 tests in 0.003s
OK
-0:07:59 load avg: 0.99 [118/416/1] test_dynamicclassattribute
+0:07:46 load avg: 0.93 [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)
@@ -23630,10 +23630,10 @@ PASS: test_property_getter_doc_override (test.test_dynamicclassattribute.Propert
----------------------------------------------------------------------
-Ran 12 tests in 0.005s
+Ran 12 tests in 0.003s
OK (skipped=1)
-0:07:59 load avg: 0.99 [119/416/1] test_eintr
+0:07:47 load avg: 0.93 [119/416/1] test_eintr
test_all (test.test_eintr.EINTRTests) ...
--- run eintr_tester.py ---
test_flock (__main__.FNTLEINTRTest) ... ok
@@ -23662,7 +23662,7 @@ test_sendmsg (__main__.SocketEINTRTest) ... ok
test_sleep (__main__.TimeEINTRTest) ... ok
----------------------------------------------------------------------
-Ran 24 tests in 6.760s
+Ran 24 tests in 6.448s
OK (skipped=2)
--- eintr_tester.py completed: exit code 0 ---
@@ -23670,10 +23670,10 @@ ok
----------------------------------------------------------------------
-Ran 1 test in 6.968s
+Ran 1 test in 6.632s
OK
-0:08:07 load avg: 0.83 [120/416/1] test_email
+0:07:54 load avg: 0.94 [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)
@@ -25278,10 +25278,10 @@ PASS: test_variable_tzname (test.test_email.test_utils.LocaltimeTests)
----------------------------------------------------------------------
-Ran 1598 tests in 7.597s
+Ran 1598 tests in 6.221s
OK (skipped=1)
-0:08:15 load avg: 0.93 [121/416/1] test_embed
+0:08:00 load avg: 1.10 [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"
@@ -25300,10 +25300,10 @@ SKIP: test_init_isolated (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_
----------------------------------------------------------------------
-Ran 15 tests in 0.005s
+Ran 15 tests in 0.004s
OK (skipped=15)
-0:08:15 load avg: 0.93 [122/416/1] test_ensurepip
+0:08:00 load avg: 1.10 [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)
@@ -25335,10 +25335,10 @@ PASS: test_uninstall_version (test.test_ensurepip.TestUninstallationMainFunction
----------------------------------------------------------------------
-Ran 28 tests in 0.288s
+Ran 28 tests in 0.060s
OK
-0:08:16 load avg: 0.93 [123/416/1] test_enum
+0:08:01 load avg: 1.10 [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)
@@ -25513,10 +25513,10 @@ PASS: test_unique_with_name (test.test_enum.TestUnique)
----------------------------------------------------------------------
-Ran 171 tests in 0.393s
+Ran 171 tests in 0.289s
OK
-0:08:17 load avg: 0.93 [124/416/1] test_enumerate
+0:08:01 load avg: 1.10 [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)
@@ -25598,10 +25598,10 @@ PASS: test_tuple_reuse (test.test_enumerate.TestStart)
----------------------------------------------------------------------
-Ran 78 tests in 0.114s
+Ran 78 tests in 0.057s
OK
-0:08:17 load avg: 0.93 [125/416/1] test_eof
+0:08:01 load avg: 1.10 [125/416/1] test_eof
PASS: test_EOFC (test.test_eof.EOFTestCase)
PASS: test_EOFS (test.test_eof.EOFTestCase)
@@ -25610,7 +25610,7 @@ PASS: test_EOFS (test.test_eof.EOFTestCase)
Ran 2 tests in 0.001s
OK
-0:08:17 load avg: 0.93 [126/416/1] test_epoll
+0:08:02 load avg: 1.10 [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)
@@ -25627,7 +25627,7 @@ PASS: test_unregister_closed (test.test_epoll.TestEPoll)
Ran 10 tests in 2.107s
OK
-0:08:20 load avg: 0.93 [127/416/1] test_errno
+0:08:04 load avg: 1.10 [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)
@@ -25637,7 +25637,7 @@ PASS: test_attributes_in_errorcode (test.test_errno.ErrorcodeTests)
Ran 3 tests in 0.001s
OK
-0:08:20 load avg: 0.93 [128/416/1] test_exception_hierarchy
+0:08:04 load avg: 1.10 [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)
@@ -25657,10 +25657,10 @@ PASS: test_try_except (test.test_exception_hierarchy.HierarchyTest)
----------------------------------------------------------------------
-Ran 16 tests in 0.005s
+Ran 16 tests in 0.003s
OK (skipped=1)
-0:08:21 load avg: 0.93 [129/416/1] test_exception_variations
+0:08:04 load avg: 1.10 [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)
@@ -25675,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.002s
OK
-0:08:21 load avg: 0.94 [130/416/1] test_extcall
+0:08:04 load avg: 1.10 [130/416/1] test_extcall
Trying:
from collections import UserList
Expecting nothing
@@ -26411,7 +26411,7 @@ ok
125 passed and 0 failed.
Test passed.
doctest (test.test_extcall) ... 125 tests with zero failures
-0:08:21 load avg: 0.94 [131/416/1] test_faulthandler
+0:08:04 load avg: 1.10 [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)
@@ -26457,10 +26457,10 @@ PASS: test_unregister (test.test_faulthandler.FaultHandlerTests)
----------------------------------------------------------------------
-Ran 42 tests in 19.209s
+Ran 42 tests in 18.389s
OK (skipped=4)
-0:08:41 load avg: 0.82 [132/416/1] test_fcntl
+0:08:23 load avg: 0.86 [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)
@@ -26479,7 +26479,7 @@ PASS: test_flock_overflow (test.test_fcntl.TestFcntl)
Ran 7 tests in 0.003s
OK
-0:08:41 load avg: 0.82 [133/416/1] test_file
+0:08:23 load avg: 0.86 [133/416/1] test_file
PASS: testAttributes (test.test_file.CAutoFileTests)
PASS: testErrors (test.test_file.CAutoFileTests)
PASS: testMethods (test.test_file.CAutoFileTests)
@@ -26515,10 +26515,10 @@ PASS: testTruncateOnWindows (test.test_file.PyOtherFileTests)
----------------------------------------------------------------------
-Ran 32 tests in 0.205s
+Ran 32 tests in 0.129s
OK
-0:08:42 load avg: 0.82 [134/416/1] test_file_eintr
+0:08:23 load avg: 0.86 [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)
@@ -26558,10 +26558,10 @@ PASS: readlines() must handle signals and not lose data.
----------------------------------------------------------------------
-Ran 18 tests in 2.236s
+Ran 18 tests in 1.637s
OK
-0:08:45 load avg: 0.82 [135/416/1] test_filecmp
+0:08:25 load avg: 0.86 [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)
@@ -26573,10 +26573,10 @@ PASS: test_report_partial_closure (test.test_filecmp.DirCompareTestCase)
----------------------------------------------------------------------
-Ran 8 tests in 0.012s
+Ran 8 tests in 0.007s
OK
-0:08:45 load avg: 0.82 [136/416/1] test_fileinput
+0:08:25 load avg: 0.88 [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)
@@ -26671,10 +26671,10 @@ PASS: test_modes (test.test_fileinput.Test_hook_encoded)
----------------------------------------------------------------------
-Ran 54 tests in 0.046s
+Ran 54 tests in 0.036s
OK
-0:08:45 load avg: 0.82 [137/416/1] test_fileio
+0:08:26 load avg: 0.88 [137/416/1] test_fileio
PASS: testAttributes (test.test_fileio.CAutoFileTests)
PASS: testBlksize (test.test_fileio.CAutoFileTests)
PASS: testErrnoOnClose (test.test_fileio.CAutoFileTests)
@@ -26769,10 +26769,10 @@ PASS: testWarnings (test.test_fileio.PyOtherFileTests)
----------------------------------------------------------------------
-Ran 91 tests in 0.052s
+Ran 91 tests in 0.032s
OK
-0:08:46 load avg: 0.84 [138/416/1] test_finalization
+0:08:26 load avg: 0.88 [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)
@@ -26794,10 +26794,10 @@ PASS: test_simple_resurrect (test.test_finalization.SimpleFinalizationTest)
----------------------------------------------------------------------
-Ran 18 tests in 5.085s
+Ran 18 tests in 2.272s
OK
-0:08:51 load avg: 0.85 [139/416/1] test_float
+0:08:29 load avg: 0.88 [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)
@@ -26847,10 +26847,10 @@ SKIP: test_float_specials_dont_unpack (test.test_float.UnknownFormatTestCase) 'r
----------------------------------------------------------------------
-Ran 46 tests in 0.361s
+Ran 46 tests in 0.148s
OK (skipped=4)
-0:08:52 load avg: 0.85 [140/416/1] test_flufl
+0:08:29 load avg: 0.88 [140/416/1] test_flufl
PASS: test_barry_as_bdfl (test.test_flufl.FLUFLTests)
PASS: test_guido_as_bdfl (test.test_flufl.FLUFLTests)
@@ -26859,7 +26859,7 @@ PASS: test_guido_as_bdfl (test.test_flufl.FLUFLTests)
Ran 2 tests in 0.001s
OK
-0:08:52 load avg: 0.85 [141/416/1] test_fnmatch
+0:08:30 load avg: 0.88 [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)
@@ -26875,10 +26875,10 @@ PASS: test_translate (test.test_fnmatch.TranslateTestCase)
----------------------------------------------------------------------
-Ran 12 tests in 0.010s
+Ran 12 tests in 0.006s
OK
-0:08:53 load avg: 0.85 [142/416/1] test_fork1
+0:08:30 load avg: 0.88 [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)
@@ -26888,10 +26888,10 @@ PASS: test_wait (test.fork_wait.ForkWait)
----------------------------------------------------------------------
-Ran 4 tests in 6.662s
+Ran 4 tests in 6.650s
OK
-0:09:00 load avg: 0.78 [143/416/1] test_format
+0:08:37 load avg: 0.74 [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
@@ -26906,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 0x7fc571ed2780>,) =? b'123' ... yes
-bytearray(b'%b') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7fc571ed2780>,) =? bytearray(b'123') ... yes
-b'%b' % (<memory at 0x7fc572302a08>,) =? b'abc' ... yes
-bytearray(b'%b') % (<memory at 0x7fc572302a08>,) =? bytearray(b'abc') ... yes
+b'%b' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7f6124401a58>,) =? b'123' ... yes
+bytearray(b'%b') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7f6124401a58>,) =? bytearray(b'123') ... yes
+b'%b' % (<memory at 0x7f6124a2da08>,) =? b'abc' ... yes
+bytearray(b'%b') % (<memory at 0x7f6124a2da08>,) =? 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 0x7fc571ed2780>,) =? b'123' ... yes
-bytearray(b'%s') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7fc571ed2780>,) =? bytearray(b'123') ... yes
-b'%s' % (<memory at 0x7fc572302ac8>,) =? b'abc' ... yes
-bytearray(b'%s') % (<memory at 0x7fc572302ac8>,) =? bytearray(b'abc') ... yes
+b'%s' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7f6124401a58>,) =? b'123' ... yes
+bytearray(b'%s') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7f6124401a58>,) =? bytearray(b'123') ... yes
+b'%s' % (<memory at 0x7f6124a2dac8>,) =? b'abc' ... yes
+bytearray(b'%s') % (<memory at 0x7f6124a2dac8>,) =? 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
@@ -27401,10 +27401,10 @@ ok
----------------------------------------------------------------------
-Ran 9 tests in 0.014s
+Ran 9 tests in 0.013s
OK
-0:09:01 load avg: 0.78 [144/416/1] test_fractions
+0:08:37 load avg: 0.74 [144/416/1] test_fractions
PASS: testApproximateCos1 (test.test_fractions.FractionTest)
PASS: testApproximatePi (test.test_fractions.FractionTest)
PASS: testArithmetic (test.test_fractions.FractionTest)
@@ -27436,10 +27436,10 @@ PASS: testMisc (test.test_fractions.GcdTest)
----------------------------------------------------------------------
-Ran 28 tests in 0.018s
+Ran 28 tests in 0.014s
OK
-0:09:01 load avg: 0.80 [145/416/1] test_frame
+0:08:37 load avg: 0.74 [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)
@@ -27453,10 +27453,10 @@ PASS: test_repr (test.test_frame.ReprTest)
----------------------------------------------------------------------
-Ran 10 tests in 0.501s
+Ran 10 tests in 0.161s
OK
-0:09:02 load avg: 0.80 [146/416/1] test_frozen
+0:08:38 load avg: 0.74 [146/416/1] test_frozen
PASS: test_frozen (test.test_frozen.TestFrozen)
----------------------------------------------------------------------
@@ -27464,7 +27464,7 @@ PASS: test_frozen (test.test_frozen.TestFrozen)
Ran 1 test in 0.001s
OK
-0:09:02 load avg: 0.80 [147/416/1] test_fstring
+0:08:38 load avg: 0.74 [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)
@@ -27525,10 +27525,10 @@ PASS: test_yield_send (test.test_fstring.TestCase)
----------------------------------------------------------------------
-Ran 56 tests in 0.525s
+Ran 56 tests in 0.316s
OK
-0:09:03 load avg: 0.80 [148/416/1] test_ftplib
+0:08:39 load avg: 0.74 [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)
@@ -27620,10 +27620,10 @@ PASS: test__all__ (test.test_ftplib.MiscTestCase)
----------------------------------------------------------------------
-Ran 88 tests in 7.565s
+Ran 88 tests in 5.701s
OK (skipped=1)
-0:09:11 load avg: 0.75 [149/416/1] test_funcattrs
+0:08:45 load avg: 0.68 [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)
@@ -27657,10 +27657,10 @@ PASS: test_func_attribute (test.test_funcattrs.StaticMethodAttrsTest)
----------------------------------------------------------------------
-Ran 30 tests in 0.016s
+Ran 30 tests in 0.009s
OK
-0:09:12 load avg: 0.75 [150/416/1] test_functools
+0:08:45 load avg: 0.68 [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)
@@ -27875,10 +27875,10 @@ PASS: test_selective_update (test.test_functools.TestWraps)
----------------------------------------------------------------------
-Ran 211 tests in 0.220s
+Ran 211 tests in 0.176s
OK
-0:09:12 load avg: 0.75 [151/416/1] test_future
+0:08:45 load avg: 0.68 [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)
@@ -27897,20 +27897,20 @@ PASS: test_unicode_literals_exec (test.test_future.FutureTest)
----------------------------------------------------------------------
-Ran 15 tests in 0.141s
+Ran 15 tests in 0.154s
OK
-0:09:13 load avg: 0.75 [152/416/1] test_future3
+0:08:45 load avg: 0.71 [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)
----------------------------------------------------------------------
-Ran 3 tests in 0.002s
+Ran 3 tests in 0.001s
OK
-0:09:13 load avg: 0.75 [153/416/1] test_future4
+0:08:46 load avg: 0.71 [153/416/1] test_future4
PASS: test_unicode_literals (test.test_future4.Tests)
----------------------------------------------------------------------
@@ -27918,7 +27918,7 @@ PASS: test_unicode_literals (test.test_future4.Tests)
Ran 1 test in 0.000s
OK
-0:09:14 load avg: 0.75 [154/416/1] test_future5
+0:08:46 load avg: 0.71 [154/416/1] test_future5
PASS: test_print_function (test.test_future5.TestMultipleFeatures)
PASS: test_unicode_literals (test.test_future5.TestMultipleFeatures)
@@ -27927,7 +27927,7 @@ PASS: test_unicode_literals (test.test_future5.TestMultipleFeatures)
Ran 2 tests in 0.001s
OK
-0:09:14 load avg: 0.75 [155/416/1] test_gc
+0:08:46 load avg: 0.71 [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)
@@ -27969,13 +27969,13 @@ PASS: test_collect_generation (test.test_gc.GCCallbackTests)
----------------------------------------------------------------------
-Ran 38 tests in 9.298s
+Ran 38 tests in 6.807s
OK
restoring automatic collection
-0:09:24 load avg: 0.79 [156/416/1] test_gdb
+0:08:53 load avg: 0.73 [156/416/1] test_gdb
test_gdb skipped -- test_gdb only works on source builds at the moment.
-0:09:24 load avg: 0.79 [157/416/1] test_generator_stop -- test_gdb skipped
+0:08:54 load avg: 0.73 [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)
@@ -27984,7 +27984,7 @@ PASS: test_stopiteration_wrapping_context (test.test_generator_stop.TestPEP479)
Ran 2 tests in 0.001s
OK
-0:09:25 load avg: 0.79 [158/416/1] test_generators
+0:08:54 load avg: 0.73 [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)
@@ -28004,7 +28004,7 @@ PASS: test_generator_gi_yieldfrom (test.test_generators.YieldFromTests)
----------------------------------------------------------------------
-Ran 16 tests in 0.763s
+Ran 16 tests in 0.464s
OK
Trying:
@@ -29941,7 +29941,7 @@ ok
280 passed and 0 failed.
Test passed.
doctest (test.test_generators) ... 280 tests with zero failures
-0:09:26 load avg: 0.81 [159/416/1] test_genericclass
+0:08:55 load avg: 0.73 [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)
@@ -29966,10 +29966,10 @@ PASS: test_mro_entry_with_builtins_2 (test.test_genericclass.TestMROEntry)
----------------------------------------------------------------------
-Ran 21 tests in 0.007s
+Ran 21 tests in 0.009s
OK
-0:09:26 load avg: 0.81 [160/416/1] test_genericpath
+0:08:55 load avg: 0.73 [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)
@@ -29997,10 +29997,10 @@ PASS: test_samestat_on_symlink (test.test_genericpath.TestGenericTest)
----------------------------------------------------------------------
-Ran 24 tests in 0.012s
+Ran 24 tests in 0.013s
OK
-0:09:27 load avg: 0.81 [161/416/1] test_genexps
+0:08:56 load avg: 0.83 [161/416/1] test_genexps
Trying:
sum(i*i for i in range(100) if i&1 == 1)
Expecting:
@@ -30404,7 +30404,7 @@ ok
76 passed and 0 failed.
Test passed.
doctest (test.test_genexps) ... 76 tests with zero failures
-0:09:27 load avg: 0.81 [162/416/1] test_getargs2
+0:08:56 load avg: 0.83 [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)
@@ -30482,10 +30482,10 @@ PASS: test_k (test.test_getargs2.Unsigned_TestCase)
----------------------------------------------------------------------
-Ran 74 tests in 0.064s
+Ran 74 tests in 0.070s
OK
-0:09:28 load avg: 0.81 [163/416/1] test_getopt
+0:08:56 load avg: 0.83 [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)
@@ -30558,10 +30558,10 @@ PASS: test_short_has_arg (test.test_getopt.GetoptTests)
----------------------------------------------------------------------
-Ran 8 tests in 0.007s
+Ran 8 tests in 0.009s
OK
-0:09:28 load avg: 0.81 [164/416/1] test_getpass
+0:08:57 load avg: 0.83 [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)
@@ -30579,10 +30579,10 @@ PASS: test_uses_tty_directly (test.test_getpass.UnixGetpassTest)
----------------------------------------------------------------------
-Ran 14 tests in 0.083s
+Ran 14 tests in 0.061s
OK
-0:09:29 load avg: 0.81 [165/416/1] test_gettext
+0:08:57 load avg: 0.83 [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)
@@ -30637,10 +30637,10 @@ PASS: test_weird_metadata (test.test_gettext.WeirdMetadataTest)
----------------------------------------------------------------------
-Ran 51 tests in 0.079s
+Ran 51 tests in 0.090s
OK
-0:09:29 load avg: 0.81 [166/416/1] test_glob
+0:08:57 load avg: 0.83 [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)
@@ -30657,10 +30657,10 @@ PASS: test_selflink (test.test_glob.SymlinkLoopGlobTests)
----------------------------------------------------------------------
-Ran 13 tests in 0.083s
+Ran 13 tests in 0.086s
OK (skipped=2)
-0:09:29 load avg: 0.81 [167/416/1] test_global
+0:08:58 load avg: 0.83 [167/416/1] test_global
PASS: test1 (test.test_global.GlobalTests)
PASS: test2 (test.test_global.GlobalTests)
PASS: test3 (test.test_global.GlobalTests)
@@ -30671,7 +30671,7 @@ PASS: test4 (test.test_global.GlobalTests)
Ran 4 tests in 0.002s
OK
-0:09:30 load avg: 0.81 [168/416/1] test_grp
+0:08:58 load avg: 0.83 [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)
@@ -30679,10 +30679,10 @@ PASS: test_values_extended (test.test_grp.GroupDatabaseTestCase)
----------------------------------------------------------------------
-Ran 4 tests in 0.012s
+Ran 4 tests in 0.014s
OK
-0:09:30 load avg: 0.81 [169/416/1] test_gzip
+0:08:58 load avg: 0.83 [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)
@@ -30739,10 +30739,10 @@ PASS: test_decompress_stdin_stdout (test.test_gzip.TestCommandLine)
----------------------------------------------------------------------
-Ran 52 tests in 0.370s
+Ran 52 tests in 0.369s
OK
-0:09:31 load avg: 0.82 [170/416/1] test_hash
+0:08:59 load avg: 0.83 [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)
@@ -30776,10 +30776,10 @@ PASS: test_ucs2_string (test.test_hash.StrHashRandomizationTests)
----------------------------------------------------------------------
-Ran 30 tests in 0.892s
+Ran 30 tests in 0.915s
OK
-0:09:32 load avg: 0.82 [171/416/1] test_hashlib
+0:09:00 load avg: 0.83 [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)
@@ -30852,10 +30852,10 @@ PASS: test_scrypt (test.test_hashlib.KDFTests)
----------------------------------------------------------------------
-Ran 69 tests in 1.182s
+Ran 69 tests in 0.988s
OK (skipped=11)
-0:09:34 load avg: 0.82 [172/416/1] test_heapq
+0:09:01 load avg: 0.85 [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)
@@ -30901,10 +30901,10 @@ PASS: test_py_functions (test.test_heapq.TestModules)
----------------------------------------------------------------------
-Ran 42 tests in 1.015s
+Ran 42 tests in 1.054s
OK
-0:09:35 load avg: 0.82 [173/416/1] test_hmac
+0:09:03 load avg: 0.85 [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)
@@ -30929,19 +30929,19 @@ PASS: test_with_digestmod_warning (test.test_hmac.TestVectorsTestCase)
----------------------------------------------------------------------
-Ran 21 tests in 0.013s
+Ran 21 tests in 0.016s
OK
-0:09:36 load avg: 0.82 [174/416/1] test_html
+0:09:03 load avg: 0.85 [174/416/1] test_html
PASS: test_escape (test.test_html.HtmlTests)
PASS: test_unescape (test.test_html.HtmlTests)
----------------------------------------------------------------------
-Ran 2 tests in 0.007s
+Ran 2 tests in 0.008s
OK
-0:09:36 load avg: 0.84 [175/416/1] test_htmlparser
+0:09:03 load avg: 0.85 [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)
@@ -30992,10 +30992,10 @@ PASS: test_with_unquoted_attributes (test.test_htmlparser.HTMLParserTestCase)
----------------------------------------------------------------------
-Ran 47 tests in 0.127s
+Ran 47 tests in 0.090s
OK
-0:09:37 load avg: 0.84 [176/416/1] test_http_cookiejar
+0:09:04 load avg: 0.85 [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)
@@ -31059,10 +31059,10 @@ PASS: test_url_encoding (test.test_http_cookiejar.LWPCookieTests)
----------------------------------------------------------------------
-Ran 60 tests in 0.097s
+Ran 60 tests in 0.108s
OK
-0:09:37 load avg: 0.84 [177/416/1] test_http_cookies
+0:09:04 load avg: 0.85 [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)
@@ -31091,7 +31091,7 @@ PASS: test_update (test.test_http_cookies.MorselTests)
----------------------------------------------------------------------
-Ran 25 tests in 0.012s
+Ran 25 tests in 0.014s
OK
Trying:
@@ -31267,7 +31267,7 @@ ok
30 passed and 0 failed.
Test passed.
doctest (http.cookies) ... 30 tests with zero failures
-0:09:37 load avg: 0.84 [178/416/1] test_httplib
+0:09:04 load avg: 0.85 [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.
@@ -31338,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', 42521):42521 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [09/May/2019 02:18:13] code 404, message File not found
- server (('127.0.0.1', 42521):42521 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [09/May/2019 02:18:13] "GET /nonexistent HTTP/1.1" 404 -
- server (('127.0.0.1', 42521):42521 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [09/May/2019 02:18:13] code 404, message File not found
- server (('127.0.0.1', 42521):42521 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [09/May/2019 02:18:13] "GET /nonexistent HTTP/1.1" 404 -
+test_local_bad_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 45009):45009 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [10/May/2019 01:09:02] code 404, message File not found
+ server (('127.0.0.1', 45009):45009 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [10/May/2019 01:09:02] "GET /nonexistent HTTP/1.1" 404 -
+ server (('127.0.0.1', 45009):45009 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [10/May/2019 01:09:02] code 404, message File not found
+ server (('127.0.0.1', 45009):45009 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [10/May/2019 01:09:02] "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', 39443):39443 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [09/May/2019 02:18:13] code 404, message File not found
- server (('127.0.0.1', 39443):39443 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [09/May/2019 02:18:13] "GET /nonexistent HTTP/1.1" 404 -
+test_local_good_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 33377):33377 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [10/May/2019 01:09:02] code 404, message File not found
+ server (('127.0.0.1', 33377):33377 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [10/May/2019 01:09:02] "GET /nonexistent HTTP/1.1" 404 -
stopping HTTPS server
joining HTTPS thread
ok
@@ -31400,10 +31400,10 @@ PASS: test_tunnel_debuglog (test.test_httplib.TunnelTests)
----------------------------------------------------------------------
-Ran 105 tests in 0.311s
+Ran 105 tests in 0.185s
OK (skipped=5)
-0:09:38 load avg: 0.84 [179/416/1] test_httpservers
+0:09:05 load avg: 0.85 [179/416/1] test_httpservers
Got an error:
[SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1056)
Got an error:
@@ -31481,358 +31481,358 @@ PASS: test_all (test.test_httpservers.MiscTestCase)
----------------------------------------------------------------------
-Ran 64 tests in 0.111s
+Ran 64 tests in 0.143s
OK (skipped=12)
-0:09:38 load avg: 0.84 [180/416/1] test_idle
+0:09:05 load avg: 0.85 [180/416/1] test_idle
test_idle skipped -- No module named '_tkinter'
-0:09:39 load avg: 0.84 [181/416/1] test_imaplib -- test_idle skipped
+0:09:06 load avg: 0.94 [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'NBAN0 CAPABILITY'
+GOT: b'OPPC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NBAN0 OK CAPABILITY completed'
-GOT: b'NBAN1 AUTHENTICATE MYAUTH'
+SENT: b'OPPC0 OK CAPABILITY completed'
+GOT: b'OPPC1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'NBAN1 NO [AUTHENTICATIONFAILED] aborted'
+SENT: b'OPPC1 NO [AUTHENTICATIONFAILED] aborted'
ok
test_bad_auth_name (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'CPAE0 CAPABILITY'
+GOT: b'EFFF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CPAE0 OK CAPABILITY completed'
-GOT: b'CPAE1 AUTHENTICATE METHOD'
-SENT: b'CPAE1 NO unrecognized authentication type METHOD'
+SENT: b'EFFF0 OK CAPABILITY completed'
+GOT: b'EFFF1 AUTHENTICATE METHOD'
+SENT: b'EFFF1 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'OHOB0 CAPABILITY'
+GOT: b'KANI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT'
-SENT: b'OHOB0 OK CAPABILITY completed'
-GOT: b'OHOB1 AUTHENTICATE MYAUTH'
+SENT: b'KANI0 OK CAPABILITY completed'
+GOT: b'KANI1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'OHOB1 OK FAKEAUTH successful'
-GOT: b'OHOB2 ENABLE UTF8=ACCEPT'
-SENT: b'OHOB2 OK ENABLE successful'
-GOT: b'OHOB3 APPEND INBOX {30}'
+SENT: b'KANI1 OK FAKEAUTH successful'
+GOT: b'KANI2 ENABLE UTF8=ACCEPT'
+SENT: b'KANI2 OK ENABLE successful'
+GOT: b'KANI3 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'OHOB3 OK okay'
+SENT: b'KANI3 OK okay'
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'HDOI0 CAPABILITY'
+GOT: b'GMLL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HDOI0 OK CAPABILITY completed'
-GOT: b'HDOI1 LOGIN user "pass"'
-SENT: b'HDOI1 OK LOGIN completed'
+SENT: b'GMLL0 OK CAPABILITY completed'
+GOT: b'GMLL1 LOGIN user "pass"'
+SENT: b'GMLL1 OK LOGIN completed'
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FHML0 CAPABILITY'
+GOT: b'HOIM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'FHML0 OK CAPABILITY completed'
+SENT: b'HOIM0 OK CAPABILITY completed'
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'EFMI0 CAPABILITY'
+GOT: b'CGOJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'EFMI0 OK CAPABILITY completed'
+SENT: b'CGOJ0 OK CAPABILITY completed'
ok
test_invalid_authentication (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'KHMN0 CAPABILITY'
+GOT: b'FKJE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'KHMN0 OK CAPABILITY completed'
-GOT: b'KHMN1 AUTHENTICATE MYAUTH'
+SENT: b'FKJE0 OK CAPABILITY completed'
+GOT: b'FKJE1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'KHMN1 NO [AUTHENTICATIONFAILED] invalid'
+SENT: b'FKJE1 NO [AUTHENTICATIONFAILED] invalid'
ok
test_line_termination (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'LKMP0 CAPABILITY'
+GOT: b'ICBH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'LKMP0 OK CAPABILITY completed'
+SENT: b'ICBH0 OK CAPABILITY completed'
ok
PASS: test_linetoolong (test.test_imaplib.NewIMAPSSLTests)
test_login (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FCEF0 CAPABILITY'
+GOT: b'BPLG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'FCEF0 OK CAPABILITY completed'
-GOT: b'FCEF1 LOGIN user "pass"'
-SENT: b'FCEF1 OK LOGIN completed'
+SENT: b'BPLG0 OK CAPABILITY completed'
+GOT: b'BPLG1 LOGIN user "pass"'
+SENT: b'BPLG1 OK LOGIN completed'
ok
test_login_cram_md5_bytes (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'KPNC0 CAPABILITY'
+GOT: b'GEMG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'KPNC0 OK CAPABILITY completed'
-GOT: b'KPNC1 AUTHENTICATE CRAM-MD5'
+SENT: b'GEMG0 OK CAPABILITY completed'
+GOT: b'GEMG1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'KPNC1 OK CRAM-MD5 successful'
+SENT: b'GEMG1 OK CRAM-MD5 successful'
ok
test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'PHPA0 CAPABILITY'
+GOT: b'BNKH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'PHPA0 OK CAPABILITY completed'
-GOT: b'PHPA1 AUTHENTICATE CRAM-MD5'
+SENT: b'BNKH0 OK CAPABILITY completed'
+GOT: b'BNKH1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'PHPA1 OK CRAM-MD5 successful'
+SENT: b'BNKH1 OK CRAM-MD5 successful'
ok
test_logout (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'LGMP0 CAPABILITY'
+GOT: b'PLAN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'LGMP0 OK CAPABILITY completed'
-GOT: b'LGMP1 LOGIN user "pass"'
-SENT: b'LGMP1 OK LOGIN completed'
-GOT: b'LGMP2 LOGOUT'
+SENT: b'PLAN0 OK CAPABILITY completed'
+GOT: b'PLAN1 LOGIN user "pass"'
+SENT: b'PLAN1 OK LOGIN completed'
+GOT: b'PLAN2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'LGMP2 OK LOGOUT completed'
+SENT: b'PLAN2 OK LOGOUT completed'
ok
test_lsub (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'ODAE0 CAPABILITY'
+GOT: b'IBHD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'ODAE0 OK CAPABILITY completed'
-GOT: b'ODAE1 LOGIN user "pass"'
-SENT: b'ODAE1 OK LOGIN completed'
-GOT: b'ODAE2 LSUB "" *'
+SENT: b'IBHD0 OK CAPABILITY completed'
+GOT: b'IBHD1 LOGIN user "pass"'
+SENT: b'IBHD1 OK LOGIN completed'
+GOT: b'IBHD2 LSUB "" *'
SENT: b'* LSUB () "." directoryA'
-SENT: b'ODAE2 OK LSUB completed'
+SENT: b'IBHD2 OK LSUB completed'
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'LGBK0 CAPABILITY'
+GOT: b'HEHH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'LGBK0 OK CAPABILITY completed'
-GOT: b'LGBK1 AUTHENTICATE MYAUTH'
+SENT: b'HEHH0 OK CAPABILITY completed'
+GOT: b'HEHH1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'LGBK1 OK FAKEAUTH successful'
-GOT: b'LGBK2 ENABLE UTF8=ACCEPT'
-SENT: b'LGBK2 OK ENABLE successful'
+SENT: b'HEHH1 OK FAKEAUTH successful'
+GOT: b'HEHH2 ENABLE UTF8=ACCEPT'
+SENT: b'HEHH2 OK ENABLE successful'
ok
test_simple_with_statement (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'NHAO0 CAPABILITY'
+GOT: b'PENL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NHAO0 OK CAPABILITY completed'
-GOT: b'NHAO1 LOGOUT'
+SENT: b'PENL0 OK CAPABILITY completed'
+GOT: b'PENL1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'NHAO1 OK LOGOUT completed'
+SENT: b'PENL1 OK LOGOUT completed'
ok
test_ssl_raises (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'DDEC0 CAPABILITY'
+GOT: b'CNLG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'DDEC0 OK CAPABILITY completed'
+SENT: b'CNLG0 OK CAPABILITY completed'
ok
test_ssl_verified (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'JKHH0 CAPABILITY'
+GOT: b'HOPI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'JKHH0 OK CAPABILITY completed'
+SENT: b'HOPI0 OK CAPABILITY completed'
SENT: b'* OK IMAP4rev1'
-GOT: b'MEBC0 CAPABILITY'
+GOT: b'BMHA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'MEBC0 OK CAPABILITY completed'
+SENT: b'BMHA0 OK CAPABILITY completed'
ok
test_valid_authentication_bytes (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'LMNB0 CAPABILITY'
+GOT: b'OMPI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'LMNB0 OK CAPABILITY completed'
-GOT: b'LMNB1 AUTHENTICATE MYAUTH'
+SENT: b'OMPI0 OK CAPABILITY completed'
+GOT: b'OMPI1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'LMNB1 OK FAKEAUTH successful'
+SENT: b'OMPI1 OK FAKEAUTH successful'
ok
test_valid_authentication_plain_text (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FFGN0 CAPABILITY'
+GOT: b'FHIA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'FFGN0 OK CAPABILITY completed'
-GOT: b'FFGN1 AUTHENTICATE MYAUTH'
+SENT: b'FHIA0 OK CAPABILITY completed'
+GOT: b'FHIA1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'FFGN1 OK FAKEAUTH successful'
+SENT: b'FHIA1 OK FAKEAUTH successful'
ok
test_with_statement (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'HIEE0 CAPABILITY'
+GOT: b'MPPN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HIEE0 OK CAPABILITY completed'
-GOT: b'HIEE1 LOGIN user "pass"'
-SENT: b'HIEE1 OK LOGIN completed'
-GOT: b'HIEE2 LOGOUT'
+SENT: b'MPPN0 OK CAPABILITY completed'
+GOT: b'MPPN1 LOGIN user "pass"'
+SENT: b'MPPN1 OK LOGIN completed'
+GOT: b'MPPN2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'HIEE2 OK LOGOUT completed'
+SENT: b'MPPN2 OK LOGOUT completed'
ok
test_with_statement_logout (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'HOPK0 CAPABILITY'
+GOT: b'KLON0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HOPK0 OK CAPABILITY completed'
-GOT: b'HOPK1 LOGIN user "pass"'
-SENT: b'HOPK1 OK LOGIN completed'
-GOT: b'HOPK2 LOGOUT'
+SENT: b'KLON0 OK CAPABILITY completed'
+GOT: b'KLON1 LOGIN user "pass"'
+SENT: b'KLON1 OK LOGIN completed'
+GOT: b'KLON2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'HOPK2 OK LOGOUT completed'
+SENT: b'KLON2 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'ODLF0 CAPABILITY'
+GOT: b'BIKK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'ODLF0 OK CAPABILITY completed'
-GOT: b'ODLF1 AUTHENTICATE MYAUTH'
+SENT: b'BIKK0 OK CAPABILITY completed'
+GOT: b'BIKK1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'ODLF1 NO [AUTHENTICATIONFAILED] aborted'
+SENT: b'BIKK1 NO [AUTHENTICATIONFAILED] aborted'
ok
test_bad_auth_name (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'CJAH0 CAPABILITY'
+GOT: b'HIFP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CJAH0 OK CAPABILITY completed'
-GOT: b'CJAH1 AUTHENTICATE METHOD'
-SENT: b'CJAH1 NO unrecognized authentication type METHOD'
+SENT: b'HIFP0 OK CAPABILITY completed'
+GOT: b'HIFP1 AUTHENTICATE METHOD'
+SENT: b'HIFP1 NO unrecognized authentication type METHOD'
ok
test_enable_UTF8_True_append (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'GEPC0 CAPABILITY'
+GOT: b'HPFA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT'
-SENT: b'GEPC0 OK CAPABILITY completed'
-GOT: b'GEPC1 AUTHENTICATE MYAUTH'
+SENT: b'HPFA0 OK CAPABILITY completed'
+GOT: b'HPFA1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'GEPC1 OK FAKEAUTH successful'
-GOT: b'GEPC2 ENABLE UTF8=ACCEPT'
-SENT: b'GEPC2 OK ENABLE successful'
-GOT: b'GEPC3 APPEND INBOX {30}'
+SENT: b'HPFA1 OK FAKEAUTH successful'
+GOT: b'HPFA2 ENABLE UTF8=ACCEPT'
+SENT: b'HPFA2 OK ENABLE successful'
+GOT: b'HPFA3 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'GEPC3 OK okay'
+SENT: b'HPFA3 OK okay'
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'BJCP0 CAPABILITY'
+GOT: b'CPFH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'BJCP0 OK CAPABILITY completed'
-GOT: b'BJCP1 LOGIN user "pass"'
-SENT: b'BJCP1 OK LOGIN completed'
+SENT: b'CPFH0 OK CAPABILITY completed'
+GOT: b'CPFH1 LOGIN user "pass"'
+SENT: b'CPFH1 OK LOGIN completed'
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'NGEA0 CAPABILITY'
+GOT: b'GDAG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NGEA0 OK CAPABILITY completed'
+SENT: b'GDAG0 OK CAPABILITY completed'
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'MLML0 CAPABILITY'
+GOT: b'IJHJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'MLML0 OK CAPABILITY completed'
+SENT: b'IJHJ0 OK CAPABILITY completed'
ok
test_invalid_authentication (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'ELBP0 CAPABILITY'
+GOT: b'EJAN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'ELBP0 OK CAPABILITY completed'
-GOT: b'ELBP1 AUTHENTICATE MYAUTH'
+SENT: b'EJAN0 OK CAPABILITY completed'
+GOT: b'EJAN1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'ELBP1 NO [AUTHENTICATIONFAILED] invalid'
+SENT: b'EJAN1 NO [AUTHENTICATIONFAILED] invalid'
ok
test_line_termination (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'FFIN0 CAPABILITY'
+GOT: b'CKLC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'FFIN0 OK CAPABILITY completed'
+SENT: b'CKLC0 OK CAPABILITY completed'
ok
PASS: test_linetoolong (test.test_imaplib.NewIMAPTests)
test_login (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'GPLK0 CAPABILITY'
+GOT: b'PBHO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GPLK0 OK CAPABILITY completed'
-GOT: b'GPLK1 LOGIN user "pass"'
-SENT: b'GPLK1 OK LOGIN completed'
+SENT: b'PBHO0 OK CAPABILITY completed'
+GOT: b'PBHO1 LOGIN user "pass"'
+SENT: b'PBHO1 OK LOGIN completed'
ok
test_login_cram_md5_bytes (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'CFMK0 CAPABILITY'
+GOT: b'EEEC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'CFMK0 OK CAPABILITY completed'
-GOT: b'CFMK1 AUTHENTICATE CRAM-MD5'
+SENT: b'EEEC0 OK CAPABILITY completed'
+GOT: b'EEEC1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'CFMK1 OK CRAM-MD5 successful'
+SENT: b'EEEC1 OK CRAM-MD5 successful'
ok
test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'OMBK0 CAPABILITY'
+GOT: b'HLGF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'OMBK0 OK CAPABILITY completed'
-GOT: b'OMBK1 AUTHENTICATE CRAM-MD5'
+SENT: b'HLGF0 OK CAPABILITY completed'
+GOT: b'HLGF1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'OMBK1 OK CRAM-MD5 successful'
+SENT: b'HLGF1 OK CRAM-MD5 successful'
ok
test_logout (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'JJGL0 CAPABILITY'
+GOT: b'MDCI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'JJGL0 OK CAPABILITY completed'
-GOT: b'JJGL1 LOGIN user "pass"'
-SENT: b'JJGL1 OK LOGIN completed'
-GOT: b'JJGL2 LOGOUT'
+SENT: b'MDCI0 OK CAPABILITY completed'
+GOT: b'MDCI1 LOGIN user "pass"'
+SENT: b'MDCI1 OK LOGIN completed'
+GOT: b'MDCI2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'JJGL2 OK LOGOUT completed'
+SENT: b'MDCI2 OK LOGOUT completed'
ok
test_lsub (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'NGFJ0 CAPABILITY'
+GOT: b'KIPB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NGFJ0 OK CAPABILITY completed'
-GOT: b'NGFJ1 LOGIN user "pass"'
-SENT: b'NGFJ1 OK LOGIN completed'
-GOT: b'NGFJ2 LSUB "" *'
+SENT: b'KIPB0 OK CAPABILITY completed'
+GOT: b'KIPB1 LOGIN user "pass"'
+SENT: b'KIPB1 OK LOGIN completed'
+GOT: b'KIPB2 LSUB "" *'
SENT: b'* LSUB () "." directoryA'
-SENT: b'NGFJ2 OK LSUB completed'
+SENT: b'KIPB2 OK LSUB completed'
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'BFNO0 CAPABILITY'
+GOT: b'FLAP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'BFNO0 OK CAPABILITY completed'
-GOT: b'BFNO1 AUTHENTICATE MYAUTH'
+SENT: b'FLAP0 OK CAPABILITY completed'
+GOT: b'FLAP1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'BFNO1 OK FAKEAUTH successful'
-GOT: b'BFNO2 ENABLE UTF8=ACCEPT'
-SENT: b'BFNO2 OK ENABLE successful'
+SENT: b'FLAP1 OK FAKEAUTH successful'
+GOT: b'FLAP2 ENABLE UTF8=ACCEPT'
+SENT: b'FLAP2 OK ENABLE successful'
ok
test_simple_with_statement (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'CDDJ0 CAPABILITY'
+GOT: b'CDMA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CDDJ0 OK CAPABILITY completed'
-GOT: b'CDDJ1 LOGOUT'
+SENT: b'CDMA0 OK CAPABILITY completed'
+GOT: b'CDMA1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'CDDJ1 OK LOGOUT completed'
+SENT: b'CDMA1 OK LOGOUT completed'
ok
test_valid_authentication_bytes (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'HPDJ0 CAPABILITY'
+GOT: b'EIKF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HPDJ0 OK CAPABILITY completed'
-GOT: b'HPDJ1 AUTHENTICATE MYAUTH'
+SENT: b'EIKF0 OK CAPABILITY completed'
+GOT: b'EIKF1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'HPDJ1 OK FAKEAUTH successful'
+SENT: b'EIKF1 OK FAKEAUTH successful'
ok
test_valid_authentication_plain_text (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'JHNO0 CAPABILITY'
+GOT: b'BJCC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'JHNO0 OK CAPABILITY completed'
-GOT: b'JHNO1 AUTHENTICATE MYAUTH'
+SENT: b'BJCC0 OK CAPABILITY completed'
+GOT: b'BJCC1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'JHNO1 OK FAKEAUTH successful'
+SENT: b'BJCC1 OK FAKEAUTH successful'
ok
test_with_statement (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'JEGE0 CAPABILITY'
+GOT: b'DMKH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'JEGE0 OK CAPABILITY completed'
-GOT: b'JEGE1 LOGIN user "pass"'
-SENT: b'JEGE1 OK LOGIN completed'
-GOT: b'JEGE2 LOGOUT'
+SENT: b'DMKH0 OK CAPABILITY completed'
+GOT: b'DMKH1 LOGIN user "pass"'
+SENT: b'DMKH1 OK LOGIN completed'
+GOT: b'DMKH2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'JEGE2 OK LOGOUT completed'
+SENT: b'DMKH2 OK LOGOUT completed'
ok
test_with_statement_logout (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1'
-GOT: b'CHML0 CAPABILITY'
+GOT: b'BBBJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CHML0 OK CAPABILITY completed'
-GOT: b'CHML1 LOGIN user "pass"'
-SENT: b'CHML1 OK LOGIN completed'
-GOT: b'CHML2 LOGOUT'
+SENT: b'BBBJ0 OK CAPABILITY completed'
+GOT: b'BBBJ1 LOGIN user "pass"'
+SENT: b'BBBJ1 OK LOGIN completed'
+GOT: b'BBBJ2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'CHML2 OK LOGOUT completed'
+SENT: b'BBBJ2 OK LOGOUT completed'
ok
SKIP: test_logincapa (test.test_imaplib.RemoteIMAPTest) 'network resource disabled'
SKIP: test_logout (test.test_imaplib.RemoteIMAPTest) 'network resource disabled'
@@ -31854,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'PODB0 CAPABILITY'
+GOT: b'OLAH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'PODB0 OK CAPABILITY completed'
-GOT: b'PODB1 AUTHENTICATE MYAUTH'
+SENT: b'OLAH0 OK CAPABILITY completed'
+GOT: b'OLAH1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'PODB1 NO [AUTHENTICATIONFAILED] aborted'
-GOT: b'PODB2 LOGOUT'
+SENT: b'OLAH1 NO [AUTHENTICATIONFAILED] aborted'
+GOT: b'OLAH2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'PODB2 OK LOGOUT completed'
+SENT: b'OLAH2 OK LOGOUT completed'
done
ok
test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -31874,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'LJON0 CAPABILITY'
+GOT: b'KDFA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'LJON0 OK CAPABILITY completed'
-GOT: b'LJON1 AUTHENTICATE METHOD'
-SENT: b'LJON1 NO unrecognized authentication type METHOD'
-GOT: b'LJON2 LOGOUT'
+SENT: b'KDFA0 OK CAPABILITY completed'
+GOT: b'KDFA1 AUTHENTICATE METHOD'
+SENT: b'KDFA1 NO unrecognized authentication type METHOD'
+GOT: b'KDFA2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'LJON2 OK LOGOUT completed'
+SENT: b'KDFA2 OK LOGOUT completed'
done
ok
test_bracket_flags (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -31892,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'MMGJ0 CAPABILITY'
+GOT: b'GDBH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'MMGJ0 OK CAPABILITY completed'
-GOT: b'MMGJ1 AUTHENTICATE MYAUTH'
+SENT: b'GDBH0 OK CAPABILITY completed'
+GOT: b'GDBH1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'MMGJ1 OK FAKEAUTH successful'
-GOT: b'MMGJ2 SELECT test'
+SENT: b'GDBH1 OK FAKEAUTH successful'
+GOT: b'GDBH2 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'MMGJ2 OK [READ-WRITE] SELECT completed.'
-GOT: b'MMGJ3 STORE 1 +FLAGS ([test])'
+SENT: b'GDBH2 OK [READ-WRITE] SELECT completed.'
+GOT: b'GDBH3 STORE 1 +FLAGS ([test])'
SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))'
-SENT: b'MMGJ3 OK STORE completed.'
-GOT: b'MMGJ4 SELECT test'
+SENT: b'GDBH3 OK STORE completed.'
+GOT: b'GDBH4 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'MMGJ4 OK [READ-WRITE] SELECT completed.'
-GOT: b'MMGJ5 LOGOUT'
+SENT: b'GDBH4 OK [READ-WRITE] SELECT completed.'
+GOT: b'GDBH5 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'MMGJ5 OK LOGOUT completed'
+SENT: b'GDBH5 OK LOGOUT completed'
done
ok
test_connect (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -31927,9 +31927,9 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'OHPD0 CAPABILITY'
+GOT: b'FHAJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OHPD0 OK CAPABILITY completed'
+SENT: b'FHAJ0 OK CAPABILITY completed'
waiting for server
done
ok
@@ -31940,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'PHOO0 CAPABILITY'
+GOT: b'DILP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'PHOO0 OK CAPABILITY completed'
-GOT: b'PHOO1 AUTHENTICATE MYAUTH'
+SENT: b'DILP0 OK CAPABILITY completed'
+GOT: b'DILP1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'PHOO1 OK FAKEAUTH successful'
-GOT: b'PHOO2 ENABLE UTF8=ACCEPT'
-SENT: b'PHOO2 OK ENABLE successful'
-GOT: b'PHOO3 APPEND INBOX {30}'
+SENT: b'DILP1 OK FAKEAUTH successful'
+GOT: b'DILP2 ENABLE UTF8=ACCEPT'
+SENT: b'DILP2 OK ENABLE successful'
+GOT: b'DILP3 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'PHOO3 OK okay'
-GOT: b'PHOO4 LOGOUT'
+SENT: b'DILP3 OK okay'
+GOT: b'DILP4 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'PHOO4 OK LOGOUT completed'
+SENT: b'DILP4 OK LOGOUT completed'
done
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -31966,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'HKFA0 CAPABILITY'
+GOT: b'FKIK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HKFA0 OK CAPABILITY completed'
-GOT: b'HKFA1 LOGIN user "pass"'
-SENT: b'HKFA1 OK LOGIN completed'
-GOT: b'HKFA2 LOGOUT'
+SENT: b'FKIK0 OK CAPABILITY completed'
+GOT: b'FKIK1 LOGIN user "pass"'
+SENT: b'FKIK1 OK LOGIN completed'
+GOT: b'FKIK2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'HKFA2 OK LOGOUT completed'
+SENT: b'FKIK2 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -31984,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'CCFK0 CAPABILITY'
+GOT: b'JMDA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'CCFK0 OK CAPABILITY completed'
-GOT: b'CCFK1 LOGOUT'
+SENT: b'JMDA0 OK CAPABILITY completed'
+GOT: b'JMDA1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'CCFK1 OK LOGOUT completed'
+SENT: b'JMDA1 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32000,13 +32000,13 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'JCHB0 CAPABILITY'
+GOT: b'BJGB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'JCHB0 OK CAPABILITY completed'
-GOT: b'JCHB1 LOGOUT'
+SENT: b'BJGB0 OK CAPABILITY completed'
+GOT: b'BJGB1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'JCHB1 OK LOGOUT completed'
+SENT: b'BJGB1 OK LOGOUT completed'
done
ok
test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32016,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'OLME0 CAPABILITY'
+GOT: b'CNCM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OLME0 OK CAPABILITY completed'
-GOT: b'OLME1 AUTHENTICATE MYAUTH'
+SENT: b'CNCM0 OK CAPABILITY completed'
+GOT: b'CNCM1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'OLME1 NO [AUTHENTICATIONFAILED] invalid'
-GOT: b'OLME2 LOGOUT'
+SENT: b'CNCM1 NO [AUTHENTICATIONFAILED] invalid'
+GOT: b'CNCM2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'OLME2 OK LOGOUT completed'
+SENT: b'CNCM2 OK LOGOUT completed'
done
ok
test_issue5949 (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32045,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'MLPH0 CAPABILITY'
+GOT: b'LPHL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
waiting for server
-SENT: b'MLPH0 OK CAPABILITY completed'
+SENT: b'LPHL0 OK CAPABILITY completed'
done
ok
test_linetoolong (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32067,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'DBJL0 CAPABILITY'
+GOT: b'MAMC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'DBJL0 OK CAPABILITY completed'
-GOT: b'DBJL1 AUTHENTICATE CRAM-MD5'
+SENT: b'MAMC0 OK CAPABILITY completed'
+GOT: b'MAMC1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'DBJL1 OK CRAM-MD5 successful'
-GOT: b'DBJL2 LOGOUT'
+SENT: b'MAMC1 OK CRAM-MD5 successful'
+GOT: b'MAMC2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'DBJL2 OK LOGOUT completed'
waiting for server
+SENT: b'MAMC2 OK LOGOUT completed'
done
creating server
server created
@@ -32086,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'DBLK0 CAPABILITY'
+GOT: b'MHDN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'DBLK0 OK CAPABILITY completed'
-GOT: b'DBLK1 AUTHENTICATE CRAM-MD5'
+SENT: b'MHDN0 OK CAPABILITY completed'
+GOT: b'MHDN1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'DBLK1 OK CRAM-MD5 successful'
-GOT: b'DBLK2 LOGOUT'
+SENT: b'MHDN1 OK CRAM-MD5 successful'
+GOT: b'MHDN2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'DBLK2 OK LOGOUT completed'
+SENT: b'MHDN2 OK LOGOUT completed'
done
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32106,19 +32106,19 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'KGNC0 CAPABILITY'
+GOT: b'HIKM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'KGNC0 OK CAPABILITY completed'
-GOT: b'KGNC1 AUTHENTICATE MYAUTH'
+SENT: b'HIKM0 OK CAPABILITY completed'
+GOT: b'HIKM1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'KGNC1 OK FAKEAUTH successful'
-GOT: b'KGNC2 ENABLE UTF8=ACCEPT'
-SENT: b'KGNC2 OK ENABLE successful'
-GOT: b'KGNC3 LOGOUT'
+SENT: b'HIKM1 OK FAKEAUTH successful'
+GOT: b'HIKM2 ENABLE UTF8=ACCEPT'
+SENT: b'HIKM2 OK ENABLE successful'
+GOT: b'HIKM3 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'KGNC3 OK LOGOUT completed'
+SENT: b'HIKM3 OK LOGOUT completed'
done
ok
test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32128,13 +32128,13 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'OGBN0 CAPABILITY'
+GOT: b'MBGH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'OGBN0 OK CAPABILITY completed'
-GOT: b'OGBN1 LOGOUT'
+SENT: b'MBGH0 OK CAPABILITY completed'
+GOT: b'MBGH1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'OGBN1 OK LOGOUT completed'
+SENT: b'MBGH1 OK LOGOUT completed'
done
ok
test_valid_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32144,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'GGGM0 CAPABILITY'
+GOT: b'JCDJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GGGM0 OK CAPABILITY completed'
-GOT: b'GGGM1 AUTHENTICATE MYAUTH'
+SENT: b'JCDJ0 OK CAPABILITY completed'
+GOT: b'JCDJ1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'GGGM1 OK FAKEAUTH successful'
-GOT: b'GGGM2 LOGOUT'
+SENT: b'JCDJ1 OK FAKEAUTH successful'
+GOT: b'JCDJ2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'GGGM2 OK LOGOUT completed'
+SENT: b'JCDJ2 OK LOGOUT completed'
done
creating server
server created
@@ -32163,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'NKBA0 CAPABILITY'
+GOT: b'MGKK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'NKBA0 OK CAPABILITY completed'
-GOT: b'NKBA1 AUTHENTICATE MYAUTH'
+SENT: b'MGKK0 OK CAPABILITY completed'
+GOT: b'MGKK1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'NKBA1 OK FAKEAUTH successful'
-GOT: b'NKBA2 LOGOUT'
+SENT: b'MGKK1 OK FAKEAUTH successful'
+GOT: b'MGKK2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'NKBA2 OK LOGOUT completed'
+SENT: b'MGKK2 OK LOGOUT completed'
done
ok
test_with_statement (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32183,15 +32183,15 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'EFFM0 CAPABILITY'
+GOT: b'JDPH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'EFFM0 OK CAPABILITY completed'
-GOT: b'EFFM1 LOGIN user "pass"'
-SENT: b'EFFM1 OK LOGIN completed'
-GOT: b'EFFM2 LOGOUT'
+SENT: b'JDPH0 OK CAPABILITY completed'
+GOT: b'JDPH1 LOGIN user "pass"'
+SENT: b'JDPH1 OK LOGIN completed'
+GOT: b'JDPH2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'EFFM2 OK LOGOUT completed'
+SENT: b'JDPH2 OK LOGOUT completed'
done
ok
test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTests) ... creating server
@@ -32201,15 +32201,15 @@ CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'ONOL0 CAPABILITY'
+GOT: b'KDJC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'ONOL0 OK CAPABILITY completed'
-GOT: b'ONOL1 LOGIN user "pass"'
-SENT: b'ONOL1 OK LOGIN completed'
-GOT: b'ONOL2 LOGOUT'
+SENT: b'KDJC0 OK CAPABILITY completed'
+GOT: b'KDJC1 LOGIN user "pass"'
+SENT: b'KDJC1 OK LOGIN completed'
+GOT: b'KDJC2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'ONOL2 OK LOGOUT completed'
+SENT: b'KDJC2 OK LOGOUT completed'
done
ok
test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32219,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'GEJF0 CAPABILITY'
+GOT: b'PJOG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'GEJF0 OK CAPABILITY completed'
-GOT: b'GEJF1 AUTHENTICATE MYAUTH'
+SENT: b'PJOG0 OK CAPABILITY completed'
+GOT: b'PJOG1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
-SENT: b'GEJF1 NO [AUTHENTICATIONFAILED] aborted'
-GOT: b'GEJF2 LOGOUT'
+SENT: b'PJOG1 NO [AUTHENTICATIONFAILED] aborted'
+GOT: b'PJOG2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'GEJF2 OK LOGOUT completed'
+SENT: b'PJOG2 OK LOGOUT completed'
done
ok
test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32239,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'HCIG0 CAPABILITY'
+GOT: b'GJFA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HCIG0 OK CAPABILITY completed'
-GOT: b'HCIG1 AUTHENTICATE METHOD'
-SENT: b'HCIG1 NO unrecognized authentication type METHOD'
-GOT: b'HCIG2 LOGOUT'
+SENT: b'GJFA0 OK CAPABILITY completed'
+GOT: b'GJFA1 AUTHENTICATE METHOD'
+SENT: b'GJFA1 NO unrecognized authentication type METHOD'
+GOT: b'GJFA2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'HCIG2 OK LOGOUT completed'
+SENT: b'GJFA2 OK LOGOUT completed'
done
ok
test_bracket_flags (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32257,31 +32257,31 @@ 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'DPPO0 CAPABILITY'
+GOT: b'LJEI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'DPPO0 OK CAPABILITY completed'
-GOT: b'DPPO1 AUTHENTICATE MYAUTH'
+SENT: b'LJEI0 OK CAPABILITY completed'
+GOT: b'LJEI1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'DPPO1 OK FAKEAUTH successful'
-GOT: b'DPPO2 SELECT test'
+SENT: b'LJEI1 OK FAKEAUTH successful'
+GOT: b'LJEI2 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'DPPO2 OK [READ-WRITE] SELECT completed.'
-GOT: b'DPPO3 STORE 1 +FLAGS ([test])'
+SENT: b'LJEI2 OK [READ-WRITE] SELECT completed.'
+GOT: b'LJEI3 STORE 1 +FLAGS ([test])'
SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))'
-SENT: b'DPPO3 OK STORE completed.'
-GOT: b'DPPO4 SELECT test'
+SENT: b'LJEI3 OK STORE completed.'
+GOT: b'LJEI4 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'DPPO4 OK [READ-WRITE] SELECT completed.'
-GOT: b'DPPO5 LOGOUT'
+SENT: b'LJEI4 OK [READ-WRITE] SELECT completed.'
+GOT: b'LJEI5 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'DPPO5 OK LOGOUT completed'
+SENT: b'LJEI5 OK LOGOUT completed'
waiting for server
done
ok
@@ -32292,9 +32292,9 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'DOLA0 CAPABILITY'
+GOT: b'JMBK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'DOLA0 OK CAPABILITY completed'
+SENT: b'JMBK0 OK CAPABILITY completed'
waiting for server
done
ok
@@ -32305,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'GFGI0 CAPABILITY'
+GOT: b'OKMI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'GFGI0 OK CAPABILITY completed'
-GOT: b'GFGI1 AUTHENTICATE MYAUTH'
+SENT: b'OKMI0 OK CAPABILITY completed'
+GOT: b'OKMI1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'GFGI1 OK FAKEAUTH successful'
-GOT: b'GFGI2 ENABLE UTF8=ACCEPT'
-SENT: b'GFGI2 OK ENABLE successful'
-GOT: b'GFGI3 APPEND INBOX {30}'
+SENT: b'OKMI1 OK FAKEAUTH successful'
+GOT: b'OKMI2 ENABLE UTF8=ACCEPT'
+SENT: b'OKMI2 OK ENABLE successful'
+GOT: b'OKMI3 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'GFGI3 OK okay'
-GOT: b'GFGI4 LOGOUT'
+SENT: b'OKMI3 OK okay'
+GOT: b'OKMI4 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'GFGI4 OK LOGOUT completed'
waiting for server
+SENT: b'OKMI4 OK LOGOUT completed'
done
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32331,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'KMCP0 CAPABILITY'
+GOT: b'FNLC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'KMCP0 OK CAPABILITY completed'
-GOT: b'KMCP1 LOGIN user "pass"'
-SENT: b'KMCP1 OK LOGIN completed'
-GOT: b'KMCP2 LOGOUT'
+SENT: b'FNLC0 OK CAPABILITY completed'
+GOT: b'FNLC1 LOGIN user "pass"'
+SENT: b'FNLC1 OK LOGIN completed'
+GOT: b'FNLC2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'KMCP2 OK LOGOUT completed'
waiting for server
+SENT: b'FNLC2 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32349,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'NGMA0 CAPABILITY'
+GOT: b'DLPP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'NGMA0 OK CAPABILITY completed'
-GOT: b'NGMA1 LOGOUT'
+SENT: b'DLPP0 OK CAPABILITY completed'
+GOT: b'DLPP1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'NGMA1 OK LOGOUT completed'
waiting for server
+SENT: b'DLPP1 OK LOGOUT completed'
done
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32365,13 +32365,13 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'NEHD0 CAPABILITY'
+GOT: b'DAPO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'NEHD0 OK CAPABILITY completed'
-GOT: b'NEHD1 LOGOUT'
+SENT: b'DAPO0 OK CAPABILITY completed'
+GOT: b'DAPO1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'NEHD1 OK LOGOUT completed'
waiting for server
+SENT: b'DAPO1 OK LOGOUT completed'
done
ok
test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32381,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'HBHA0 CAPABILITY'
+GOT: b'PHCJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HBHA0 OK CAPABILITY completed'
-GOT: b'HBHA1 AUTHENTICATE MYAUTH'
+SENT: b'PHCJ0 OK CAPABILITY completed'
+GOT: b'PHCJ1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'HBHA1 NO [AUTHENTICATIONFAILED] invalid'
-GOT: b'HBHA2 LOGOUT'
+SENT: b'PHCJ1 NO [AUTHENTICATIONFAILED] invalid'
+GOT: b'PHCJ2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'HBHA2 OK LOGOUT completed'
waiting for server
+SENT: b'PHCJ2 OK LOGOUT completed'
done
ok
test_issue5949 (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32410,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'PNJN0 CAPABILITY'
+GOT: b'PBFK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
-SENT: b'PNJN0 OK CAPABILITY completed'
waiting for server
+SENT: b'PBFK0 OK CAPABILITY completed'
done
ok
test_linetoolong (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32432,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'JBHE0 CAPABILITY'
+GOT: b'PPGH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'JBHE0 OK CAPABILITY completed'
-GOT: b'JBHE1 AUTHENTICATE CRAM-MD5'
+SENT: b'PPGH0 OK CAPABILITY completed'
+GOT: b'PPGH1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'JBHE1 OK CRAM-MD5 successful'
-GOT: b'JBHE2 LOGOUT'
+SENT: b'PPGH1 OK CRAM-MD5 successful'
+GOT: b'PPGH2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'JBHE2 OK LOGOUT completed'
+SENT: b'PPGH2 OK LOGOUT completed'
done
creating server
server created
@@ -32451,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'JJMO0 CAPABILITY'
+GOT: b'FNDJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
-SENT: b'JJMO0 OK CAPABILITY completed'
-GOT: b'JJMO1 AUTHENTICATE CRAM-MD5'
+SENT: b'FNDJ0 OK CAPABILITY completed'
+GOT: b'FNDJ1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
-SENT: b'JJMO1 OK CRAM-MD5 successful'
-GOT: b'JJMO2 LOGOUT'
+SENT: b'FNDJ1 OK CRAM-MD5 successful'
+GOT: b'FNDJ2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'JJMO2 OK LOGOUT completed'
waiting for server
+SENT: b'FNDJ2 OK LOGOUT completed'
done
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32471,19 +32471,19 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'IBIL0 CAPABILITY'
+GOT: b'IKGN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
-SENT: b'IBIL0 OK CAPABILITY completed'
-GOT: b'IBIL1 AUTHENTICATE MYAUTH'
+SENT: b'IKGN0 OK CAPABILITY completed'
+GOT: b'IKGN1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'IBIL1 OK FAKEAUTH successful'
-GOT: b'IBIL2 ENABLE UTF8=ACCEPT'
-SENT: b'IBIL2 OK ENABLE successful'
-GOT: b'IBIL3 LOGOUT'
+SENT: b'IKGN1 OK FAKEAUTH successful'
+GOT: b'IKGN2 ENABLE UTF8=ACCEPT'
+SENT: b'IKGN2 OK ENABLE successful'
+GOT: b'IKGN3 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'IBIL3 OK LOGOUT completed'
waiting for server
+SENT: b'IKGN3 OK LOGOUT completed'
done
ok
test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32493,13 +32493,13 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'CGFP0 CAPABILITY'
+GOT: b'KGJM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CGFP0 OK CAPABILITY completed'
-GOT: b'CGFP1 LOGOUT'
+SENT: b'KGJM0 OK CAPABILITY completed'
+GOT: b'KGJM1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'CGFP1 OK LOGOUT completed'
waiting for server
+SENT: b'KGJM1 OK LOGOUT completed'
done
ok
test_ssl_verified (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32517,9 +32517,9 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'CGDM0 CAPABILITY'
+GOT: b'HNAP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'CGDM0 OK CAPABILITY completed'
+SENT: b'HNAP0 OK CAPABILITY completed'
waiting for server
done
ok
@@ -32530,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'FIJJ0 CAPABILITY'
+GOT: b'GLDH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'FIJJ0 OK CAPABILITY completed'
-GOT: b'FIJJ1 AUTHENTICATE MYAUTH'
+SENT: b'GLDH0 OK CAPABILITY completed'
+GOT: b'GLDH1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'FIJJ1 OK FAKEAUTH successful'
-GOT: b'FIJJ2 LOGOUT'
+SENT: b'GLDH1 OK FAKEAUTH successful'
+GOT: b'GLDH2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'FIJJ2 OK LOGOUT completed'
+SENT: b'GLDH2 OK LOGOUT completed'
done
creating server
server created
@@ -32549,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'JPDP0 CAPABILITY'
+GOT: b'EEOK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'JPDP0 OK CAPABILITY completed'
-GOT: b'JPDP1 AUTHENTICATE MYAUTH'
+SENT: b'EEOK0 OK CAPABILITY completed'
+GOT: b'EEOK1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
-SENT: b'JPDP1 OK FAKEAUTH successful'
-GOT: b'JPDP2 LOGOUT'
+SENT: b'EEOK1 OK FAKEAUTH successful'
+GOT: b'EEOK2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'JPDP2 OK LOGOUT completed'
waiting for server
+SENT: b'EEOK2 OK LOGOUT completed'
done
ok
test_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32569,15 +32569,15 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'IBDC0 CAPABILITY'
+GOT: b'GFBE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'IBDC0 OK CAPABILITY completed'
-GOT: b'IBDC1 LOGIN user "pass"'
-SENT: b'IBDC1 OK LOGIN completed'
-GOT: b'IBDC2 LOGOUT'
+SENT: b'GFBE0 OK CAPABILITY completed'
+GOT: b'GFBE1 LOGIN user "pass"'
+SENT: b'GFBE1 OK LOGIN completed'
+GOT: b'GFBE2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
-SENT: b'IBDC2 OK LOGOUT completed'
waiting for server
+SENT: b'GFBE2 OK LOGOUT completed'
done
ok
test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server
@@ -32587,24 +32587,24 @@ CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
-GOT: b'HMFP0 CAPABILITY'
+GOT: b'NGPO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
-SENT: b'HMFP0 OK CAPABILITY completed'
-GOT: b'HMFP1 LOGIN user "pass"'
-SENT: b'HMFP1 OK LOGIN completed'
-GOT: b'HMFP2 LOGOUT'
+SENT: b'NGPO0 OK CAPABILITY completed'
+GOT: b'NGPO1 LOGIN user "pass"'
+SENT: b'NGPO1 OK LOGIN completed'
+GOT: b'NGPO2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
-SENT: b'HMFP2 OK LOGOUT completed'
+SENT: b'NGPO2 OK LOGOUT completed'
done
ok
----------------------------------------------------------------------
-Ran 95 tests in 9.763s
+Ran 95 tests in 9.270s
OK (skipped=8)
-0:09:49 load avg: 0.78 [182/416/1] test_imghdr
+0:09:15 load avg: 0.94 [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)
@@ -32619,10 +32619,10 @@ PASS: test_unseekable (test.test_imghdr.TestImghdr)
----------------------------------------------------------------------
-Ran 11 tests in 0.072s
+Ran 11 tests in 0.012s
OK
-0:09:49 load avg: 0.78 [183/416/1] test_imp
+0:09:15 load avg: 0.94 [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)
@@ -32653,10 +32653,10 @@ PASS: test_with_deleted_parent (test.test_imp.ReloadTests)
----------------------------------------------------------------------
-Ran 27 tests in 0.407s
+Ran 27 tests in 0.119s
OK
-0:09:50 load avg: 0.78 [184/416/1] test_import
+0:09:16 load avg: 0.95 [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)
@@ -32735,10 +32735,10 @@ PASS: test_symlinked_dir_importable (test.test_import.TestSymbolicallyLinkedPack
----------------------------------------------------------------------
-Ran 75 tests in 0.561s
+Ran 75 tests in 0.292s
OK (skipped=2)
-0:09:51 load avg: 0.80 [185/416/1] test_importlib
+0:09:16 load avg: 0.95 [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)
@@ -34039,10 +34039,10 @@ SKIP: test.test_importlib.test_windows (unittest.loader.ModuleSkipped) "No modul
----------------------------------------------------------------------
-Ran 1267 tests in 2.590s
+Ran 1267 tests in 1.354s
OK (skipped=17, expected failures=1)
-0:09:55 load avg: 0.80 [186/416/1] test_index
+0:09:18 load avg: 0.95 [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)
@@ -34101,10 +34101,10 @@ PASS: test_wrappers (test.test_index.TupleTestCase)
----------------------------------------------------------------------
-Ran 55 tests in 0.025s
+Ran 55 tests in 0.011s
OK
-0:09:56 load avg: 0.80 [187/416/1] test_inspect
+0:09:18 load avg: 0.95 [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)
@@ -34333,10 +34333,10 @@ PASS: test_range_traceback_toplevel_frame (test.test_inspect.TestGettingSourceOf
----------------------------------------------------------------------
-Ran 224 tests in 0.820s
+Ran 224 tests in 0.444s
OK
-0:09:57 load avg: 0.81 [188/416/1] test_int
+0:09:19 load avg: 0.95 [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)
@@ -34358,10 +34358,10 @@ PASS: test_underscores (test.test_int.IntTestCases)
----------------------------------------------------------------------
-Ran 16 tests in 0.024s
+Ran 16 tests in 0.010s
OK
-0:09:58 load avg: 0.81 [189/416/1] test_int_literal
+0:09:19 load avg: 0.95 [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)
@@ -34371,10 +34371,10 @@ PASS: test_oct_unsigned (test.test_int_literal.TestHexOctBin)
----------------------------------------------------------------------
-Ran 6 tests in 0.002s
+Ran 6 tests in 0.001s
OK
-0:09:58 load avg: 0.81 [190/416/1] test_io
+0:09:19 load avg: 0.95 [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)
@@ -34982,12 +34982,12 @@ PASS: test_interrupted_write_unbuffered (test.test_io.PySignalsTest)
----------------------------------------------------------------------
-Ran 602 tests in 46.467s
+Ran 602 tests in 38.794s
OK (skipped=12)
-0:10:45 load avg: 0.62 [191/416/1] test_ioctl -- test_io passed in 46 sec 851 ms
+0:09:58 load avg: 0.73 [191/416/1] test_ioctl -- test_io passed in 38 sec 994 ms
test_ioctl skipped -- Unable to open /dev/tty
-0:10:45 load avg: 0.62 [192/416/1] test_ipaddress -- test_ioctl skipped
+0:09:59 load avg: 0.73 [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)
@@ -35176,10 +35176,10 @@ PASS: test_valid_netmask (test.test_ipaddress.NetworkTestCase_v6)
----------------------------------------------------------------------
-Ran 185 tests in 0.160s
+Ran 185 tests in 0.123s
OK
-0:10:46 load avg: 0.65 [193/416/1] test_isinstance
+0:09:59 load avg: 0.73 [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)
@@ -35199,10 +35199,10 @@ PASS: test_mask_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassE
----------------------------------------------------------------------
-Ran 16 tests in 0.018s
+Ran 16 tests in 0.015s
OK
-0:10:46 load avg: 0.65 [194/416/1] test_iter
+0:09:59 load avg: 0.73 [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)
@@ -35260,10 +35260,10 @@ PASS: test_writelines (test.test_iter.TestCase)
----------------------------------------------------------------------
-Ran 54 tests in 0.200s
+Ran 54 tests in 0.152s
OK
-0:10:47 load avg: 0.65 [195/416/1] test_iterlen
+0:10:00 load avg: 0.73 [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)
@@ -35289,10 +35289,10 @@ PASS: test_invariant (test.test_iterlen.TestXrangeCustomReversed)
----------------------------------------------------------------------
-Ran 22 tests in 0.006s
+Ran 22 tests in 0.005s
OK
-0:10:47 load avg: 0.65 [196/416/1] test_itertools
+0:10:00 load avg: 0.73 [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)
@@ -35414,7 +35414,7 @@ PASS: test_product_sizeof (test.test_itertools.SizeofTest)
----------------------------------------------------------------------
-Ran 118 tests in 3.371s
+Ran 118 tests in 3.281s
OK (skipped=4)
Trying:
@@ -36046,7 +36046,7 @@ ok
70 passed and 0 failed.
Test passed.
doctest (test.test_itertools) ... 70 tests with zero failures
-0:10:51 load avg: 0.68 [197/416/1] test_json
+0:10:05 load avg: 0.75 [197/416/1] test_json
json ()
PASS: Doctest: json
encode (json.encoder.JSONEncoder)
@@ -36207,10 +36207,10 @@ PASS: test_unicode_preservation (test.test_json.test_unicode.TestPyUnicode)
----------------------------------------------------------------------
-Ran 153 tests in 1.716s
+Ran 153 tests in 2.294s
OK (skipped=1)
-0:10:53 load avg: 0.68 [198/416/1] test_keyword
+0:10:07 load avg: 0.85 [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)
@@ -36224,10 +36224,10 @@ PASS: test_uppercase_true_is_not_a_keyword (test.test_keyword.Test_iskeyword)
----------------------------------------------------------------------
-Ran 10 tests in 0.148s
+Ran 10 tests in 0.197s
OK (skipped=1)
-0:10:54 load avg: 0.68 [199/416/1] test_keywordonlyarg
+0:10:08 load avg: 0.85 [199/416/1] test_keywordonlyarg
PASS: testFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
PASS: testKwDefaults (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
PASS: testRaiseErrorFuncallWithUnexpectedKeywordArgument (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
@@ -36242,12 +36242,12 @@ PASS: test_mangling (test.test_keywordonlyarg.KeywordOnlyArgTestCase)
----------------------------------------------------------------------
-Ran 11 tests in 0.006s
+Ran 11 tests in 0.005s
OK
-0:10:54 load avg: 0.68 [200/416/1] test_kqueue
+0:10:08 load avg: 0.85 [200/416/1] test_kqueue
test_kqueue skipped -- test works only on BSD
-0:10:55 load avg: 0.68 [201/416/1] test_largefile -- test_kqueue skipped
+0:10:08 load avg: 0.85 [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)
@@ -36263,10 +36263,10 @@ PASS: test_truncate (test.test_largefile.PyLargeFileTest)
----------------------------------------------------------------------
-Ran 12 tests in 0.010s
+Ran 12 tests in 0.006s
OK (skipped=2)
-0:10:55 load avg: 0.68 [202/416/1] test_lib2to3
+0:10:08 load avg: 0.85 [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)
@@ -36927,10 +36927,10 @@ PASS: test_name_import (lib2to3.tests.test_util.Test_touch_import)
----------------------------------------------------------------------
-Ran 654 tests in 12.155s
+Ran 654 tests in 14.129s
OK (skipped=1)
-0:11:09 load avg: 0.82 [203/416/1] test_linecache
+0:10:23 load avg: 0.88 [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)
@@ -36953,10 +36953,10 @@ PASS: test_getlines (test.test_linecache.SingleEmptyLine)
----------------------------------------------------------------------
-Ran 19 tests in 0.012s
+Ran 19 tests in 0.010s
OK
-0:11:09 load avg: 0.82 [204/416/1] test_list
+0:10:23 load avg: 0.88 [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)
@@ -37013,10 +37013,10 @@ PASS: test_truth (test.test_list.ListTest)
----------------------------------------------------------------------
-Ran 53 tests in 0.435s
+Ran 53 tests in 0.416s
OK
-0:11:10 load avg: 0.82 [205/416/1] test_listcomps
+0:10:24 load avg: 0.88 [205/416/1] test_listcomps
Trying:
sum([i*i for i in range(100) if i&1 == 1])
Expecting:
@@ -37194,7 +37194,7 @@ ok
33 passed and 0 failed.
Test passed.
doctest (test.test_listcomps) ... 33 tests with zero failures
-0:11:10 load avg: 0.82 [206/416/1] test_locale
+0:10:24 load avg: 0.88 [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)
@@ -37258,10 +37258,10 @@ PASS: test_delocalize (test.test_locale.TestfrFRDelocalizeTest)
----------------------------------------------------------------------
-Ran 60 tests in 0.050s
+Ran 60 tests in 0.081s
OK
-0:11:11 load avg: 0.82 [207/416/1] test_logging
+0:10:25 load avg: 0.88 [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)
@@ -37446,10 +37446,10 @@ PASS: test_no_messages_in_queue_after_stop (test.test_logging.QueueListenerTest)
----------------------------------------------------------------------
-Ran 177 tests in 21.702s
+Ran 177 tests in 20.843s
OK (skipped=1)
-0:11:33 load avg: 0.66 [208/416/1] test_long
+0:10:46 load avg: 0.72 [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)
@@ -37482,18 +37482,18 @@ PASS: test_true_division (test.test_long.LongTest)
----------------------------------------------------------------------
-Ran 29 tests in 4.723s
+Ran 29 tests in 3.155s
OK (skipped=2)
-0:11:39 load avg: 0.69 [209/416/1] test_longexp
+0:10:50 load avg: 0.72 [209/416/1] test_longexp
PASS: test_longexp (test.test_longexp.LongExpText)
----------------------------------------------------------------------
-Ran 1 test in 0.492s
+Ran 1 test in 0.100s
OK
-0:11:40 load avg: 0.69 [210/416/1] test_lzma
+0:10:50 load avg: 0.75 [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)
@@ -37612,10 +37612,10 @@ PASS: test_is_check_supported (test.test_lzma.MiscellaneousTestCase)
----------------------------------------------------------------------
-Ran 114 tests in 9.215s
+Ran 114 tests in 4.541s
OK (skipped=1)
-0:11:50 load avg: 0.74 [211/416/1] test_macpath
+0:10:55 load avg: 0.75 [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)
@@ -37652,10 +37652,10 @@ PASS: test_splitext (test.test_macpath.MacPathTestCase)
----------------------------------------------------------------------
-Ran 33 tests in 0.071s
+Ran 33 tests in 0.049s
OK (skipped=2)
-0:11:51 load avg: 0.74 [212/416/1] test_mailbox
+0:10:56 load avg: 0.77 [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)
@@ -38020,10 +38020,10 @@ PASS: test__all__ (test.test_mailbox.MiscTestCase)
----------------------------------------------------------------------
-Ran 360 tests in 0.623s
+Ran 360 tests in 0.755s
OK
-0:11:52 load avg: 0.76 [213/416/1] test_mailcap
+0:10:57 load avg: 0.77 [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)
@@ -38035,10 +38035,10 @@ PASS: test_subst (test.test_mailcap.HelperFunctionTest)
----------------------------------------------------------------------
-Ran 8 tests in 0.410s
+Ran 8 tests in 0.007s
OK
-0:11:52 load avg: 0.76 [214/416/1] test_marshal
+0:10:57 load avg: 0.77 [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)
@@ -38100,10 +38100,10 @@ PASS: test_unicode (test.test_marshal.StringTestCase)
----------------------------------------------------------------------
-Ran 58 tests in 0.138s
+Ran 58 tests in 0.127s
OK (skipped=7)
-0:11:53 load avg: 0.76 [215/416/1] test_math
+0:10:57 load avg: 0.77 [215/416/1] test_math
PASS: testAcos (test.test_math.MathTests)
PASS: testAcosh (test.test_math.MathTests)
PASS: testAsin (test.test_math.MathTests)
@@ -38168,10 +38168,10 @@ PASS: Doctest: ieee754.txt
----------------------------------------------------------------------
-Ran 60 tests in 1.494s
+Ran 60 tests in 1.756s
OK (skipped=1)
-0:11:55 load avg: 0.76 [216/416/1] test_memoryio
+0:10:59 load avg: 0.77 [216/416/1] test_memoryio
PASS: testInit (test.test_memoryio.CBytesIOTest)
PASS: testRead (test.test_memoryio.CBytesIOTest)
PASS: testReadNoArgs (test.test_memoryio.CBytesIOTest)
@@ -38341,10 +38341,10 @@ PASS: test_writelines_error (test.test_memoryio.PyStringIOTest)
----------------------------------------------------------------------
-Ran 166 tests in 0.639s
+Ran 166 tests in 0.329s
OK
-0:11:56 load avg: 0.94 [217/416/1] test_memoryview
+0:11:00 load avg: 0.77 [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)
@@ -38482,10 +38482,10 @@ PASS: test_pickle (test.test_memoryview.OtherTest)
----------------------------------------------------------------------
-Ran 134 tests in 3.444s
+Ran 134 tests in 2.026s
OK (skipped=18)
-0:12:00 load avg: 0.94 [218/416/1] test_metaclass
+0:11:02 load avg: 0.95 [218/416/1] test_metaclass
Trying:
class C:
def meth(self): print("Hello")
@@ -38844,7 +38844,7 @@ ok
62 passed and 0 failed.
Test passed.
doctest (test.test_metaclass) ... 62 tests with zero failures
-0:12:01 load avg: 0.94 [219/416/1] test_mimetypes
+0:11:02 load avg: 0.95 [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)
@@ -38856,10 +38856,10 @@ SKIP: test_registry_parsing (test.test_mimetypes.Win32MimeTypesTestCase) 'Window
----------------------------------------------------------------------
-Ran 8 tests in 0.354s
+Ran 8 tests in 0.006s
OK (skipped=1)
-0:12:02 load avg: 1.02 [220/416/1] test_minidom
+0:11:03 load avg: 0.95 [220/416/1] test_minidom
PASS: testAAA (test.test_minidom.MinidomTest)
PASS: testAAB (test.test_minidom.MinidomTest)
PASS: testAddAttr (test.test_minidom.MinidomTest)
@@ -38984,10 +38984,10 @@ PASS: test_toprettyxml_with_text_nodes (test.test_minidom.MinidomTest)
----------------------------------------------------------------------
-Ran 121 tests in 0.170s
+Ran 121 tests in 0.044s
OK
-0:12:02 load avg: 1.02 [221/416/1] test_mmap
+0:11:03 load avg: 0.95 [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)
@@ -39028,10 +39028,10 @@ PASS: test_large_offset (test.test_mmap.LargeMmapTests)
----------------------------------------------------------------------
-Ran 37 tests in 0.316s
+Ran 37 tests in 0.187s
OK (skipped=4)
-0:12:03 load avg: 1.02 [222/416/1] test_module
+0:11:03 load avg: 0.95 [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)
@@ -39065,10 +39065,10 @@ PASS: test_weakref (test.test_module.ModuleTests)
----------------------------------------------------------------------
-Ran 30 tests in 1.573s
+Ran 30 tests in 0.561s
OK
-0:12:05 load avg: 1.02 [223/416/1] test_modulefinder
+0:11:04 load avg: 0.95 [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)
@@ -39083,12 +39083,12 @@ PASS: test_replace_paths (test.test_modulefinder.ModuleFinderTest)
----------------------------------------------------------------------
-Ran 11 tests in 0.309s
+Ran 11 tests in 0.387s
OK
-0:12:07 load avg: 1.02 [224/416/1] test_msilib
+0:11:05 load avg: 0.95 [224/416/1] test_msilib
test_msilib skipped -- No module named 'msilib'
-0:12:07 load avg: 1.02 [225/416/1] test_multibytecodec -- test_msilib skipped
+0:11:06 load avg: 0.95 [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)
@@ -39120,10 +39120,10 @@ PASS: test_utf_8 (test.test_multibytecodec.Test_StreamWriter)
----------------------------------------------------------------------
-Ran 28 tests in 1.358s
+Ran 28 tests in 1.600s
OK
-0:12:09 load avg: 1.02 [226/416/1] test_multiprocessing_fork
+0:11:08 load avg: 0.95 [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)
@@ -39454,10 +39454,10 @@ PASS: test_import (test.test_multiprocessing_fork._TestImportStar)
----------------------------------------------------------------------
-Ran 327 tests in 82.782s
+Ran 327 tests in 79.665s
OK (skipped=32)
-0:13:32 load avg: 6.35 [227/416/1] test_multiprocessing_forkserver -- test_multiprocessing_fork passed in 1 min 23 sec
+0:12:28 load avg: 0.59 [227/416/1] test_multiprocessing_forkserver -- test_multiprocessing_fork passed in 1 min 19 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)
@@ -39788,10 +39788,10 @@ PASS: test_import (test.test_multiprocessing_forkserver._TestImportStar)
----------------------------------------------------------------------
-Ran 327 tests in 102.907s
+Ran 327 tests in 104.094s
OK (skipped=28)
-0:15:16 load avg: 2.40 [228/416/1] test_multiprocessing_main_handling -- test_multiprocessing_forkserver passed in 1 min 43 sec
+0:14:12 load avg: 1.38 [228/416/1] test_multiprocessing_main_handling -- test_multiprocessing_forkserver passed in 1 min 44 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)
@@ -39834,10 +39834,10 @@ PASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.SpawnCmdLin
----------------------------------------------------------------------
-Ran 39 tests in 16.181s
+Ran 39 tests in 14.262s
OK
-0:15:32 load avg: 2.53 [229/416/1] test_multiprocessing_spawn
+0:14:27 load avg: 1.59 [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)
@@ -40168,10 +40168,10 @@ PASS: test_import (test.test_multiprocessing_spawn._TestImportStar)
----------------------------------------------------------------------
-Ran 327 tests in 116.740s
+Ran 327 tests in 118.586s
OK (skipped=31)
-0:17:29 load avg: 1.44 [230/416/1] test_netrc -- test_multiprocessing_spawn passed in 1 min 57 sec
+0:16:26 load avg: 1.59 [230/416/1] test_netrc -- test_multiprocessing_spawn passed in 1 min 59 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)
@@ -40190,10 +40190,10 @@ PASS: test_security (test.test_netrc.NetrcTestCase)
----------------------------------------------------------------------
-Ran 15 tests in 0.008s
+Ran 15 tests in 0.009s
OK
-0:17:30 load avg: 1.44 [231/416/1] test_nis
+0:16:26 load avg: 1.59 [231/416/1] test_nis
SKIP: test_maps (test.test_nis.NisTests) 'Local domain name not set'
----------------------------------------------------------------------
@@ -40201,7 +40201,7 @@ SKIP: test_maps (test.test_nis.NisTests) 'Local domain name not set'
Ran 1 test in 0.000s
OK (skipped=1)
-0:17:30 load avg: 1.44 [232/416/1] test_nntplib
+0:16:27 load avg: 1.59 [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)
@@ -40278,10 +40278,10 @@ PASS: test_we_are_in_reader_mode_after_connect (test.test_nntplib.SendReaderNNTP
----------------------------------------------------------------------
-Ran 71 tests in 0.119s
+Ran 71 tests in 0.122s
OK (skipped=2)
-0:17:30 load avg: 1.44 [233/416/1] test_normalization
+0:16:27 load avg: 1.59 [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"
@@ -40290,7 +40290,7 @@ SKIP: test_main (test.test_normalization.NormalizationTest) "Use of the 'urlfetc
Ran 2 tests in 0.001s
OK (skipped=1)
-0:17:31 load avg: 1.44 [234/416/1] test_ntpath
+0:16:28 load avg: 1.59 [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)
@@ -40356,10 +40356,10 @@ PASS: test_splitext (test.test_ntpath.TestNtpath)
----------------------------------------------------------------------
-Ran 62 tests in 0.169s
+Ran 62 tests in 0.093s
OK (skipped=2)
-0:17:31 load avg: 1.41 [235/416/1] test_numeric_tower
+0:16:28 load avg: 1.59 [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)
@@ -40372,18 +40372,18 @@ PASS: test_integers (test.test_numeric_tower.HashTest)
----------------------------------------------------------------------
-Ran 9 tests in 0.118s
+Ran 9 tests in 0.163s
OK
-0:17:32 load avg: 1.41 [236/416/1] test_openpty
+0:16:29 load avg: 1.59 [236/416/1] test_openpty
PASS: test (test.test_openpty.OpenptyTest)
----------------------------------------------------------------------
-Ran 1 test in 0.000s
+Ran 1 test in 0.001s
OK
-0:17:32 load avg: 1.41 [237/416/1] test_operator
+0:16:29 load avg: 1.59 [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)
@@ -40477,10 +40477,10 @@ PASS: test_methodcaller (test.test_operator.PyPyOperatorPickleTestCase)
----------------------------------------------------------------------
-Ran 90 tests in 0.024s
+Ran 90 tests in 0.044s
OK
-0:17:32 load avg: 1.41 [238/416/1] test_optparse
+0:16:30 load avg: 1.59 [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)
@@ -40636,10 +40636,10 @@ PASS: test_version (test.test_optparse.TestVersion)
----------------------------------------------------------------------
-Ran 152 tests in 0.053s
+Ran 152 tests in 0.090s
OK
-0:17:33 load avg: 1.41 [239/416/1] test_ordered_dict
+0:16:30 load avg: 1.59 [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)
@@ -40902,10 +40902,10 @@ PASS: test_write (test.test_ordered_dict.PurePythonSubclassMappingTests)
----------------------------------------------------------------------
-Ran 259 tests in 4.776s
+Ran 259 tests in 5.977s
OK
-0:17:38 load avg: 1.37 [240/416/1] test_os
+0:16:38 load avg: 1.50 [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)
@@ -41181,12 +41181,12 @@ SKIP: test_rmdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkT
----------------------------------------------------------------------
-Ran 266 tests in 1.794s
+Ran 266 tests in 2.797s
OK (skipped=47)
-0:17:40 load avg: 1.37 [241/416/1] test_ossaudiodev
+0:16:41 load avg: 1.46 [241/416/1] test_ossaudiodev
test_ossaudiodev skipped -- Use of the 'audio' resource not enabled
-0:17:40 load avg: 1.37 [242/416/1] test_osx_env -- test_ossaudiodev skipped (resource denied)
+0:16:41 load avg: 1.46 [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'
----------------------------------------------------------------------
@@ -41194,7 +41194,7 @@ SKIP: test_pythonexecutable_sets_sys_executable (test.test_osx_env.OSXEnvironmen
Ran 1 test in 0.000s
OK (skipped=1)
-0:17:41 load avg: 1.37 [243/416/1] test_parser
+0:16:42 load avg: 1.46 [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)
@@ -41248,10 +41248,10 @@ PASS: test_sizeof (test.test_parser.STObjectTestCase)
----------------------------------------------------------------------
-Ran 50 tests in 0.063s
+Ran 50 tests in 0.093s
OK
-0:17:41 load avg: 1.37 [244/416/1] test_pathlib
+0:16:42 load avg: 1.46 [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)
@@ -41650,10 +41650,10 @@ SKIP: test_with (test.test_pathlib.WindowsPathTest) 'test requires a Windows-com
----------------------------------------------------------------------
-Ran 395 tests in 0.204s
+Ran 395 tests in 0.335s
OK (skipped=114)
-0:17:41 load avg: 1.34 [245/416/1] test_pdb
+0:16:43 load avg: 1.46 [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)
@@ -41716,10 +41716,10 @@ PASS: Doctest: test.test_pdb.test_post_mortem
----------------------------------------------------------------------
-Ran 38 tests in 0.993s
+Ran 38 tests in 1.268s
OK
-0:17:43 load avg: 1.34 [246/416/1] test_peepholer
+0:16:45 load avg: 1.46 [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)
@@ -41741,10 +41741,10 @@ PASS: test_while_one (test.test_peepholer.TestTranforms)
----------------------------------------------------------------------
-Ran 18 tests in 0.025s
+Ran 18 tests in 0.036s
OK
-0:17:43 load avg: 1.34 [247/416/1] test_pickle
+0:16:45 load avg: 1.46 [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)
@@ -41886,11 +41886,12 @@ test_import (test.test_pickle.CompatPickleTests) ... No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named 'winreg'
-No module named 'dbm.bsd'
+No module named '_tkinter'
No module named '_tkinter'
No module named '_gdbm'
No module named '_tkinter'
No module named '_tkinter'
+No module named 'dbm.bsd'
No module named '_tkinter'
No module named '_tkinter'
No module named '_gdbm'
@@ -41898,7 +41899,6 @@ No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
-No module named '_tkinter'
ok
test_import_mapping (test.test_pickle.CompatPickleTests) ... No module named '_tkinter'
No module named '_tkinter'
@@ -42403,7 +42403,7 @@ PASS: test_unpickler (test.test_pickle.SizeofTests)
----------------------------------------------------------------------
-Ran 581 tests in 6.295s
+Ran 581 tests in 11.231s
OK (skipped=20)
Trying:
@@ -42606,7 +42606,7 @@ ok
14 passed and 0 failed.
Test passed.
doctest (pickle) ... 14 tests with zero failures
-0:17:50 load avg: 1.32 [248/416/1] test_pickletools
+0:16:57 load avg: 1.36 [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)
@@ -42691,14 +42691,14 @@ PASS: test_unicode_high_plane (test.test_pickletools.OptimizedPickleTests)
----------------------------------------------------------------------
-Ran 81 tests in 1.032s
+Ran 81 tests in 1.893s
OK
PASS: test__all__ (test.test_pickletools.MiscTestCase)
----------------------------------------------------------------------
-Ran 1 test in 0.000s
+Ran 1 test in 0.001s
OK
Trying:
@@ -43552,7 +43552,7 @@ ok
129 passed and 0 failed.
Test passed.
doctest (pickletools) ... 129 tests with zero failures
-0:17:51 load avg: 1.29 [249/416/1] test_pipes
+0:16:59 load avg: 1.36 [249/416/1] test_pipes
PASS: testBadAppendOptions (test.test_pipes.SimplePipeTests)
PASS: testBadOpenMode (test.test_pipes.SimplePipeTests)
PASS: testBadPrependOptions (test.test_pipes.SimplePipeTests)
@@ -43573,7 +43573,7 @@ PASS: testWriteOpenSource (test.test_pipes.SimplePipeTests)
Ran 14 tests in 0.025s
OK
-0:17:51 load avg: 1.29 [250/416/1] test_pkg
+0:16:59 load avg: 1.36 [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)
@@ -43585,10 +43585,10 @@ PASS: test_8 (test.test_pkg.TestPkg)
----------------------------------------------------------------------
-Ran 8 tests in 0.017s
+Ran 8 tests in 0.019s
OK
-0:17:52 load avg: 1.29 [251/416/1] test_pkgimport
+0:16:59 load avg: 1.36 [251/416/1] test_pkgimport
PASS: test_package_import__semantics (test.test_pkgimport.TestImport)
----------------------------------------------------------------------
@@ -43596,7 +43596,7 @@ PASS: test_package_import__semantics (test.test_pkgimport.TestImport)
Ran 1 test in 0.002s
OK
-0:17:52 load avg: 1.29 [252/416/1] test_pkgutil
+0:17:00 load avg: 1.36 [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)
@@ -43627,7 +43627,7 @@ PASS: test_loader_deprecated (test.test_pkgutil.ImportlibMigrationTests)
Ran 23 tests in 0.021s
OK
-0:17:52 load avg: 1.29 [253/416/1] test_platform
+0:17:00 load avg: 1.36 [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)
@@ -43656,10 +43656,10 @@ PASS: test_win32_ver (test.test_platform.PlatformTest)
----------------------------------------------------------------------
-Ran 25 tests in 0.212s
+Ran 25 tests in 0.238s
OK (skipped=2)
-0:17:53 load avg: 1.29 [254/416/1] test_plistlib
+0:17:01 load avg: 1.33 [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)
@@ -43695,10 +43695,10 @@ PASS: test__all__ (test.test_plistlib.MiscTestCase)
----------------------------------------------------------------------
-Ran 32 tests in 0.039s
+Ran 32 tests in 0.067s
OK
-0:17:53 load avg: 1.29 [255/416/1] test_poll
+0:17:01 load avg: 1.33 [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)
@@ -43709,10 +43709,10 @@ PASS: test_threaded_poll (test.test_poll.PollTests)
----------------------------------------------------------------------
-Ran 7 tests in 11.143s
+Ran 7 tests in 11.137s
OK
-0:18:05 load avg: 1.25 [256/416/1] test_popen
+0:17:13 load avg: 1.12 [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)
@@ -43721,10 +43721,10 @@ PASS: test_return_code (test.test_popen.PopenTest)
----------------------------------------------------------------------
-Ran 5 tests in 0.118s
+Ran 5 tests in 0.111s
OK
-0:18:05 load avg: 1.25 [257/416/1] test_poplib
+0:17:14 load avg: 1.12 [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)
@@ -43799,10 +43799,10 @@ PASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_TLSClass)
----------------------------------------------------------------------
-Ran 71 tests in 4.440s
+Ran 71 tests in 4.052s
OK
-0:18:10 load avg: 1.15 [258/416/1] test_posix
+0:17:18 load avg: 1.20 [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)
@@ -43902,10 +43902,10 @@ PASS: test_setgroups (test.test_posix.PosixGroupsTester)
----------------------------------------------------------------------
-Ran 96 tests in 0.165s
+Ran 96 tests in 0.334s
OK (skipped=10)
-0:18:11 load avg: 1.15 [259/416/1] test_posixpath
+0:17:19 load avg: 1.20 [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)
@@ -43983,10 +43983,10 @@ PASS: test_splitext (test.test_posixpath.PosixPathTest)
----------------------------------------------------------------------
-Ran 74 tests in 0.064s
+Ran 74 tests in 0.077s
OK
-0:18:11 load avg: 1.13 [260/416/1] test_pow
+0:17:19 load avg: 1.20 [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)
@@ -43995,10 +43995,10 @@ PASS: test_powint (test.test_pow.PowTest)
----------------------------------------------------------------------
-Ran 5 tests in 0.050s
+Ran 5 tests in 0.059s
OK
-0:18:11 load avg: 1.13 [261/416/1] test_pprint
+0:17:20 load avg: 1.20 [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)
@@ -44031,10 +44031,10 @@ PASS: test_width (test.test_pprint.QueryTestCase)
----------------------------------------------------------------------
-Ran 29 tests in 0.071s
+Ran 29 tests in 0.065s
OK (expected failures=1)
-0:18:12 load avg: 1.13 [262/416/1] test_print
+0:17:20 load avg: 1.20 [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)
@@ -44047,10 +44047,10 @@ PASS: test_string_with_soft_space (test.test_print.TestPy2MigrationHint)
----------------------------------------------------------------------
-Ran 9 tests in 0.002s
+Ran 9 tests in 0.003s
OK
-0:18:12 load avg: 1.13 [263/416/1] test_profile
+0:17:21 load avg: 1.18 [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)
@@ -44061,7 +44061,7 @@ PASS: test_runctx (test.test_profile.ProfileTest)
Ran 4 tests in 0.008s
OK
-0:18:13 load avg: 1.13 [264/416/1] test_property
+0:17:21 load avg: 1.18 [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)
@@ -44079,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.004s
OK (skipped=1)
-0:18:13 load avg: 1.13 [265/416/1] test_pstats
+0:17:21 load avg: 1.18 [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)
@@ -44093,10 +44093,10 @@ PASS: test_sort_stats_string (test.test_pstats.StatsTestCase)
----------------------------------------------------------------------
-Ran 7 tests in 0.060s
+Ran 7 tests in 0.064s
OK
-0:18:13 load avg: 1.13 [266/416/1] test_pty
+0:17:22 load avg: 1.18 [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')
@@ -44105,8 +44105,8 @@ Writing to slave_fd
Writing chunked output
ok
test_fork (test.test_pty.PtyTest) ... calling pty.fork()
-Waiting for child (27569) to finish.
-Child (27569) exited with status 4 (1024).
+Waiting for child (2543) to finish.
+Child (2543) 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.
@@ -44115,10 +44115,10 @@ PASS: Test the normal data case on both master_fd and stdin.
----------------------------------------------------------------------
-Ran 4 tests in 0.011s
+Ran 4 tests in 0.010s
OK
-0:18:14 load avg: 1.13 [267/416/1] test_pulldom
+0:17:22 load avg: 1.18 [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)
@@ -44143,20 +44143,20 @@ PASS: Test some of the hard-to-reach parts of SAX2DOM.
----------------------------------------------------------------------
-Ran 11 tests in 0.071s
+Ran 11 tests in 0.016s
OK (expected failures=3)
-0:18:14 load avg: 1.13 [268/416/1] test_pwd
+0:17:22 load avg: 1.18 [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.003s
+Ran 3 tests in 0.004s
OK
-0:18:14 load avg: 1.13 [269/416/1] test_py_compile
+0:17:23 load avg: 1.18 [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)
@@ -44184,10 +44184,10 @@ PASS: test_source_date_epoch (test.test_py_compile.PyCompileTestsWithoutSourceEp
----------------------------------------------------------------------
-Ran 24 tests in 0.026s
+Ran 24 tests in 0.017s
OK (skipped=2)
-0:18:15 load avg: 1.13 [270/416/1] test_pyclbr
+0:17:23 load avg: 1.18 [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)
@@ -44196,10 +44196,10 @@ PASS: test_others (test.test_pyclbr.PyclbrTest)
----------------------------------------------------------------------
-Ran 5 tests in 1.551s
+Ran 5 tests in 1.624s
OK
-0:18:17 load avg: 1.12 [271/416/1] test_pydoc
+0:17:25 load avg: 1.18 [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)
@@ -44257,10 +44257,10 @@ PASS: test_sys_path_adjustment_when_curdir_already_included (test.test_pydoc.Tes
----------------------------------------------------------------------
-Ran 54 tests in 3.853s
+Ran 54 tests in 3.377s
OK (skipped=3)
-0:18:21 load avg: 1.11 [272/416/1] test_pyexpat
+0:17:29 load avg: 1.33 [272/416/1] test_pyexpat
PASS: test1 (test.test_pyexpat.BufferTextTest)
PASS: test2 (test.test_pyexpat.BufferTextTest)
PASS: test3 (test.test_pyexpat.BufferTextTest)
@@ -44303,10 +44303,10 @@ PASS: test_parse_only_xml_data (test.test_pyexpat.sf1296433Test)
----------------------------------------------------------------------
-Ran 39 tests in 0.029s
+Ran 39 tests in 0.026s
OK
-0:18:21 load avg: 1.11 [273/416/1] test_queue
+0:17:29 load avg: 1.33 [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)
@@ -44345,10 +44345,10 @@ PASS: test_shrinking_queue (test.test_queue.QueueTest)
----------------------------------------------------------------------
-Ran 35 tests in 4.131s
+Ran 35 tests in 4.122s
OK
-0:18:26 load avg: 1.10 [274/416/1] test_quopri
+0:17:33 load avg: 1.30 [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)
@@ -44363,10 +44363,10 @@ PASS: test_scriptencode (test.test_quopri.QuopriTestCase)
----------------------------------------------------------------------
-Ran 11 tests in 0.104s
+Ran 11 tests in 0.083s
OK
-0:18:27 load avg: 1.10 [275/416/1] test_raise
+0:17:34 load avg: 1.30 [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)
@@ -44408,7 +44408,7 @@ PASS: test_constructor (test.test_raise.TestTracebackType)
Ran 35 tests in 0.006s
OK
-0:18:27 load avg: 1.10 [276/416/1] test_random
+0:17:34 load avg: 1.30 [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)
@@ -44484,10 +44484,10 @@ PASS: test_random_subclass_with_kwargs (test.test_random.TestModule)
----------------------------------------------------------------------
-Ran 72 tests in 1.041s
+Ran 72 tests in 1.435s
OK
-0:18:28 load avg: 1.10 [277/416/1] test_range
+0:17:36 load avg: 1.27 [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)
@@ -44515,10 +44515,10 @@ PASS: test_user_index_method (test.test_range.RangeTest)
----------------------------------------------------------------------
-Ran 24 tests in 0.356s
+Ran 24 tests in 0.409s
OK
-0:18:29 load avg: 1.10 [278/416/1] test_re
+0:17:36 load avg: 1.27 [278/416/1] test_re
test_re_benchmarks (test.test_re.ExternalTests)
PASS: re_tests benchmarks
test_re_tests (test.test_re.ExternalTests)
@@ -44649,10 +44649,10 @@ PASS: test_zerowidth (test.test_re.ReTests)
----------------------------------------------------------------------
-Ran 124 tests in 0.963s
+Ran 124 tests in 1.439s
OK (skipped=2)
-0:18:30 load avg: 1.10 [279/416/1] test_readline
+0:17:38 load avg: 1.27 [279/416/1] test_readline
readline version: 0x800
readline runtime version: 0x800
readline library version: '8.0'
@@ -44668,10 +44668,10 @@ SKIP: test_nonascii (test.test_readline.TestReadline) "the LC_CTYPE locale is 'C
----------------------------------------------------------------------
-Ran 8 tests in 0.096s
+Ran 8 tests in 0.104s
OK (skipped=2)
-0:18:31 load avg: 1.10 [280/416/1] test_regrtest
+0:17:38 load avg: 1.27 [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)
@@ -44745,18 +44745,18 @@ PASS: test_format_duration (test.test_regrtest.TestUtils)
----------------------------------------------------------------------
-Ran 70 tests in 8.627s
+Ran 70 tests in 9.127s
OK (skipped=5)
-0:18:40 load avg: 1.09 [281/416/1] test_repl
+0:17:48 load avg: 1.47 [281/416/1] test_repl
PASS: test_no_memory (test.test_repl.TestInteractiveInterpreter)
----------------------------------------------------------------------
-Ran 1 test in 0.025s
+Ran 1 test in 0.038s
OK
-0:18:40 load avg: 1.09 [282/416/1] test_reprlib
+0:17:48 load avg: 1.47 [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)
@@ -44783,10 +44783,10 @@ PASS: test_recursive_repr (test.test_reprlib.TestRecursiveRepr)
----------------------------------------------------------------------
-Ran 23 tests in 0.016s
+Ran 23 tests in 0.012s
OK (skipped=2)
-0:18:40 load avg: 1.09 [283/416/1] test_resource
+0:17:48 load avg: 1.47 [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)
@@ -44801,10 +44801,10 @@ PASS: test_setrusage_refcount (test.test_resource.ResourceTest)
----------------------------------------------------------------------
-Ran 11 tests in 0.088s
+Ran 11 tests in 0.089s
OK
-0:18:41 load avg: 1.09 [284/416/1] test_richcmp
+0:17:49 load avg: 1.47 [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)
@@ -44819,10 +44819,10 @@ PASS: test_mixed (test.test_richcmp.VectorTest)
----------------------------------------------------------------------
-Ran 11 tests in 0.008s
+Ran 11 tests in 0.010s
OK
-0:18:41 load avg: 1.09 [285/416/1] test_rlcompleter
+0:17:49 load avg: 1.47 [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)
@@ -44836,7 +44836,7 @@ PASS: test_uncreated_attr (test.test_rlcompleter.TestRlcompleter)
Ran 7 tests in 0.004s
OK
-0:18:41 load avg: 1.08 [286/416/1] test_robotparser
+0:17:49 load avg: 1.47 [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)
@@ -44881,7 +44881,7 @@ PASS: test_good_urls (test.test_robotparser.UserAgentWildcardTest)
Ran 37 tests in 0.019s
OK (skipped=1)
-0:18:41 load avg: 1.08 [287/416/1] test_runpy
+0:17:50 load avg: 1.47 [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)
@@ -44915,10 +44915,10 @@ PASS: test_zipfile_error (test.test_runpy.RunPathTestCase)
----------------------------------------------------------------------
-Ran 30 tests in 0.632s
+Ran 30 tests in 0.657s
OK
-0:18:42 load avg: 1.08 [288/416/1] test_sax
+0:17:50 load avg: 1.43 [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)
@@ -45100,7 +45100,7 @@ PASS: test_nsattrs_wattr (test.test_sax.XmlReaderTest)
Ran 175 tests in 0.066s
OK
-0:18:43 load avg: 1.08 [289/416/1] test_sched
+0:17:51 load avg: 1.43 [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)
@@ -45117,7 +45117,7 @@ PASS: test_run_non_blocking (test.test_sched.TestCase)
Ran 10 tests in 0.546s
OK
-0:18:44 load avg: 1.08 [290/416/1] test_scope
+0:17:52 load avg: 1.43 [290/416/1] test_scope
PASS: testBoundAndFree (test.test_scope.ScopeTests)
PASS: testCellIsKwonlyArg (test.test_scope.ScopeTests)
PASS: testCellLeak (test.test_scope.ScopeTests)
@@ -45159,10 +45159,10 @@ PASS: testUnoptimizedNamespaces (test.test_scope.ScopeTests)
----------------------------------------------------------------------
-Ran 38 tests in 0.009s
+Ran 38 tests in 0.008s
OK
-0:18:44 load avg: 1.08 [291/416/1] test_script_helper
+0:17:52 load avg: 1.43 [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)
@@ -45177,10 +45177,10 @@ PASS: test_interpreter_requires_environment_with_pythonhome (test.test_script_he
----------------------------------------------------------------------
-Ran 10 tests in 0.094s
+Ran 10 tests in 0.127s
OK
-0:18:44 load avg: 1.08 [292/416/1] test_secrets
+0:17:53 load avg: 1.43 [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)
@@ -45195,10 +45195,10 @@ PASS: test_token_urlsafe (test.test_secrets.Token_Tests)
----------------------------------------------------------------------
-Ran 11 tests in 0.002s
+Ran 11 tests in 0.004s
OK
-0:18:44 load avg: 1.08 [293/416/1] test_select
+0:17:53 load avg: 1.43 [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)
@@ -45231,10 +45231,10 @@ PASS: test_select_mutated (test.test_select.SelectTestCase)
----------------------------------------------------------------------
-Ran 5 tests in 11.038s
+Ran 5 tests in 11.028s
OK
-0:18:56 load avg: 0.99 [294/416/1] test_selectors
+0:18:05 load avg: 1.29 [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)
@@ -45352,10 +45352,10 @@ SKIP: test_unregister_after_socket_close (test.test_selectors.DevpollSelectorTes
----------------------------------------------------------------------
-Ran 114 tests in 14.360s
+Ran 114 tests in 14.253s
OK (skipped=40)
-0:19:10 load avg: 0.77 [295/416/1] test_set
+0:18:19 load avg: 1.00 [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)
@@ -45914,10 +45914,10 @@ PASS: test_merge_and_mutate (test.test_set.TestWeirdBugs)
----------------------------------------------------------------------
-Ran 554 tests in 2.036s
+Ran 554 tests in 2.396s
OK (skipped=3)
-0:19:13 load avg: 0.79 [296/416/1] test_setcomps
+0:18:22 load avg: 1.00 [296/416/1] test_setcomps
Trying:
sum({i*i for i in range(100) if i&1 == 1})
Expecting:
@@ -46100,7 +46100,7 @@ ok
34 passed and 0 failed.
Test passed.
doctest (test.test_setcomps) ... 34 tests with zero failures
-0:19:13 load avg: 0.79 [297/416/1] test_shelve
+0:18:23 load avg: 1.00 [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)
@@ -46198,7 +46198,7 @@ PASS: test_writeback_also_writes_immediately (test.test_shelve.TestCase)
----------------------------------------------------------------------
-Ran 94 tests in 0.058s
+Ran 94 tests in 0.070s
OK
PASS: test_bool (test.test_shelve.TestAsciiFileShelve)
@@ -46298,10 +46298,10 @@ PASS: test_writeback_also_writes_immediately (test.test_shelve.TestCase)
----------------------------------------------------------------------
-Ran 94 tests in 0.056s
+Ran 94 tests in 0.071s
OK
-0:19:13 load avg: 0.79 [298/416/1] test_shlex
+0:18:23 load avg: 1.00 [298/416/1] test_shlex
testCompat (test.test_shlex.ShlexTest)
PASS: Test compatibility interface
testEmptyStringHandling (test.test_shlex.ShlexTest)
@@ -46330,10 +46330,10 @@ PASS: Test that tokens are split with types as expected.
----------------------------------------------------------------------
-Ran 13 tests in 0.009s
+Ran 13 tests in 0.011s
OK
-0:19:14 load avg: 0.79 [299/416/1] test_shutil
+0:18:23 load avg: 1.00 [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)
@@ -46442,10 +46442,10 @@ PASS: test_relative_path (test.test_shutil.TestWhich)
----------------------------------------------------------------------
-Ran 102 tests in 0.257s
+Ran 102 tests in 0.207s
OK (skipped=10)
-0:19:14 load avg: 0.79 [300/416/1] test_signal
+0:18:24 load avg: 1.00 [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)
@@ -46472,7 +46472,7 @@ 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.001000 s.
ok
test_stress_delivery_simultaneous (test.test_signal.StressTest) ... detected median itimer() resolution: 0.001000 s.
ok
@@ -46494,10 +46494,10 @@ SKIP: test_issue9324 (test.test_signal.WindowsSignalTests) 'Windows specific'
----------------------------------------------------------------------
-Ran 43 tests in 21.908s
+Ran 43 tests in 21.716s
OK (skipped=1)
-0:19:36 load avg: 0.80 [301/416/1] test_site
+0:18:46 load avg: 0.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)
@@ -46530,10 +46530,10 @@ SKIP: test_underpth_nosite_file (test.test_site._pthFileTests) 'only supported o
----------------------------------------------------------------------
-Ran 29 tests in 0.351s
+Ran 29 tests in 0.227s
OK (skipped=4)
-0:19:37 load avg: 0.80 [302/416/1] test_slice
+0:18:46 load avg: 0.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)
@@ -46546,10 +46546,10 @@ PASS: test_setslice_without_getslice (test.test_slice.SliceTest)
----------------------------------------------------------------------
-Ran 9 tests in 0.411s
+Ran 9 tests in 0.336s
OK
-0:19:38 load avg: 0.80 [303/416/1] test_smtpd
+0:18:47 load avg: 0.92 [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)
@@ -46706,10 +46706,10 @@ PASS: test_params_rejected (test.test_smtpd.TestRcptOptionParsing)
----------------------------------------------------------------------
-Ran 153 tests in 0.108s
+Ran 153 tests in 0.083s
OK
-0:19:39 load avg: 0.80 [304/416/1] test_smtplib
+0:18:48 load avg: 0.92 [304/416/1] test_smtplib
PASS: testFailingHELO (test.test_smtplib.BadHELOServerTests)
PASS: testBasic (test.test_smtplib.DebuggingServerTests)
PASS: testELHO (test.test_smtplib.DebuggingServerTests)
@@ -46775,21 +46775,21 @@ PASS: testLineTooLong (test.test_smtplib.TooLongLineTests)
----------------------------------------------------------------------
-Ran 62 tests in 0.813s
+Ran 62 tests in 0.807s
OK
-0:19:40 load avg: 0.80 [305/416/1] test_smtpnet
+0:18:49 load avg: 0.92 [305/416/1] test_smtpnet
test_smtpnet skipped -- Use of the 'network' resource not enabled
-0:19:40 load avg: 0.80 [306/416/1] test_sndhdr -- test_smtpnet skipped (resource denied)
+0:18:50 load avg: 0.92 [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.002s
+Ran 2 tests in 0.004s
OK
-0:19:41 load avg: 0.80 [307/416/1] test_socket
+0:18:50 load avg: 0.92 [307/416/1] test_socket
PASS: testCloseException (test.test_socket.GeneralModuleTests)
PASS: testCrucialConstants (test.test_socket.GeneralModuleTests)
PASS: testDefaultTimeout (test.test_socket.GeneralModuleTests)
@@ -47348,12 +47348,12 @@ SKIP: test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags) 'requires Wind
----------------------------------------------------------------------
-Ran 555 tests in 24.763s
+Ran 555 tests in 24.333s
OK (skipped=86)
-0:20:06 load avg: 0.67 [308/416/1] test_socketserver
+0:19:15 load avg: 0.78 [308/416/1] test_socketserver
test_socketserver skipped -- Use of the 'network' resource not enabled
-0:20:07 load avg: 0.67 [309/416/1] test_sort -- test_socketserver skipped (resource denied)
+0:19:16 load avg: 0.80 [309/416/1] test_sort -- test_socketserver skipped (resource denied)
testStressfully (test.test_sort.TestBase) ... Testing size 0
checking identity
checking reversed
@@ -47479,8 +47479,6 @@ Testing size 31
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(27) Complains(23)
- checking exception during sort left some permutation
checking stability
Testing size 32
checking identity
@@ -47508,8 +47506,6 @@ Testing size 63
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(41) Complains(49)
- checking exception during sort left some permutation
checking stability
Testing size 64
checking identity
@@ -47537,7 +47533,7 @@ 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(92) Complains(111)
+ complaining at Complains(12) Complains(14)
checking exception during sort left some permutation
checking stability
Testing size 128
@@ -47566,6 +47562,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(12) Complains(46)
+ checking exception during sort left some permutation
checking stability
Testing size 256
checking identity
@@ -47575,7 +47573,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(92) Complains(228)
+ complaining at Complains(251) Complains(125)
checking exception during sort left some permutation
checking stability
Testing size 257
@@ -47586,6 +47584,8 @@ 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(55) Complains(68)
+ checking exception during sort left some permutation
checking stability
Testing size 511
checking identity
@@ -47595,7 +47595,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(40) Complains(74)
+ complaining at Complains(60) Complains(165)
checking exception during sort left some permutation
checking stability
Testing size 512
@@ -47606,7 +47606,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(343) Complains(342)
+ complaining at Complains(357) Complains(165)
checking exception during sort left some permutation
checking stability
Testing size 513
@@ -47617,7 +47617,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(457) Complains(471)
+ complaining at Complains(99) Complains(172)
checking exception during sort left some permutation
checking stability
Testing size 10
@@ -47637,6 +47637,8 @@ 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(35) Complains(47)
+ checking exception during sort left some permutation
checking stability
Testing size 1000
checking identity
@@ -47646,7 +47648,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(716) Complains(708)
+ complaining at Complains(899) Complains(746)
checking exception during sort left some permutation
checking stability
ok
@@ -47670,10 +47672,10 @@ PASS: test_unsafe_tuple_compare (test.test_sort.TestOptimizedCompares)
----------------------------------------------------------------------
-Ran 18 tests in 0.083s
+Ran 18 tests in 0.156s
OK
-0:20:07 load avg: 0.67 [310/416/1] test_source_encoding
+0:19:16 load avg: 0.80 [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)
@@ -47710,20 +47712,20 @@ PASS: test_pep263 (test.test_source_encoding.MiscSourceEncodingTest)
----------------------------------------------------------------------
-Ran 33 tests in 0.325s
+Ran 33 tests in 0.313s
OK
-0:20:08 load avg: 0.67 [311/416/1] test_spwd
+0:19:17 load avg: 0.80 [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:20:08 load avg: 0.67 [312/416/1] test_sqlite
+0:19:17 load avg: 0.80 [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)
@@ -48019,10 +48021,10 @@ PASS: test_simple (sqlite3.test.backup.BackupTests)
----------------------------------------------------------------------
-Ran 283 tests in 0.738s
+Ran 283 tests in 0.650s
OK (skipped=1)
-0:20:10 load avg: 0.67 [313/416/1] test_ssl
+0:19:18 load avg: 0.80 [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
@@ -48161,13 +48163,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', 43370)
+test_bio_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 34396)
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', 59028)
+test_bio_read_write_data (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 56040)
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)
@@ -48175,41 +48177,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', 46828)
+test_ciphers (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 38218)
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', 46830)
+ server: new connection from ('127.0.0.1', 38220)
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', 38888)
+test_connect (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 42686)
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', 38890)
+ server: new connection from ('127.0.0.1', 42688)
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', 52416)
+test_connect_cadata (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 40582)
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', 52418)
+ server: new connection from ('127.0.0.1', 40584)
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', 49000)
+test_connect_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 55034)
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', 49002)
+ server: new connection from ('127.0.0.1', 55036)
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', 49022)
+test_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 59428)
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', 60198)
+test_connect_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 41022)
- server: bad connection attempt from ('127.0.0.1', 60198):
+ server: bad connection attempt from ('127.0.0.1', 41022):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48221,19 +48223,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', 37082)
+test_connect_with_context (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 55848)
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', 37084)
+ server: new connection from ('127.0.0.1', 55850)
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', 37086)
+ server: new connection from ('127.0.0.1', 55852)
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', 49938)
+test_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 46634)
- server: bad connection attempt from ('127.0.0.1', 49938):
+ server: bad connection attempt from ('127.0.0.1', 46634):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48245,20 +48247,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', 37928)
+test_context_setget (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 48486)
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', 39798)
+test_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 44594)
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', 51378)
+test_get_server_certificate (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 54000)
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', 51382)
+ server: new connection from ('127.0.0.1', 54004)
-Verified certificate for localhost:33947 is
+Verified certificate for localhost:41427 is
-----BEGIN CERTIFICATE-----
MIIF8TCCBFmgAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV
BAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW
@@ -48297,10 +48299,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', 50728)
+test_get_server_certificate_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 51574)
[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', 50728):
+ server: bad connection attempt from ('127.0.0.1', 51574):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48312,15 +48314,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', 37702)
+test_makefile_close (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 43452)
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', 40874)
+test_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 44180)
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', 45712)
+test_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 56060)
Needed 2 calls to do_handshake() to establish session.
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
@@ -48337,7 +48339,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', 56798)
+test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 55956)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48347,7 +48349,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', 48638)
+ server: new connection from ('127.0.0.1', 49764)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48357,7 +48359,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', 47004)
+ server: new connection from ('127.0.0.1', 57714)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48367,7 +48369,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', 35952)
+ server: new connection from ('127.0.0.1', 34852)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48380,7 +48382,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:51812
+ server: new connection from 127.0.0.1:49264
client: sending b'FOO\n'...
server: read b'FOO\n' from client
client: read b'foo\n'
@@ -48394,12 +48396,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', 34582)
+ server: new connection from ('127.0.0.1', 55554)
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', 39058)
+ server: new connection from ('127.0.0.1', 47588)
- server: bad connection attempt from ('127.0.0.1', 39058):
+ server: bad connection attempt from ('127.0.0.1', 47588):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48412,33 +48414,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', 43928)
+ server: new connection from ('127.0.0.1', 48138)
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', 43308)
+ server: new connection from ('127.0.0.1', 36296)
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', 39374)
+ server: new connection from ('127.0.0.1', 53482)
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', 43684)
+ server: new connection from ('127.0.0.1', 57500)
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', 35584)
+ server: new connection from ('127.0.0.1', 36662)
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', 40376)
+ server: new connection from ('127.0.0.1', 45690)
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', 56668)
+ server: new connection from ('127.0.0.1', 48208)
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', 54400)
+ server: new connection from ('127.0.0.1', 44706)
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', 36932)
+ server: new connection from ('127.0.0.1', 51974)
- server: bad connection attempt from ('127.0.0.1', 36932):
+ server: bad connection attempt from ('127.0.0.1', 51974):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48450,7 +48452,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', 46558)
+test_compression (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 56840)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48462,7 +48464,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', 40210)
+test_compression_disabled (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 44982)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48474,12 +48476,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', 55952)
+ server: new connection from ('127.0.0.1', 45200)
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', 41590)
+ server: new connection from ('127.0.0.1', 45772)
- server: bad connection attempt from ('127.0.0.1', 41590):
+ server: bad connection attempt from ('127.0.0.1', 45772):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48490,15 +48492,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', 40620)
+ server: new connection from ('127.0.0.1', 42684)
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', 55908)
+test_default_ecdh_curve (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 38384)
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', 60910)
+test_dh_params (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 51092)
server: connection cipher is now ('DHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
client: sending b'FOO\n'...
@@ -48510,18 +48512,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', 57172)
+test_dual_rsa_ecc (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 56344)
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', 47164)
+test_ecc_cert (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 50360)
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', 33532)
+ server: new connection from ('127.0.0.1', 50012)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48531,7 +48533,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', 50904)
+ server: new connection from ('127.0.0.1', 43976)
client: sending b'FOO\n'...
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
@@ -48541,7 +48543,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', 38604)
+ server: new connection from ('127.0.0.1', 57744)
client: sending b'FOO\n'...
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
@@ -48551,7 +48553,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', 55770)
+ server: new connection from ('127.0.0.1', 34826)
client: sending b'FOO\n'...
server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
server: selected protocol is now None
@@ -48561,7 +48563,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', 60644)
+ server: new connection from ('127.0.0.1', 45730)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48571,9 +48573,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', 33892)
+ server: new connection from ('127.0.0.1', 52490)
- server: bad connection attempt from ('127.0.0.1', 33892):
+ server: bad connection attempt from ('127.0.0.1', 52490):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48584,9 +48586,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', 38586)
+ server: new connection from ('127.0.0.1', 39332)
- server: bad connection attempt from ('127.0.0.1', 38586):
+ server: bad connection attempt from ('127.0.0.1', 39332):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48597,9 +48599,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', 36806)
+ server: new connection from ('127.0.0.1', 34622)
- server: bad connection attempt from ('127.0.0.1', 36806):
+ server: bad connection attempt from ('127.0.0.1', 34622):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48631,15 +48633,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', 51440)
+test_min_max_version (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 44446)
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', 42776)
+ server: new connection from ('127.0.0.1', 58052)
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', 42956)
+ server: new connection from ('127.0.0.1', 58002)
- server: bad connection attempt from ('127.0.0.1', 42956):
+ server: bad connection attempt from ('127.0.0.1', 58002):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48652,9 +48654,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', 49668)
+test_no_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 46640)
- server: bad connection attempt from ('127.0.0.1', 49668):
+ server: bad connection attempt from ('127.0.0.1', 46640):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48666,10 +48668,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', 60070)
+test_nonblocking_send (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 34736)
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', 60070)
+ Connection reset by peer: ('127.0.0.1', 34736)
ok
SKIP: test_npn_protocols (test.test_ssl.ThreadedTests) 'NPN support needed for this test'
test_protocol_sslv2 (test.test_ssl.ThreadedTests)
@@ -48704,17 +48706,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', 50834)
+ server: new connection from ('127.0.0.1', 42290)
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', 46766)
+test_recv_zero (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 59214)
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', 53852)
+test_selected_alpn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 57434)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48725,7 +48727,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', 36952)
+test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 33142)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48736,7 +48738,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', 36566)
+test_selected_npn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 53344)
client: sending b'FOO\n'...
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
@@ -48749,31 +48751,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', 47634)
+test_session (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 52870)
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', 44530)
+ server: new connection from ('127.0.0.1', 59466)
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', 59034)
+ server: new connection from ('127.0.0.1', 38222)
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', 45816)
+ server: new connection from ('127.0.0.1', 60248)
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', 36334)
+test_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 34518)
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', 36676)
+test_sni_callback (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 39202)
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', 42344)
+ server: new connection from ('127.0.0.1', 56802)
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', 36136)
+ server: new connection from ('127.0.0.1', 47810)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
server: selected protocol is now None
ok
@@ -48782,16 +48784,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', 37607):37607 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
- [09/May/2019 02:28:49] "GET /keycert.pem HTTP/1.1" 200 -
- client: read 4058 bytes from remote server '<HTTPSServerThread <HTTPSServer localhost.localdomain:37607>>'
+ server (('127.0.0.1', 38369):38369 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
+ [10/May/2019 01:19:20] "GET /keycert.pem HTTP/1.1" 200 -
+ client: read 4058 bytes from remote server '<HTTPSServerThread <HTTPSServer localhost.localdomain:38369>>'
stopping HTTPS server
joining HTTPS thread
ok
test_ssl_cert_verify_error (test.test_ssl.ThreadedTests) ...
- server: new connection from ('127.0.0.1', 42004)
+ server: new connection from ('127.0.0.1', 34590)
- server: bad connection attempt from ('127.0.0.1', 42004):
+ server: bad connection attempt from ('127.0.0.1', 34590):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48806,7 +48808,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', 49718)
+ server: new connection from ('127.0.0.1', 54924)
server: read b'msg 1' (unencrypted), sending back b'msg 1' (unencrypted)...
client: read b'msg 1' from server
client: sending b'MSG 2'...
@@ -48836,26 +48838,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', 38858)
+test_tls1_3 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 44952)
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', 38080)
- got channel binding data: b'Ue\xd3\xc6k\x9a\x12\xe9\xf4\xba\x7f\x0c\x06\xfd\x803T\x17\x15\x07l\xc9\x06\xbc:\x8a7\xd9L\x86\xc8\xacN#\xb9\xabh\xea\x1f\xd5 \x8e\x04\xc6\x81\x8bL\xf8'
+ server: new connection from ('127.0.0.1', 56270)
+ got channel binding data: b'\x1b-\xd0\x94\xc1\x81\xb0}?\x05\xf7\xc7\xe2\x06\xb2\x18,\x1aLmi-\xaaG]F\x02\xcbc\xc6z\xaen\xc1S\xd5a\x01a\x9a5\x818w\xf0\xa0X\x14'
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', 38082)
-got another channel binding data: b'\x038\x03\xcc\x98C\x9c\xafX\xf3\xad7\xab\xc7\xa7y\xa6\xb4\x8e|\xae\xdfeD\xf0\x983\xbdk\x0b\xa9\x81S\x0f`\x83\xc3\xb1\xcf\xd7O\x91\xd2\xcf\xaf\xdc\n\x82'
+ server: new connection from ('127.0.0.1', 56272)
+got another channel binding data: b'\xad\xf0\x19"\xaa\xe4\xd2\xf3\xfbW>\xdaJ\xbf:\t$Zh/\xd4\xfe\x13\x13\x0b\x00\t\xcbn\'_\xcc\xa6\xdd\xac\x03\xa5\xa1,\xd9\xc8\xc9\'\xcbY\x84\x80\x10'
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', 45388)
+Connecting when the server rejects the client's certificate ... server: new connection from ('127.0.0.1', 44330)
- server: bad connection attempt from ('127.0.0.1', 45388):
+ server: bad connection attempt from ('127.0.0.1', 44330):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48869,9 +48871,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', 44410)
+test_wrong_cert_tls13 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 46246)
- server: bad connection attempt from ('127.0.0.1', 44410):
+ server: bad connection attempt from ('127.0.0.1', 46246):
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_ssl.py", line 2214, in wrap_conn
self.sock, server_side=True)
@@ -48898,12 +48900,12 @@ PASS: test_pha_setter (test.test_ssl.TestPostHandshakeAuth)
----------------------------------------------------------------------
-Ran 150 tests in 5.176s
+Ran 150 tests in 4.757s
OK (skipped=10)
-0:20:15 load avg: 0.70 [314/416/1] test_startfile
+0:19:24 load avg: 0.73 [314/416/1] test_startfile
test_startfile skipped -- object <module 'os' from '/usr/lib/python3.7/os.py'> has no attribute 'startfile'
-0:20:16 load avg: 0.70 [315/416/1] test_stat -- test_startfile skipped
+0:19:24 load avg: 0.73 [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)
@@ -48921,10 +48923,10 @@ PASS: test_module_attributes (test.test_stat.TestFilemodePyStat)
----------------------------------------------------------------------
-Ran 14 tests in 0.008s
+Ran 14 tests in 0.004s
OK (skipped=2)
-0:20:16 load avg: 0.72 [316/416/1] test_statistics
+0:19:24 load avg: 0.73 [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)
@@ -49497,13 +49499,12 @@ PASS: Doctest: test.test_statistics.approx_equal
----------------------------------------------------------------------
-Ran 296 tests in 0.491s
+Ran 296 tests in 0.480s
OK
-0:20:17 load avg: 0.72 [317/416/1] test_strftime
-test_strftime (test.test_strftime.StrftimeTest) ... strftime test for Thu May 9 02:28:52 2019
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu May 09 02:28:52 2019, but got Thu May 9 02:28:52 2019
+0:19:25 load avg: 0.73 [317/416/1] test_strftime
+test_strftime (test.test_strftime.StrftimeTest) ... strftime test for Fri May 10 01:19:23 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)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -49518,7 +49519,7 @@ 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 Sun Jan 14 12:53:52 2018
+strftime test for Mon Jan 15 11:44:23 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)
@@ -49533,7 +49534,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 Jan 15 11:55:01 2018
+strftime test for Tue Jan 16 10:45:32 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)
@@ -49548,7 +49549,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 Jan 16 10:56:10 2018
+strftime test for Wed Jan 17 09:46:41 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)
@@ -49563,7 +49564,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 Jan 17 09:57:19 2018
+strftime test for Thu Jan 18 08:47:50 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)
@@ -49578,7 +49579,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 Jan 18 08:58:28 2018
+strftime test for Fri Jan 19 07:48:59 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)
@@ -49593,7 +49594,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 Jan 19 07:59:37 2018
+strftime test for Sat Jan 20 06:50:08 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)
@@ -49608,7 +49609,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 Jan 20 07:00:46 2018
+strftime test for Sun Jan 21 05:51:17 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)
@@ -49623,7 +49624,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 Jan 21 06:01:55 2018
+strftime test for Mon Jan 22 04:52:26 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)
@@ -49638,7 +49639,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 Jan 22 05:03:04 2018
+strftime test for Tue Jan 23 03:53:35 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)
@@ -49653,7 +49654,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 Jan 23 04:04:13 2018
+strftime test for Wed Jan 24 02:54:44 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)
@@ -49668,7 +49669,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 Jan 24 03:05:22 2018
+strftime test for Thu Jan 25 01:55:53 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 +49684,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 Jan 25 02:06:31 2018
+strftime test for Fri Jan 26 00:57:02 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 +49699,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 Jan 26 01:07:40 2018
+strftime test for Fri Jan 26 23:58:11 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 +49714,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 Jan 27 00:08:49 2018
+strftime test for Sat Jan 27 22:59:20 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 +49729,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 Jan 27 23:09:58 2018
+strftime test for Sun Jan 28 22:00:29 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 +49744,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 Jan 28 22:11:07 2018
+strftime test for Mon Jan 29 21:01:38 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 +49759,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 Jan 29 21:12:16 2018
+strftime test for Tue Jan 30 20:02:47 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 +49774,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 Jan 30 20:13:25 2018
+strftime test for Wed Jan 31 19:03:56 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,8 +49789,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 Jan 31 19:14:34 2018
-Supports nonstandard '%c' format (near-asctime() format)
+strftime test for Thu Feb 1 18:05:05 2018
+Conflict for nonstandard '%c' format (near-asctime() format):
+ Expected Thu Feb 01 18:05:05 2018, but got Thu Feb 1 18:05:05 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)
@@ -49803,9 +49805,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 1 18:15:43 2018
+strftime test for Fri Feb 2 17:06:14 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Feb 01 18:15:43 2018, but got Thu Feb 1 18:15:43 2018
+ Expected Fri Feb 02 17:06:14 2018, but got Fri Feb 2 17:06:14 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)
@@ -49819,9 +49821,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 Feb 2 17:16:52 2018
+strftime test for Sat Feb 3 16:07:23 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Feb 02 17:16:52 2018, but got Fri Feb 2 17:16:52 2018
+ Expected Sat Feb 03 16:07:23 2018, but got Sat Feb 3 16:07:23 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)
@@ -49835,9 +49837,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 16:18:01 2018
+strftime test for Sun Feb 4 15:08:32 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Feb 03 16:18:01 2018, but got Sat Feb 3 16:18:01 2018
+ Expected Sun Feb 04 15:08:32 2018, but got Sun Feb 4 15:08:32 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)
@@ -49851,9 +49853,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 15:19:10 2018
+strftime test for Mon Feb 5 14:09:41 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Feb 04 15:19:10 2018, but got Sun Feb 4 15:19:10 2018
+ Expected Mon Feb 05 14:09:41 2018, but got Mon Feb 5 14:09:41 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)
@@ -49867,9 +49869,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 14:20:19 2018
+strftime test for Tue Feb 6 13:10:50 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Feb 05 14:20:19 2018, but got Mon Feb 5 14:20:19 2018
+ Expected Tue Feb 06 13:10:50 2018, but got Tue Feb 6 13:10:50 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)
@@ -49883,9 +49885,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 13:21:28 2018
+strftime test for Wed Feb 7 12:11:59 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Feb 06 13:21:28 2018, but got Tue Feb 6 13:21:28 2018
+ Expected Wed Feb 07 12:11:59 2018, but got Wed Feb 7 12:11:59 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)
@@ -49899,7 +49901,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 Apr 20 10:48:52 2018
+strftime test for Sat Apr 21 09:39:23 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)
@@ -49914,7 +49916,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 Apr 21 09:50:01 2018
+strftime test for Sun Apr 22 08:40:32 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)
@@ -49929,7 +49931,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 Apr 22 08:51:10 2018
+strftime test for Mon Apr 23 07:41:41 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)
@@ -49944,7 +49946,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 Apr 23 07:52:19 2018
+strftime test for Tue Apr 24 06:42:50 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)
@@ -49959,7 +49961,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 Apr 24 06:53:28 2018
+strftime test for Wed Apr 25 05:43:59 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)
@@ -49974,7 +49976,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 Apr 25 05:54:37 2018
+strftime test for Thu Apr 26 04:45:08 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)
@@ -49989,7 +49991,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 Apr 26 04:55:46 2018
+strftime test for Fri Apr 27 03:46:17 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)
@@ -50004,7 +50006,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 Apr 27 03:56:55 2018
+strftime test for Sat Apr 28 02:47:26 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)
@@ -50019,7 +50021,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 Apr 28 02:58:04 2018
+strftime test for Sun Apr 29 01:48:35 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)
@@ -50034,7 +50036,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 Apr 29 01:59:13 2018
+strftime test for Mon Apr 30 00:49:44 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)
@@ -50049,7 +50051,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 Apr 30 01:00:22 2018
+strftime test for Mon Apr 30 23:50:53 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)
@@ -50064,9 +50066,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 May 1 00:01:31 2018
+strftime test for Tue May 1 22:52:02 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue May 01 00:01:31 2018, but got Tue May 1 00:01:31 2018
+ Expected Tue May 01 22:52:02 2018, but got Tue May 1 22:52:02 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)
@@ -50080,9 +50082,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 May 1 23:02:40 2018
+strftime test for Wed May 2 21:53:11 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue May 01 23:02:40 2018, but got Tue May 1 23:02:40 2018
+ Expected Wed May 02 21:53:11 2018, but got Wed May 2 21:53:11 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)
@@ -50096,9 +50098,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 2 22:03:49 2018
+strftime test for Thu May 3 20:54:20 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed May 02 22:03:49 2018, but got Wed May 2 22:03:49 2018
+ Expected Thu May 03 20:54:20 2018, but got Thu May 3 20:54:20 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)
@@ -50112,9 +50114,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 May 3 21:04:58 2018
+strftime test for Fri May 4 19:55:29 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu May 03 21:04:58 2018, but got Thu May 3 21:04:58 2018
+ Expected Fri May 04 19:55:29 2018, but got Fri May 4 19:55:29 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)
@@ -50128,9 +50130,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 May 4 20:06:07 2018
+strftime test for Sat May 5 18:56:38 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri May 04 20:06:07 2018, but got Fri May 4 20:06:07 2018
+ Expected Sat May 05 18:56:38 2018, but got Sat May 5 18:56:38 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)
@@ -50144,9 +50146,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 May 5 19:07:16 2018
+strftime test for Sun May 6 17:57:47 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat May 05 19:07:16 2018, but got Sat May 5 19:07:16 2018
+ Expected Sun May 06 17:57:47 2018, but got Sun May 6 17:57:47 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)
@@ -50160,9 +50162,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 May 6 18:08:25 2018
+strftime test for Mon May 7 16:58:56 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun May 06 18:08:25 2018, but got Sun May 6 18:08:25 2018
+ Expected Mon May 07 16:58:56 2018, but got Mon May 7 16:58:56 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)
@@ -50176,9 +50178,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 May 7 17:09:34 2018
+strftime test for Tue May 8 16:00:05 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon May 07 17:09:34 2018, but got Mon May 7 17:09:34 2018
+ Expected Tue May 08 16:00:05 2018, but got Tue May 8 16:00:05 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)
@@ -50192,9 +50194,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 May 8 16:10:43 2018
+strftime test for Wed May 9 15:01:14 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue May 08 16:10:43 2018, but got Tue May 8 16:10:43 2018
+ Expected Wed May 09 15:01:14 2018, but got Wed May 9 15:01:14 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)
@@ -50208,9 +50210,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 Wed May 9 15:11:52 2018
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed May 09 15:11:52 2018, but got Wed May 9 15:11:52 2018
+strftime test for Thu May 10 14:02:23 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)
@@ -50224,7 +50225,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 14:13:01 2018
+strftime test for Fri May 11 13:03:32 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 +50240,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 13:14:10 2018
+strftime test for Sat May 12 12:04:41 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 +50255,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 12:15:19 2018
+strftime test for Sun May 13 11:05:50 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,7 +50270,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 11:16:28 2018
+strftime test for Mon May 14 10:06:59 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)
@@ -50284,7 +50285,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 Jul 25 08:43:52 2018
+strftime test for Thu Jul 26 07:34:23 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)
@@ -50299,7 +50300,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 Jul 26 07:45:01 2018
+strftime test for Fri Jul 27 06:35:32 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)
@@ -50314,7 +50315,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 Jul 27 06:46:10 2018
+strftime test for Sat Jul 28 05:36:41 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)
@@ -50329,7 +50330,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 Jul 28 05:47:19 2018
+strftime test for Sun Jul 29 04:37:50 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)
@@ -50344,7 +50345,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 Jul 29 04:48:28 2018
+strftime test for Mon Jul 30 03:38:59 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)
@@ -50359,7 +50360,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 Jul 30 03:49:37 2018
+strftime test for Tue Jul 31 02:40:08 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)
@@ -50374,8 +50375,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 31 02:50:46 2018
-Supports nonstandard '%c' format (near-asctime() format)
+strftime test for Wed Aug 1 01:41:17 2018
+Conflict for nonstandard '%c' format (near-asctime() format):
+ Expected Wed Aug 01 01:41:17 2018, but got Wed Aug 1 01:41:17 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)
@@ -50389,9 +50391,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 Aug 1 01:51:55 2018
+strftime test for Thu Aug 2 00:42:26 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Aug 01 01:51:55 2018, but got Wed Aug 1 01:51:55 2018
+ Expected Thu Aug 02 00:42:26 2018, but got Thu Aug 2 00:42:26 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)
@@ -50405,9 +50407,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 Aug 2 00:53:04 2018
+strftime test for Thu Aug 2 23:43:35 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Aug 02 00:53:04 2018, but got Thu Aug 2 00:53:04 2018
+ Expected Thu Aug 02 23:43:35 2018, but got Thu Aug 2 23:43:35 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)
@@ -50421,9 +50423,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 Aug 2 23:54:13 2018
+strftime test for Fri Aug 3 22:44:44 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Aug 02 23:54:13 2018, but got Thu Aug 2 23:54:13 2018
+ Expected Fri Aug 03 22:44:44 2018, but got Fri Aug 3 22:44:44 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)
@@ -50437,9 +50439,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 Aug 3 22:55:22 2018
+strftime test for Sat Aug 4 21:45:53 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Aug 03 22:55:22 2018, but got Fri Aug 3 22:55:22 2018
+ Expected Sat Aug 04 21:45:53 2018, but got Sat Aug 4 21:45:53 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)
@@ -50453,9 +50455,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 Aug 4 21:56:31 2018
+strftime test for Sun Aug 5 20:47:02 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Aug 04 21:56:31 2018, but got Sat Aug 4 21:56:31 2018
+ Expected Sun Aug 05 20:47:02 2018, but got Sun Aug 5 20:47:02 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)
@@ -50469,9 +50471,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 Aug 5 20:57:40 2018
+strftime test for Mon Aug 6 19:48:11 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Aug 05 20:57:40 2018, but got Sun Aug 5 20:57:40 2018
+ Expected Mon Aug 06 19:48:11 2018, but got Mon Aug 6 19:48:11 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)
@@ -50485,9 +50487,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 Aug 6 19:58:49 2018
+strftime test for Tue Aug 7 18:49:20 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Aug 06 19:58:49 2018, but got Mon Aug 6 19:58:49 2018
+ Expected Tue Aug 07 18:49:20 2018, but got Tue Aug 7 18:49:20 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)
@@ -50501,9 +50503,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 Aug 7 18:59:58 2018
+strftime test for Wed Aug 8 17:50:29 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Aug 07 18:59:58 2018, but got Tue Aug 7 18:59:58 2018
+ Expected Wed Aug 08 17:50:29 2018, but got Wed Aug 8 17:50:29 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)
@@ -50517,9 +50519,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 Aug 8 18:01:07 2018
+strftime test for Thu Aug 9 16:51:38 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Aug 08 18:01:07 2018, but got Wed Aug 8 18:01:07 2018
+ Expected Thu Aug 09 16:51:38 2018, but got Thu Aug 9 16:51:38 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)
@@ -50533,9 +50535,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 Thu Aug 9 17:02:16 2018
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Aug 09 17:02:16 2018, but got Thu Aug 9 17:02:16 2018
+strftime test for Fri Aug 10 15:52:47 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)
@@ -50549,7 +50550,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 10 16:03:25 2018
+strftime test for Sat Aug 11 14:53:56 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)
@@ -50564,7 +50565,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 11 15:04:34 2018
+strftime test for Sun Aug 12 13:55:05 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)
@@ -50579,7 +50580,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 12 14:05:43 2018
+strftime test for Mon Aug 13 12:56:14 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)
@@ -50594,7 +50595,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 13:06:52 2018
+strftime test for Tue Aug 14 11:57:23 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)
@@ -50609,7 +50610,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 12:08:01 2018
+strftime test for Wed Aug 15 10:58:32 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)
@@ -50624,7 +50625,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 11:09:10 2018
+strftime test for Thu Aug 16 09:59:41 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)
@@ -50639,7 +50640,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 10:10:19 2018
+strftime test for Fri Aug 17 09:00:50 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)
@@ -50654,7 +50655,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 09:11:28 2018
+strftime test for Sat Aug 18 08:01:59 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)
@@ -50669,7 +50670,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 Oct 29 06:38:52 2018
+strftime test for Tue Oct 30 05:29:23 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)
@@ -50684,7 +50685,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 Oct 30 05:40:01 2018
+strftime test for Wed Oct 31 04:30:32 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)
@@ -50699,8 +50700,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 Oct 31 04:41:10 2018
-Supports nonstandard '%c' format (near-asctime() format)
+strftime test for Thu Nov 1 03:31:41 2018
+Conflict for nonstandard '%c' format (near-asctime() format):
+ Expected Thu Nov 01 03:31:41 2018, but got Thu Nov 1 03:31:41 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)
@@ -50714,9 +50716,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 Nov 1 03:42:19 2018
+strftime test for Fri Nov 2 02:32:50 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Nov 01 03:42:19 2018, but got Thu Nov 1 03:42:19 2018
+ Expected Fri Nov 02 02:32:50 2018, but got Fri Nov 2 02:32:50 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)
@@ -50730,9 +50732,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 Nov 2 02:43:28 2018
+strftime test for Sat Nov 3 01:33:59 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Nov 02 02:43:28 2018, but got Fri Nov 2 02:43:28 2018
+ Expected Sat Nov 03 01:33:59 2018, but got Sat Nov 3 01:33:59 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)
@@ -50746,9 +50748,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 Nov 3 01:44:37 2018
+strftime test for Sun Nov 4 00:35:08 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Nov 03 01:44:37 2018, but got Sat Nov 3 01:44:37 2018
+ Expected Sun Nov 04 00:35:08 2018, but got Sun Nov 4 00:35:08 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)
@@ -50762,9 +50764,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 Nov 4 00:45:46 2018
+strftime test for Sun Nov 4 23:36:17 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Nov 04 00:45:46 2018, but got Sun Nov 4 00:45:46 2018
+ Expected Sun Nov 04 23:36:17 2018, but got Sun Nov 4 23:36:17 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)
@@ -50778,9 +50780,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 Nov 4 23:46:55 2018
+strftime test for Mon Nov 5 22:37:26 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Nov 04 23:46:55 2018, but got Sun Nov 4 23:46:55 2018
+ Expected Mon Nov 05 22:37:26 2018, but got Mon Nov 5 22:37:26 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)
@@ -50794,9 +50796,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 Nov 5 22:48:04 2018
+strftime test for Tue Nov 6 21:38:35 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Nov 05 22:48:04 2018, but got Mon Nov 5 22:48:04 2018
+ Expected Tue Nov 06 21:38:35 2018, but got Tue Nov 6 21:38:35 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)
@@ -50810,9 +50812,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 Nov 6 21:49:13 2018
+strftime test for Wed Nov 7 20:39:44 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Nov 06 21:49:13 2018, but got Tue Nov 6 21:49:13 2018
+ Expected Wed Nov 07 20:39:44 2018, but got Wed Nov 7 20:39:44 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)
@@ -50826,9 +50828,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 Nov 7 20:50:22 2018
+strftime test for Thu Nov 8 19:40:53 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Nov 07 20:50:22 2018, but got Wed Nov 7 20:50:22 2018
+ Expected Thu Nov 08 19:40:53 2018, but got Thu Nov 8 19:40:53 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)
@@ -50842,9 +50844,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 Nov 8 19:51:31 2018
+strftime test for Fri Nov 9 18:42:02 2018
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Nov 08 19:51:31 2018, but got Thu Nov 8 19:51:31 2018
+ Expected Fri Nov 09 18:42:02 2018, but got Fri Nov 9 18:42:02 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)
@@ -50858,9 +50860,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 Nov 9 18:52:40 2018
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Nov 09 18:52:40 2018, but got Fri Nov 9 18:52:40 2018
+strftime test for Sat Nov 10 17:43:11 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)
@@ -50874,7 +50875,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 10 17:53:49 2018
+strftime test for Sun Nov 11 16:44:20 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)
@@ -50889,7 +50890,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 11 16:54:58 2018
+strftime test for Mon Nov 12 15:45:29 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)
@@ -50904,7 +50905,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 12 15:56:07 2018
+strftime test for Tue Nov 13 14:46:38 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)
@@ -50919,7 +50920,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 13 14:57:16 2018
+strftime test for Wed Nov 14 13:47:47 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)
@@ -50934,7 +50935,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 14 13:58:25 2018
+strftime test for Thu Nov 15 12:48:56 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)
@@ -50949,7 +50950,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 15 12:59:34 2018
+strftime test for Fri Nov 16 11:50:05 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)
@@ -50964,7 +50965,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 12:00:43 2018
+strftime test for Sat Nov 17 10:51:14 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)
@@ -50979,7 +50980,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 11:01:52 2018
+strftime test for Sun Nov 18 09:52:23 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)
@@ -50994,7 +50995,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 10:03:01 2018
+strftime test for Mon Nov 19 08:53:32 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)
@@ -51009,7 +51010,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 09:04:10 2018
+strftime test for Tue Nov 20 07:54:41 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)
@@ -51024,7 +51025,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 08:05:19 2018
+strftime test for Wed Nov 21 06:55:50 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)
@@ -51039,7 +51040,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 07:06:28 2018
+strftime test for Thu Nov 22 05:56:59 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)
@@ -51054,9 +51055,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 2 04:33:52 2019
+strftime test for Sun Feb 3 03:24:23 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Feb 02 04:33:52 2019, but got Sat Feb 2 04:33:52 2019
+ Expected Sun Feb 03 03:24:23 2019, but got Sun Feb 3 03:24:23 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)
@@ -51070,9 +51071,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 3 03:35:01 2019
+strftime test for Mon Feb 4 02:25:32 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Feb 03 03:35:01 2019, but got Sun Feb 3 03:35:01 2019
+ Expected Mon Feb 04 02:25:32 2019, but got Mon Feb 4 02:25:32 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)
@@ -51086,9 +51087,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 4 02:36:10 2019
+strftime test for Tue Feb 5 01:26:41 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Feb 04 02:36:10 2019, but got Mon Feb 4 02:36:10 2019
+ Expected Tue Feb 05 01:26:41 2019, but got Tue Feb 5 01:26:41 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)
@@ -51102,9 +51103,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 5 01:37:19 2019
+strftime test for Wed Feb 6 00:27:50 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Feb 05 01:37:19 2019, but got Tue Feb 5 01:37:19 2019
+ Expected Wed Feb 06 00:27:50 2019, but got Wed Feb 6 00:27:50 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)
@@ -51118,9 +51119,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 6 00:38:28 2019
+strftime test for Wed Feb 6 23:28:59 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Feb 06 00:38:28 2019, but got Wed Feb 6 00:38:28 2019
+ Expected Wed Feb 06 23:28:59 2019, but got Wed Feb 6 23:28:59 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)
@@ -51134,9 +51135,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 6 23:39:37 2019
+strftime test for Thu Feb 7 22:30:08 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Feb 06 23:39:37 2019, but got Wed Feb 6 23:39:37 2019
+ Expected Thu Feb 07 22:30:08 2019, but got Thu Feb 7 22:30:08 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)
@@ -51150,9 +51151,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 7 22:40:46 2019
+strftime test for Fri Feb 8 21:31:17 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Feb 07 22:40:46 2019, but got Thu Feb 7 22:40:46 2019
+ Expected Fri Feb 08 21:31:17 2019, but got Fri Feb 8 21:31:17 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)
@@ -51166,9 +51167,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 Feb 8 21:41:55 2019
+strftime test for Sat Feb 9 20:32:26 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Feb 08 21:41:55 2019, but got Fri Feb 8 21:41:55 2019
+ Expected Sat Feb 09 20:32:26 2019, but got Sat Feb 9 20:32:26 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)
@@ -51182,9 +51183,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 Sat Feb 9 20:43:04 2019
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Feb 09 20:43:04 2019, but got Sat Feb 9 20:43:04 2019
+strftime test for Sun Feb 10 19:33:35 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)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51198,7 +51198,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 10 19:44:13 2019
+strftime test for Mon Feb 11 18:34:44 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)
@@ -51213,7 +51213,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 11 18:45:22 2019
+strftime test for Tue Feb 12 17:35:53 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)
@@ -51228,7 +51228,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 12 17:46:31 2019
+strftime test for Wed Feb 13 16:37:02 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)
@@ -51243,7 +51243,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 13 16:47:40 2019
+strftime test for Thu Feb 14 15:38:11 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)
@@ -51258,7 +51258,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 14 15:48:49 2019
+strftime test for Fri Feb 15 14:39:20 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)
@@ -51273,7 +51273,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 15 14:49:58 2019
+strftime test for Sat Feb 16 13:40:29 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)
@@ -51288,7 +51288,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 16 13:51:07 2019
+strftime test for Sun Feb 17 12:41:38 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)
@@ -51303,7 +51303,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 17 12:52:16 2019
+strftime test for Mon Feb 18 11:42:47 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)
@@ -51318,7 +51318,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 18 11:53:25 2019
+strftime test for Tue Feb 19 10:43:56 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)
@@ -51333,7 +51333,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 19 10:54:34 2019
+strftime test for Wed Feb 20 09:45:05 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)
@@ -51348,7 +51348,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 09:55:43 2019
+strftime test for Thu Feb 21 08:46:14 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)
@@ -51363,7 +51363,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 08:56:52 2019
+strftime test for Fri Feb 22 07:47:23 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)
@@ -51378,7 +51378,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 07:58:01 2019
+strftime test for Sat Feb 23 06:48:32 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)
@@ -51393,7 +51393,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 06:59:10 2019
+strftime test for Sun Feb 24 05:49:41 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)
@@ -51408,7 +51408,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 06:00:19 2019
+strftime test for Mon Feb 25 04:50:50 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)
@@ -51423,7 +51423,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 05:01:28 2019
+strftime test for Tue Feb 26 03:51:59 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)
@@ -51438,9 +51438,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 Thu May 9 02:28:52 2019
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu May 09 02:28:52 2019, but got Thu May 9 02:28:52 2019
+strftime test for Fri May 10 01:19:23 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)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -51454,7 +51453,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 10 01:30:01 2019
+strftime test for Sat May 11 00:20:32 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)
@@ -51469,7 +51468,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 11 00:31:10 2019
+strftime test for Sat May 11 23:21:41 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)
@@ -51484,7 +51483,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 11 23:32:19 2019
+strftime test for Sun May 12 22:22:50 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)
@@ -51499,7 +51498,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 12 22:33:28 2019
+strftime test for Mon May 13 21:23:59 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)
@@ -51514,7 +51513,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 13 21:34:37 2019
+strftime test for Tue May 14 20:25:08 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)
@@ -51529,7 +51528,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 14 20:35:46 2019
+strftime test for Wed May 15 19:26:17 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)
@@ -51544,7 +51543,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 15 19:36:55 2019
+strftime test for Thu May 16 18:27:26 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)
@@ -51559,7 +51558,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 16 18:38:04 2019
+strftime test for Fri May 17 17:28:35 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)
@@ -51574,7 +51573,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 17 17:39:13 2019
+strftime test for Sat May 18 16:29:44 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)
@@ -51589,7 +51588,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 18 16:40:22 2019
+strftime test for Sun May 19 15:30:53 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)
@@ -51604,7 +51603,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 19 15:41:31 2019
+strftime test for Mon May 20 14:32:02 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)
@@ -51619,7 +51618,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 20 14:42:40 2019
+strftime test for Tue May 21 13:33:11 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)
@@ -51634,7 +51633,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 21 13:43:49 2019
+strftime test for Wed May 22 12:34:20 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)
@@ -51649,7 +51648,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 22 12:44:58 2019
+strftime test for Thu May 23 11:35:29 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)
@@ -51664,7 +51663,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 23 11:46:07 2019
+strftime test for Fri May 24 10:36:38 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)
@@ -51679,7 +51678,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 24 10:47:16 2019
+strftime test for Sat May 25 09:37:47 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)
@@ -51694,7 +51693,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 25 09:48:25 2019
+strftime test for Sun May 26 08:38:56 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)
@@ -51709,7 +51708,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 26 08:49:34 2019
+strftime test for Mon May 27 07:40:05 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)
@@ -51724,7 +51723,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 07:50:43 2019
+strftime test for Tue May 28 06:41:14 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)
@@ -51739,7 +51738,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 06:51:52 2019
+strftime test for Wed May 29 05:42:23 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)
@@ -51754,7 +51753,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 05:53:01 2019
+strftime test for Thu May 30 04:43:32 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)
@@ -51769,7 +51768,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 04:54:10 2019
+strftime test for Fri May 31 03:44:41 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)
@@ -51784,8 +51783,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 May 31 03:55:19 2019
-Supports nonstandard '%c' format (near-asctime() format)
+strftime test for Sat Jun 1 02:45:50 2019
+Conflict for nonstandard '%c' format (near-asctime() format):
+ Expected Sat Jun 01 02:45:50 2019, but got Sat Jun 1 02:45:50 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)
@@ -51799,9 +51799,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 02:56:28 2019
+strftime test for Sun Jun 2 01:46:59 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Jun 01 02:56:28 2019, but got Sat Jun 1 02:56:28 2019
+ Expected Sun Jun 02 01:46:59 2019, but got Sun Jun 2 01:46:59 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)
@@ -51815,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 Tue Aug 13 00:23:52 2019
+strftime test for Tue Aug 13 23:14:23 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)
@@ -51830,7 +51830,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 13 23:25:01 2019
+strftime test for Wed Aug 14 22:15:32 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)
@@ -51845,7 +51845,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 14 22:26:10 2019
+strftime test for Thu Aug 15 21:16:41 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)
@@ -51860,7 +51860,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 15 21:27:19 2019
+strftime test for Fri Aug 16 20:17:50 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)
@@ -51875,7 +51875,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 16 20:28:28 2019
+strftime test for Sat Aug 17 19:18:59 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)
@@ -51890,7 +51890,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 17 19:29:37 2019
+strftime test for Sun Aug 18 18:20:08 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)
@@ -51905,7 +51905,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 18 18:30:46 2019
+strftime test for Mon Aug 19 17:21:17 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)
@@ -51920,7 +51920,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 19 17:31:55 2019
+strftime test for Tue Aug 20 16:22:26 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)
@@ -51935,7 +51935,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 20 16:33:04 2019
+strftime test for Wed Aug 21 15:23:35 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)
@@ -51950,7 +51950,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 21 15:34:13 2019
+strftime test for Thu Aug 22 14:24:44 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)
@@ -51965,7 +51965,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 22 14:35:22 2019
+strftime test for Fri Aug 23 13:25:53 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)
@@ -51980,7 +51980,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 23 13:36:31 2019
+strftime test for Sat Aug 24 12:27:02 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)
@@ -51995,7 +51995,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 24 12:37:40 2019
+strftime test for Sun Aug 25 11:28:11 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)
@@ -52010,7 +52010,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 25 11:38:49 2019
+strftime test for Mon Aug 26 10:29:20 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)
@@ -52025,7 +52025,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 26 10:39:58 2019
+strftime test for Tue Aug 27 09:30:29 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)
@@ -52040,7 +52040,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 27 09:41:07 2019
+strftime test for Wed Aug 28 08:31:38 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)
@@ -52055,7 +52055,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 28 08:42:16 2019
+strftime test for Thu Aug 29 07:32:47 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)
@@ -52070,7 +52070,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 29 07:43:25 2019
+strftime test for Fri Aug 30 06:33:56 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)
@@ -52085,7 +52085,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 30 06:44:34 2019
+strftime test for Sat Aug 31 05:35:05 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)
@@ -52100,8 +52100,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 Aug 31 05:45:43 2019
-Supports nonstandard '%c' format (near-asctime() format)
+strftime test for Sun Sep 1 04:36:14 2019
+Conflict for nonstandard '%c' format (near-asctime() format):
+ Expected Sun Sep 01 04:36:14 2019, but got Sun Sep 1 04:36:14 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)
@@ -52115,9 +52116,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 04:46:52 2019
+strftime test for Mon Sep 2 03:37:23 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Sep 01 04:46:52 2019, but got Sun Sep 1 04:46:52 2019
+ Expected Mon Sep 02 03:37:23 2019, but got Mon Sep 2 03:37:23 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)
@@ -52131,9 +52132,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 03:48:01 2019
+strftime test for Tue Sep 3 02:38:32 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Sep 02 03:48:01 2019, but got Mon Sep 2 03:48:01 2019
+ Expected Tue Sep 03 02:38:32 2019, but got Tue Sep 3 02:38:32 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)
@@ -52147,9 +52148,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 02:49:10 2019
+strftime test for Wed Sep 4 01:39:41 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Sep 03 02:49:10 2019, but got Tue Sep 3 02:49:10 2019
+ Expected Wed Sep 04 01:39:41 2019, but got Wed Sep 4 01:39:41 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)
@@ -52163,9 +52164,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 01:50:19 2019
+strftime test for Thu Sep 5 00:40:50 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Sep 04 01:50:19 2019, but got Wed Sep 4 01:50:19 2019
+ Expected Thu Sep 05 00:40:50 2019, but got Thu Sep 5 00:40:50 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)
@@ -52179,9 +52180,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 00:51:28 2019
+strftime test for Thu Sep 5 23:41:59 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Sep 05 00:51:28 2019, but got Thu Sep 5 00:51:28 2019
+ Expected Thu Sep 05 23:41:59 2019, but got Thu Sep 5 23:41:59 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)
@@ -52195,7 +52196,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 16 22:18:52 2019
+strftime test for Sun Nov 17 21:09:23 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)
@@ -52210,7 +52211,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 17 21:20:01 2019
+strftime test for Mon Nov 18 20:10:32 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)
@@ -52225,7 +52226,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 18 20:21:10 2019
+strftime test for Tue Nov 19 19:11:41 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)
@@ -52240,7 +52241,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 19 19:22:19 2019
+strftime test for Wed Nov 20 18:12:50 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)
@@ -52255,7 +52256,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 20 18:23:28 2019
+strftime test for Thu Nov 21 17:13:59 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)
@@ -52270,7 +52271,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 21 17:24:37 2019
+strftime test for Fri Nov 22 16:15:08 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)
@@ -52285,7 +52286,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 22 16:25:46 2019
+strftime test for Sat Nov 23 15:16:17 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)
@@ -52300,7 +52301,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 23 15:26:55 2019
+strftime test for Sun Nov 24 14:17:26 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)
@@ -52315,7 +52316,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 24 14:28:04 2019
+strftime test for Mon Nov 25 13:18:35 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)
@@ -52330,7 +52331,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 25 13:29:13 2019
+strftime test for Tue Nov 26 12:19:44 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)
@@ -52345,7 +52346,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 26 12:30:22 2019
+strftime test for Wed Nov 27 11:20:53 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)
@@ -52360,7 +52361,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 27 11:31:31 2019
+strftime test for Thu Nov 28 10:22:02 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)
@@ -52375,7 +52376,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 28 10:32:40 2019
+strftime test for Fri Nov 29 09:23:11 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)
@@ -52390,7 +52391,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 29 09:33:49 2019
+strftime test for Sat Nov 30 08:24:20 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)
@@ -52405,8 +52406,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 Nov 30 08:34:58 2019
-Supports nonstandard '%c' format (near-asctime() format)
+strftime test for Sun Dec 1 07:25:29 2019
+Conflict for nonstandard '%c' format (near-asctime() format):
+ Expected Sun Dec 01 07:25:29 2019, but got Sun Dec 1 07:25:29 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)
@@ -52420,9 +52422,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 1 07:36:07 2019
+strftime test for Mon Dec 2 06:26:38 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Dec 01 07:36:07 2019, but got Sun Dec 1 07:36:07 2019
+ Expected Mon Dec 02 06:26:38 2019, but got Mon Dec 2 06:26:38 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)
@@ -52436,9 +52438,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 2 06:37:16 2019
+strftime test for Tue Dec 3 05:27:47 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Dec 02 06:37:16 2019, but got Mon Dec 2 06:37:16 2019
+ Expected Tue Dec 03 05:27:47 2019, but got Tue Dec 3 05:27:47 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)
@@ -52452,9 +52454,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 3 05:38:25 2019
+strftime test for Wed Dec 4 04:28:56 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Dec 03 05:38:25 2019, but got Tue Dec 3 05:38:25 2019
+ Expected Wed Dec 04 04:28:56 2019, but got Wed Dec 4 04:28:56 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)
@@ -52468,9 +52470,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 4 04:39:34 2019
+strftime test for Thu Dec 5 03:30:05 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Dec 04 04:39:34 2019, but got Wed Dec 4 04:39:34 2019
+ Expected Thu Dec 05 03:30:05 2019, but got Thu Dec 5 03:30:05 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)
@@ -52484,9 +52486,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 03:40:43 2019
+strftime test for Fri Dec 6 02:31:14 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Dec 05 03:40:43 2019, but got Thu Dec 5 03:40:43 2019
+ Expected Fri Dec 06 02:31:14 2019, but got Fri Dec 6 02:31:14 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)
@@ -52500,9 +52502,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 02:41:52 2019
+strftime test for Sat Dec 7 01:32:23 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Dec 06 02:41:52 2019, but got Fri Dec 6 02:41:52 2019
+ Expected Sat Dec 07 01:32:23 2019, but got Sat Dec 7 01:32:23 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)
@@ -52516,9 +52518,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 01:43:01 2019
+strftime test for Sun Dec 8 00:33:32 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Dec 07 01:43:01 2019, but got Sat Dec 7 01:43:01 2019
+ Expected Sun Dec 08 00:33:32 2019, but got Sun Dec 8 00:33:32 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)
@@ -52532,9 +52534,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 00:44:10 2019
+strftime test for Sun Dec 8 23:34:41 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Dec 08 00:44:10 2019, but got Sun Dec 8 00:44:10 2019
+ Expected Sun Dec 08 23:34:41 2019, but got Sun Dec 8 23:34:41 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)
@@ -52548,9 +52550,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 23:45:19 2019
+strftime test for Mon Dec 9 22:35:50 2019
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Dec 08 23:45:19 2019, but got Sun Dec 8 23:45:19 2019
+ Expected Mon Dec 09 22:35:50 2019, but got Mon Dec 9 22:35:50 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)
@@ -52564,9 +52566,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 Mon Dec 9 22:46:28 2019
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Dec 09 22:46:28 2019, but got Mon Dec 9 22:46:28 2019
+strftime test for Tue Dec 10 21:36:59 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)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -52580,7 +52581,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 20 20:13:52 2020
+strftime test for Fri Feb 21 19:04:23 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)
@@ -52595,7 +52596,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 21 19:15:01 2020
+strftime test for Sat Feb 22 18:05:32 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)
@@ -52610,7 +52611,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 22 18:16:10 2020
+strftime test for Sun Feb 23 17:06:41 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)
@@ -52625,7 +52626,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 23 17:17:19 2020
+strftime test for Mon Feb 24 16:07:50 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)
@@ -52640,7 +52641,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 24 16:18:28 2020
+strftime test for Tue Feb 25 15:08:59 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)
@@ -52655,7 +52656,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 25 15:19:37 2020
+strftime test for Wed Feb 26 14:10:08 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)
@@ -52670,7 +52671,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 26 14:20:46 2020
+strftime test for Thu Feb 27 13:11:17 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)
@@ -52685,7 +52686,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 27 13:21:55 2020
+strftime test for Fri Feb 28 12:12:26 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)
@@ -52700,7 +52701,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 28 12:23:04 2020
+strftime test for Sat Feb 29 11:13:35 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)
@@ -52715,8 +52716,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 29 11:24:13 2020
-Supports nonstandard '%c' format (near-asctime() format)
+strftime test for Sun Mar 1 10:14:44 2020
+Conflict for nonstandard '%c' format (near-asctime() format):
+ Expected Sun Mar 01 10:14:44 2020, but got Sun Mar 1 10:14:44 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)
@@ -52730,9 +52732,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 1 10:25:22 2020
+strftime test for Mon Mar 2 09:15:53 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Mar 01 10:25:22 2020, but got Sun Mar 1 10:25:22 2020
+ Expected Mon Mar 02 09:15:53 2020, but got Mon Mar 2 09:15:53 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)
@@ -52746,9 +52748,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 2 09:26:31 2020
+strftime test for Tue Mar 3 08:17:02 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Mar 02 09:26:31 2020, but got Mon Mar 2 09:26:31 2020
+ Expected Tue Mar 03 08:17:02 2020, but got Tue Mar 3 08:17:02 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)
@@ -52762,9 +52764,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 3 08:27:40 2020
+strftime test for Wed Mar 4 07:18:11 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Mar 03 08:27:40 2020, but got Tue Mar 3 08:27:40 2020
+ Expected Wed Mar 04 07:18:11 2020, but got Wed Mar 4 07:18:11 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)
@@ -52778,9 +52780,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 4 07:28:49 2020
+strftime test for Thu Mar 5 06:19:20 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Mar 04 07:28:49 2020, but got Wed Mar 4 07:28:49 2020
+ Expected Thu Mar 05 06:19:20 2020, but got Thu Mar 5 06:19:20 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)
@@ -52794,9 +52796,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 5 06:29:58 2020
+strftime test for Fri Mar 6 05:20:29 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Mar 05 06:29:58 2020, but got Thu Mar 5 06:29:58 2020
+ Expected Fri Mar 06 05:20:29 2020, but got Fri Mar 6 05:20:29 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)
@@ -52810,9 +52812,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 6 05:31:07 2020
+strftime test for Sat Mar 7 04:21:38 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Mar 06 05:31:07 2020, but got Fri Mar 6 05:31:07 2020
+ Expected Sat Mar 07 04:21:38 2020, but got Sat Mar 7 04:21:38 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)
@@ -52826,9 +52828,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 7 04:32:16 2020
+strftime test for Sun Mar 8 03:22:47 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Mar 07 04:32:16 2020, but got Sat Mar 7 04:32:16 2020
+ Expected Sun Mar 08 03:22:47 2020, but got Sun Mar 8 03:22:47 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)
@@ -52842,9 +52844,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 8 03:33:25 2020
+strftime test for Mon Mar 9 02:23:56 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Mar 08 03:33:25 2020, but got Sun Mar 8 03:33:25 2020
+ Expected Mon Mar 09 02:23:56 2020, but got Mon Mar 9 02:23:56 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)
@@ -52858,9 +52860,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 Mon Mar 9 02:34:34 2020
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Mar 09 02:34:34 2020, but got Mon Mar 9 02:34:34 2020
+strftime test for Tue Mar 10 01:25:05 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)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -52874,7 +52875,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 01:35:43 2020
+strftime test for Wed Mar 11 00:26:14 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)
@@ -52889,7 +52890,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 00:36:52 2020
+strftime test for Wed Mar 11 23:27:23 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)
@@ -52904,7 +52905,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 23:38:01 2020
+strftime test for Thu Mar 12 22:28:32 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)
@@ -52919,7 +52920,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 22:39:10 2020
+strftime test for Fri Mar 13 21:29:41 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)
@@ -52934,7 +52935,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 21:40:19 2020
+strftime test for Sat Mar 14 20:30:50 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)
@@ -52949,7 +52950,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 20:41:28 2020
+strftime test for Sun Mar 15 19:31:59 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)
@@ -52964,7 +52965,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 26 18:08:52 2020
+strftime test for Wed May 27 16:59:23 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)
@@ -52979,7 +52980,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 27 17:10:01 2020
+strftime test for Thu May 28 16:00:32 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)
@@ -52994,7 +52995,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 28 16:11:10 2020
+strftime test for Fri May 29 15:01:41 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)
@@ -53009,7 +53010,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 29 15:12:19 2020
+strftime test for Sat May 30 14:02:50 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)
@@ -53024,7 +53025,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 30 14:13:28 2020
+strftime test for Sun May 31 13:03:59 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)
@@ -53039,8 +53040,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 May 31 13:14:37 2020
-Supports nonstandard '%c' format (near-asctime() format)
+strftime test for Mon Jun 1 12:05:08 2020
+Conflict for nonstandard '%c' format (near-asctime() format):
+ Expected Mon Jun 01 12:05:08 2020, but got Mon Jun 1 12:05:08 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)
@@ -53054,9 +53056,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 1 12:15:46 2020
+strftime test for Tue Jun 2 11:06:17 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Jun 01 12:15:46 2020, but got Mon Jun 1 12:15:46 2020
+ Expected Tue Jun 02 11:06:17 2020, but got Tue Jun 2 11:06:17 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)
@@ -53070,9 +53072,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 2 11:16:55 2020
+strftime test for Wed Jun 3 10:07:26 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Jun 02 11:16:55 2020, but got Tue Jun 2 11:16:55 2020
+ Expected Wed Jun 03 10:07:26 2020, but got Wed Jun 3 10:07:26 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)
@@ -53086,9 +53088,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 3 10:18:04 2020
+strftime test for Thu Jun 4 09:08:35 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Wed Jun 03 10:18:04 2020, but got Wed Jun 3 10:18:04 2020
+ Expected Thu Jun 04 09:08:35 2020, but got Thu Jun 4 09:08:35 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)
@@ -53102,9 +53104,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 4 09:19:13 2020
+strftime test for Fri Jun 5 08:09:44 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Thu Jun 04 09:19:13 2020, but got Thu Jun 4 09:19:13 2020
+ Expected Fri Jun 05 08:09:44 2020, but got Fri Jun 5 08:09:44 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)
@@ -53118,9 +53120,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 5 08:20:22 2020
+strftime test for Sat Jun 6 07:10:53 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Fri Jun 05 08:20:22 2020, but got Fri Jun 5 08:20:22 2020
+ Expected Sat Jun 06 07:10:53 2020, but got Sat Jun 6 07:10:53 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)
@@ -53134,9 +53136,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 6 07:21:31 2020
+strftime test for Sun Jun 7 06:12:02 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sat Jun 06 07:21:31 2020, but got Sat Jun 6 07:21:31 2020
+ Expected Sun Jun 07 06:12:02 2020, but got Sun Jun 7 06:12:02 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)
@@ -53150,9 +53152,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 7 06:22:40 2020
+strftime test for Mon Jun 8 05:13:11 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Sun Jun 07 06:22:40 2020, but got Sun Jun 7 06:22:40 2020
+ Expected Mon Jun 08 05:13:11 2020, but got Mon Jun 8 05:13:11 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)
@@ -53166,9 +53168,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 8 05:23:49 2020
+strftime test for Tue Jun 9 04:14:20 2020
Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Mon Jun 08 05:23:49 2020, but got Mon Jun 8 05:23:49 2020
+ Expected Tue Jun 09 04:14:20 2020, but got Tue Jun 9 04:14:20 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)
@@ -53182,9 +53184,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 Tue Jun 9 04:24:58 2020
-Conflict for nonstandard '%c' format (near-asctime() format):
- Expected Tue Jun 09 04:24:58 2020, but got Tue Jun 9 04:24:58 2020
+strftime test for Wed Jun 10 03:15:29 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)
Supports nonstandard '%D' format (mm/dd/yy)
@@ -53198,7 +53199,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 10 03:26:07 2020
+strftime test for Thu Jun 11 02:16:38 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)
@@ -53213,7 +53214,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 11 02:27:16 2020
+strftime test for Fri Jun 12 01:17:47 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)
@@ -53228,7 +53229,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 12 01:28:25 2020
+strftime test for Sat Jun 13 00:18:56 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)
@@ -53243,7 +53244,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 13 00:29:34 2020
+strftime test for Sat Jun 13 23:20:05 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)
@@ -53258,7 +53259,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 13 23:30:43 2020
+strftime test for Sun Jun 14 22:21:14 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)
@@ -53273,7 +53274,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 22:31:52 2020
+strftime test for Mon Jun 15 21:22:23 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)
@@ -53288,7 +53289,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 21:33:01 2020
+strftime test for Tue Jun 16 20:23:32 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)
@@ -53303,7 +53304,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 20:34:10 2020
+strftime test for Wed Jun 17 19:24:41 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)
@@ -53318,7 +53319,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 19:35:19 2020
+strftime test for Thu Jun 18 18:25:50 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)
@@ -53333,7 +53334,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 18:36:28 2020
+strftime test for Fri Jun 19 17:26:59 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)
@@ -53355,10 +53356,10 @@ PASS: test_y_before_1900 (test.test_strftime.Y1900Tests)
----------------------------------------------------------------------
-Ran 4 tests in 0.434s
+Ran 4 tests in 0.401s
OK
-0:20:18 load avg: 0.72 [318/416/1] test_string
+0:19:26 load avg: 0.75 [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)
@@ -53398,10 +53399,10 @@ PASS: test_unicode_values (test.test_string.TestTemplate)
----------------------------------------------------------------------
-Ran 36 tests in 0.015s
+Ran 36 tests in 0.016s
OK
-0:20:18 load avg: 0.72 [319/416/1] test_string_literals
+0:19:26 load avg: 0.75 [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)
@@ -53421,10 +53422,10 @@ PASS: test_template (test.test_string_literals.TestLiterals)
----------------------------------------------------------------------
-Ran 16 tests in 0.244s
+Ran 16 tests in 0.308s
OK
-0:20:19 load avg: 0.72 [320/416/1] test_stringprep
+0:19:27 load avg: 0.75 [320/416/1] test_stringprep
PASS: test (test.test_stringprep.StringprepTests)
----------------------------------------------------------------------
@@ -53432,7 +53433,7 @@ PASS: test (test.test_stringprep.StringprepTests)
Ran 1 test in 0.000s
OK
-0:20:19 load avg: 0.72 [321/416/1] test_strptime
+0:19:27 load avg: 0.75 [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)
@@ -53487,10 +53488,10 @@ PASS: test_basic (test.test_strptime.getlang_Tests)
----------------------------------------------------------------------
-Ran 51 tests in 0.062s
+Ran 51 tests in 0.071s
OK (skipped=1)
-0:20:20 load avg: 0.72 [322/416/1] test_strtod
+0:19:28 load avg: 0.75 [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)
@@ -53503,10 +53504,10 @@ PASS: test_underflow_boundary (test.test_strtod.StrtodTests)
----------------------------------------------------------------------
-Ran 9 tests in 0.657s
+Ran 9 tests in 0.693s
OK (skipped=1)
-0:20:21 load avg: 0.72 [323/416/1] test_struct
+0:19:29 load avg: 0.75 [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)
@@ -53540,10 +53541,10 @@ PASS: test_module_func (test.test_struct.UnpackIteratorTest)
----------------------------------------------------------------------
-Ran 30 tests in 0.327s
+Ran 30 tests in 0.394s
OK
-0:20:22 load avg: 0.74 [324/416/1] test_structmembers
+0:19:29 load avg: 0.75 [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)
@@ -53565,7 +53566,7 @@ PASS: test_ushort_max (test.test_structmembers.TestWarnings)
Ran 15 tests in 0.003s
OK
-0:20:22 load avg: 0.74 [325/416/1] test_structseq
+0:19:29 load avg: 0.75 [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)
@@ -53584,7 +53585,7 @@ PASS: test_tuple (test.test_structseq.StructSeqTest)
Ran 12 tests in 0.005s
OK
-0:20:23 load avg: 0.74 [326/416/1] test_subclassinit
+0:19:30 load avg: 0.75 [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)
@@ -53605,10 +53606,10 @@ PASS: test_type (test.test_subclassinit.Test)
----------------------------------------------------------------------
-Ran 17 tests in 0.004s
+Ran 17 tests in 0.005s
OK
-0:20:23 load avg: 0.74 [327/416/1] test_subprocess
+0:19:30 load avg: 0.75 [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'
@@ -53916,10 +53917,10 @@ SKIP: test_terminate_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows s
----------------------------------------------------------------------
-Ran 286 tests in 39.942s
+Ran 286 tests in 35.933s
OK (skipped=29)
-0:21:03 load avg: 0.68 [328/416/1] test_sunau -- test_subprocess passed in 40 sec 367 ms
+0:20:06 load avg: 0.88 [328/416/1] test_sunau -- test_subprocess passed in 36 sec 231 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)
@@ -54029,18 +54030,18 @@ PASS: test_write_params (test.test_sunau.SunauULAWTest)
----------------------------------------------------------------------
-Ran 106 tests in 0.057s
+Ran 106 tests in 0.050s
OK
-0:21:04 load avg: 0.68 [329/416/1] test_sundry
+0:20:07 load avg: 0.88 [329/416/1] test_sundry
PASS: test_untested_modules_can_be_imported (test.test_sundry.TestUntestedModules)
----------------------------------------------------------------------
-Ran 1 test in 0.016s
+Ran 1 test in 0.028s
OK
-0:21:04 load avg: 0.68 [330/416/1] test_super
+0:20:08 load avg: 0.88 [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)
@@ -54065,10 +54066,10 @@ PASS: test_various___class___pathologies (test.test_super.TestSuper)
----------------------------------------------------------------------
-Ran 21 tests in 0.005s
+Ran 21 tests in 0.008s
OK
-0:21:05 load avg: 0.68 [331/416/1] test_symbol
+0:20:08 load avg: 0.88 [331/416/1] test_symbol
SKIP: test_real_grammar_and_symbol_file (test.test_symbol.TestSymbolGeneration) 'test only works from source build directory'
----------------------------------------------------------------------
@@ -54076,7 +54077,7 @@ SKIP: test_real_grammar_and_symbol_file (test.test_symbol.TestSymbolGeneration)
Ran 1 test in 0.000s
OK (skipped=1)
-0:21:05 load avg: 0.68 [332/416/1] test_symtable
+0:20:09 load avg: 0.88 [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)
@@ -54104,7 +54105,7 @@ PASS: test_type (test.test_symtable.SymtableTest)
Ran 21 tests in 0.007s
OK
-0:21:05 load avg: 0.68 [333/416/1] test_syntax
+0:20:09 load avg: 0.88 [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)
@@ -54832,7 +54833,7 @@ ok
80 passed and 0 failed.
Test passed.
doctest (test.test_syntax) ... 80 tests with zero failures
-0:21:06 load avg: 0.68 [334/416/1] test_sys
+0:20:09 load avg: 0.88 [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)
@@ -54884,10 +54885,10 @@ PASS: test_slots (test.test_sys.SizeofTest)
----------------------------------------------------------------------
-Ran 48 tests in 1.100s
+Ran 48 tests in 0.953s
OK (skipped=4)
-0:21:07 load avg: 0.70 [335/416/1] test_sys_setprofile
+0:20:11 load avg: 0.89 [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)
@@ -54912,10 +54913,10 @@ PASS: test_setget (test.test_sys_setprofile.TestGetProfile)
----------------------------------------------------------------------
-Ran 21 tests in 0.004s
+Ran 21 tests in 0.006s
OK
-0:21:08 load avg: 0.70 [336/416/1] test_sys_settrace
+0:20:11 load avg: 0.89 [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)
@@ -55061,10 +55062,10 @@ PASS: test_set_and_retrieve_none (test.test_sys_settrace.TraceTestCase)
----------------------------------------------------------------------
-Ran 136 tests in 0.153s
+Ran 136 tests in 0.128s
OK
-0:21:08 load avg: 0.70 [337/416/1] test_sysconfig
+0:20:11 load avg: 0.89 [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)
@@ -55089,10 +55090,10 @@ PASS: test_user_similar (test.test_sysconfig.TestSysConfig)
----------------------------------------------------------------------
-Ran 21 tests in 0.075s
+Ran 21 tests in 0.061s
OK (skipped=2)
-0:21:09 load avg: 0.70 [338/416/1] test_syslog
+0:20:12 load avg: 0.89 [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)
@@ -55106,7 +55107,7 @@ PASS: test_syslog (test.test_syslog.Test)
Ran 7 tests in 0.001s
OK
-0:21:09 load avg: 0.70 [339/416/1] test_tarfile
+0:20:12 load avg: 0.89 [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)
@@ -55563,12 +55564,12 @@ PASS: test_tar_size (test.test_tarfile.WriteTest)
----------------------------------------------------------------------
-Ran 453 tests in 8.218s
+Ran 453 tests in 7.591s
OK (skipped=8)
-0:21:18 load avg: 0.75 [340/416/1] test_tcl
+0:20:20 load avg: 0.90 [340/416/1] test_tcl
test_tcl skipped -- No module named '_tkinter'
-0:21:18 load avg: 0.75 [341/416/1] test_telnetlib -- test_tcl skipped
+0:20:21 load avg: 0.91 [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)
@@ -55591,10 +55592,10 @@ PASS: test_write (test.test_telnetlib.WriteTests)
----------------------------------------------------------------------
-Ran 19 tests in 0.014s
+Ran 19 tests in 0.015s
OK
-0:21:18 load avg: 0.75 [342/416/1] test_tempfile
+0:20:21 load avg: 0.91 [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)
@@ -55685,10 +55686,10 @@ PASS: test_no_leak_fd (test.test_tempfile.TestTemporaryFile)
----------------------------------------------------------------------
-Ran 87 tests in 0.739s
+Ran 87 tests in 0.728s
OK (skipped=3)
-0:21:20 load avg: 0.75 [343/416/1] test_textwrap
+0:20:22 load avg: 0.91 [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)
@@ -55754,10 +55755,10 @@ PASS: test_wrap_short_1line (test.test_textwrap.WrapTestCase)
----------------------------------------------------------------------
-Ran 62 tests in 0.017s
+Ran 62 tests in 0.022s
OK
-0:21:20 load avg: 0.75 [344/416/1] test_thread
+0:20:23 load avg: 0.91 [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
@@ -55895,10 +55896,10 @@ 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 7 done
-task 8 done
-task 9 done
task 10 done
+task 9 done
+task 8 done
+task 7 done
task 6 done
task 5 done
task 4 done
@@ -55920,18 +55921,18 @@ creating task 10
waiting for all tasks to complete
task 6 will run for 70us
task 7 will run for 9us
-task 10 will run for 52us
-task 8 will run for 81us
-task 9 will run for 19us
+task 8 will run for 52us
+task 9 will run for 81us
+task 10 will run for 19us
task 5 will run for 34us
task 4 will run for 77us
task 3 will run for 34us
task 2 will run for 91us
task 1 will run for 5us
task 8 done
-task 10 done
task 9 done
task 7 done
+task 10 done
task 6 done
task 5 done
task 4 done
@@ -55978,49 +55979,49 @@ ok
----------------------------------------------------------------------
-Ran 23 tests in 1.228s
+Ran 23 tests in 0.987s
OK
-0:21:22 load avg: 0.77 [345/416/1] test_threaded_import
+0:20:24 load avg: 0.91 [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 ... 39.7 ms OK.
-Trying 50 threads ... 31.4 ms OK.
-Trying 20 threads ... 27.4 ms OK.
-Trying 50 threads ... 31.4 ms OK.
-Trying 20 threads ... 27.2 ms OK.
-Trying 50 threads ... 31.0 ms OK.
-ok
-test_parallel_module_init (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 5.6 ms OK.
-Trying 50 threads ... 8.2 ms OK.
-Trying 20 threads ... 4.5 ms OK.
-Trying 50 threads ... 8.0 ms OK.
-Trying 20 threads ... 4.2 ms OK.
-Trying 50 threads ... 7.6 ms OK.
-ok
-test_parallel_path_hooks (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 38.6 ms OK.
-Trying 50 threads ... 7.8 ms OK.
+test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 25.8 ms OK.
+Trying 50 threads ... 26.4 ms OK.
+Trying 20 threads ... 24.2 ms OK.
+Trying 50 threads ... 26.0 ms OK.
+Trying 20 threads ... 23.8 ms OK.
+Trying 50 threads ... 25.9 ms OK.
+ok
+test_parallel_module_init (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 3.2 ms OK.
+Trying 50 threads ... 5.0 ms OK.
+Trying 20 threads ... 2.7 ms OK.
+Trying 50 threads ... 5.1 ms OK.
+Trying 20 threads ... 2.6 ms OK.
+Trying 50 threads ... 5.2 ms OK.
+ok
+test_parallel_path_hooks (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 36.2 ms OK.
+Trying 50 threads ... 5.2 ms OK.
+Trying 20 threads ... 3.0 ms OK.
+Trying 50 threads ... 5.4 ms OK.
Trying 20 threads ... 4.1 ms OK.
-Trying 50 threads ... 7.6 ms OK.
-Trying 20 threads ... 4.0 ms OK.
-Trying 50 threads ... 9.1 ms OK.
+Trying 50 threads ... 7.5 ms OK.
ok
PASS: test_side_effect_import (test.test_threaded_import.ThreadedImportTests)
----------------------------------------------------------------------
-Ran 6 tests in 0.833s
+Ran 6 tests in 0.997s
OK
-0:21:23 load avg: 0.77 [346/416/1] test_threadedtempfile
+0:20:26 load avg: 0.91 [346/416/1] test_threadedtempfile
PASS: test_main (test.test_threadedtempfile.ThreadedTempFileTest)
----------------------------------------------------------------------
-Ran 1 test in 0.088s
+Ran 1 test in 0.089s
OK
-0:21:23 load avg: 0.77 [347/416/1] test_threading
+0:20:26 load avg: 0.91 [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)
@@ -56178,11 +56179,11 @@ 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 0> done
<thread 0> is finished. 2 tasks are running
task <thread 1> done
<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
@@ -56225,6 +56226,7 @@ task <thread 2> will run for 57.7 usec
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
@@ -56234,7 +56236,6 @@ task <thread 2> done
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
@@ -56264,41 +56265,41 @@ task <thread 0> will run for 98.7 usec
1 tasks are running
task <thread 1> will run for 30.0 usec
2 tasks are running
+task <thread 0> done
+<thread 0> is finished. 1 tasks are running
task <thread 2> will run for 44.1 usec
-3 tasks are running
+2 tasks are running
task <thread 3> will run for 0.2 usec
+3 tasks are running
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 7> will run for 94.9 usec
-task <thread 0> done
-<thread 0> is finished. 2 tasks are running
-3 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 1> done
<thread 1> is finished. 2 tasks are running
task <thread 2> done
<thread 2> is finished. 1 tasks are running
+task <thread 3> done
+<thread 3> is finished. 0 tasks are running
+1 tasks are running
2 tasks are running
3 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 3> done
-<thread 3> is finished. 2 tasks are running
+task <thread 6> done
+<thread 6> is finished. 2 tasks are running
+3 tasks are running
task <thread 5> done
-<thread 5> is finished. 1 tasks are running
+<thread 5> is finished. 2 tasks are running
task <thread 4> done
-<thread 4> is finished. 0 tasks are running
-1 tasks are running
+<thread 4> is finished. 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 6> done
-<thread 6> is finished. 1 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
@@ -56317,10 +56318,10 @@ PASS: test_init_immutable_default_args (test.test_threading.TimerTests)
----------------------------------------------------------------------
-Ran 158 tests in 11.615s
+Ran 158 tests in 10.534s
OK (skipped=1)
-0:21:35 load avg: 0.73 [348/416/1] test_threading_local
+0:20:37 load avg: 0.93 [348/416/1] test_threading_local
_threading_local ()
PASS: Doctest: _threading_local
PASS: test_arguments (test.test_threading_local.ThreadLocalTest)
@@ -56346,10 +56347,10 @@ PASS: Doctest: _threading_local
----------------------------------------------------------------------
-Ran 20 tests in 1.313s
+Ran 20 tests in 0.974s
OK
-0:21:37 load avg: 0.75 [349/416/1] test_threadsignals
+0:20:39 load avg: 0.93 [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)
@@ -56359,10 +56360,10 @@ PASS: test_signals (test.test_threadsignals.ThreadSignals)
----------------------------------------------------------------------
-Ran 6 tests in 4.861s
+Ran 6 tests in 4.860s
OK
-0:21:42 load avg: 0.77 [350/416/1] test_time
+0:20:44 load avg: 0.85 [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)
@@ -56422,10 +56423,10 @@ PASS: test_tzset (test.test_time.TimeTestCase)
----------------------------------------------------------------------
-Ran 56 tests in 1.982s
+Ran 56 tests in 2.007s
OK (skipped=1)
-0:21:45 load avg: 0.77 [351/416/1] test_timeit
+0:20:46 load avg: 0.78 [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)
@@ -56469,16 +56470,16 @@ PASS: test_timer_invalid_stmt (test.test_timeit.TestTimeit)
----------------------------------------------------------------------
-Ran 40 tests in 0.046s
+Ran 40 tests in 0.042s
OK
-0:21:45 load avg: 0.77 [352/416/1] test_timeout
+0:20:47 load avg: 0.78 [352/416/1] test_timeout
test_timeout skipped -- Use of the 'network' resource not enabled
-0:21:46 load avg: 0.77 [353/416/1] test_tix -- test_timeout skipped (resource denied)
+0:20:47 load avg: 0.78 [353/416/1] test_tix -- test_timeout skipped (resource denied)
test_tix skipped -- No module named '_tkinter'
-0:21:46 load avg: 0.79 [354/416/1] test_tk -- test_tix skipped
+0:20:48 load avg: 0.78 [354/416/1] test_tk -- test_tix skipped
test_tk skipped -- No module named '_tkinter'
-0:21:46 load avg: 0.79 [355/416/1] test_tokenize -- test_tk skipped
+0:20:48 load avg: 0.78 [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)
@@ -56541,10 +56542,10 @@ PASS: test_iter_compat (test.test_tokenize.UntokenizeTest)
----------------------------------------------------------------------
-Ran 59 tests in 0.934s
+Ran 59 tests in 1.267s
OK
-0:21:48 load avg: 0.79 [356/416/1] test_tools
+0:20:49 load avg: 0.78 [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'
@@ -56560,7 +56561,7 @@ SKIP: test.test_tools.test_unparse (unittest.loader.ModuleSkipped) 'scripts dire
Ran 9 tests in 0.002s
OK (skipped=9)
-0:21:48 load avg: 0.79 [357/416/1] test_trace
+0:20:50 load avg: 0.78 [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)
@@ -56585,10 +56586,10 @@ PASS: test_ignored (test.test_trace.Test_Ignore)
----------------------------------------------------------------------
-Ran 21 tests in 3.838s
+Ran 21 tests in 3.938s
OK
-0:21:52 load avg: 0.81 [358/416/1] test_traceback
+0:20:54 load avg: 0.96 [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)
@@ -56655,10 +56656,10 @@ PASS: test_unhashable (test.test_traceback.TracebackFormatTests)
----------------------------------------------------------------------
-Ran 63 tests in 0.689s
+Ran 63 tests in 0.620s
OK
-0:21:54 load avg: 0.81 [359/416/1] test_tracemalloc
+0:20:55 load avg: 0.96 [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)
@@ -56706,14 +56707,14 @@ PASS: test_untrack (test.test_tracemalloc.TestCAPI)
----------------------------------------------------------------------
-Ran 43 tests in 0.594s
+Ran 43 tests in 0.398s
OK
-0:21:55 load avg: 0.81 [360/416/1] test_ttk_guionly
+0:20:56 load avg: 0.97 [360/416/1] test_ttk_guionly
test_ttk_guionly skipped -- No module named '_tkinter'
-0:21:55 load avg: 0.81 [361/416/1] test_ttk_textonly -- test_ttk_guionly skipped
+0:20:56 load avg: 0.97 [361/416/1] test_ttk_textonly -- test_ttk_guionly skipped
test_ttk_textonly skipped -- No module named '_tkinter'
-0:21:55 load avg: 0.81 [362/416/1] test_tuple -- test_ttk_textonly skipped
+0:20:57 load avg: 0.97 [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)
@@ -56751,12 +56752,12 @@ PASS: test_tupleresizebug (test.test_tuple.TupleTest)
----------------------------------------------------------------------
-Ran 34 tests in 14.426s
+Ran 34 tests in 10.373s
OK
-0:22:10 load avg: 0.85 [363/416/1] test_turtle
+0:21:07 load avg: 1.04 [363/416/1] test_turtle
test_turtle skipped -- No module named '_tkinter'
-0:22:11 load avg: 0.85 [364/416/1] test_typechecks -- test_turtle skipped
+0:21:08 load avg: 1.04 [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)
@@ -56766,10 +56767,10 @@ PASS: testSubclassBehavior (test.test_typechecks.TypeChecksTest)
----------------------------------------------------------------------
-Ran 6 tests in 0.001s
+Ran 6 tests in 0.002s
OK
-0:22:11 load avg: 0.85 [365/416/1] test_typing
+0:21:08 load avg: 1.04 [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)
@@ -57003,10 +57004,10 @@ PASS: test_unordered (test.test_typing.UnionTests)
----------------------------------------------------------------------
-Ran 230 tests in 0.082s
+Ran 230 tests in 0.110s
OK (expected failures=1)
-0:22:11 load avg: 0.86 [366/416/1] test_ucn
+0:21:09 load avg: 1.04 [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)
@@ -57024,10 +57025,10 @@ PASS: test_strict_error_handling (test.test_ucn.UnicodeNamesTest)
----------------------------------------------------------------------
-Ran 14 tests in 0.228s
+Ran 14 tests in 0.323s
OK (skipped=2)
-0:22:12 load avg: 0.86 [367/416/1] test_unary
+0:21:09 load avg: 1.04 [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)
@@ -57037,10 +57038,10 @@ PASS: test_positive (test.test_unary.UnaryOpTestCase)
----------------------------------------------------------------------
-Ran 6 tests in 0.001s
+Ran 6 tests in 0.002s
OK
-0:22:13 load avg: 0.86 [368/416/1] test_unicode
+0:21:10 load avg: 1.04 [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)
@@ -57172,19 +57173,19 @@ PASS: test_zfill (test.test_unicode.UnicodeTest)
----------------------------------------------------------------------
-Ran 126 tests in 1.341s
+Ran 126 tests in 1.571s
OK (skipped=4)
-0:22:14 load avg: 0.86 [369/416/1] test_unicode_file
+0:21:12 load avg: 1.04 [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.003s
+Ran 2 tests in 0.004s
OK
-0:22:15 load avg: 0.86 [370/416/1] test_unicode_file_functions
+0:21:13 load avg: 1.04 [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)
@@ -57218,10 +57219,10 @@ PASS: test_rename (test.test_unicode_file_functions.UnicodeNFKDFileTests)
----------------------------------------------------------------------
-Ran 30 tests in 0.061s
+Ran 30 tests in 0.079s
OK
-0:22:15 load avg: 0.86 [371/416/1] test_unicode_identifiers
+0:21:13 load avg: 1.04 [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)
@@ -57231,7 +57232,7 @@ PASS: test_valid (test.test_unicode_identifiers.PEP3131Test)
Ran 3 tests in 0.001s
OK
-0:22:16 load avg: 0.86 [372/416/1] test_unicodedata
+0:21:14 load avg: 1.04 [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)
@@ -57259,10 +57260,10 @@ PASS: test_ucd_510 (test.test_unicodedata.UnicodeMiscTest)
----------------------------------------------------------------------
-Ran 24 tests in 1.714s
+Ran 24 tests in 2.321s
OK
-0:22:18 load avg: 0.88 [373/416/1] test_univnewlines
+0:21:17 load avg: 1.04 [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)
@@ -57300,10 +57301,10 @@ PASS: test_seek (test.test_univnewlines.PyTestMixedNewlines)
----------------------------------------------------------------------
-Ran 34 tests in 0.019s
+Ran 34 tests in 0.018s
OK
-0:22:18 load avg: 0.88 [374/416/1] test_unpack
+0:21:17 load avg: 1.04 [374/416/1] test_unpack
Trying:
t = (1, 2, 3)
Expecting nothing
@@ -57494,7 +57495,7 @@ ok
34 passed and 0 failed.
Test passed.
doctest (test.test_unpack) ... 34 tests with zero failures
-0:22:19 load avg: 0.88 [375/416/1] test_unpack_ex
+0:21:18 load avg: 1.04 [375/416/1] test_unpack_ex
Trying:
t = (1, 2, 3)
Expecting nothing
@@ -57992,7 +57993,7 @@ ok
85 passed and 0 failed.
Test passed.
doctest (test.test_unpack_ex) ... 85 tests with zero failures
-0:22:19 load avg: 0.88 [376/416/1] test_urllib
+0:21:18 load avg: 1.04 [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)
@@ -58090,10 +58091,10 @@ PASS: test_short_content_raises_ContentTooShortError_without_reporthook (test.te
----------------------------------------------------------------------
-Ran 93 tests in 0.045s
+Ran 93 tests in 0.048s
OK (skipped=1)
-0:22:20 load avg: 0.88 [377/416/1] test_urllib2
+0:21:18 load avg: 1.04 [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)
@@ -58172,10 +58173,10 @@ PASS: test_trivial (test.test_urllib2.TrivialTests)
----------------------------------------------------------------------
-Ran 73 tests in 20.187s
+Ran 73 tests in 20.118s
OK (skipped=2)
-0:22:40 load avg: 0.63 [378/416/1] test_urllib2_localnet
+0:21:39 load avg: 1.03 [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)
@@ -58210,10 +58211,10 @@ PASS: test_sending_headers (test.test_urllib2_localnet.TestUrlopen)
----------------------------------------------------------------------
-Ran 21 tests in 0.150s
+Ran 21 tests in 0.142s
OK
-0:22:41 load avg: 0.63 [379/416/1] test_urllib2net
+0:21:39 load avg: 1.03 [379/416/1] test_urllib2net
Got an error:
[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1056)
Got an error:
@@ -58221,7 +58222,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:22:41 load avg: 0.63 [380/416/1] test_urllib_response -- test_urllib2net skipped (resource denied)
+0:21:40 load avg: 1.03 [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)
@@ -58229,12 +58230,12 @@ PASS: test_with (test.test_urllib_response.TestResponse)
----------------------------------------------------------------------
-Ran 4 tests in 0.001s
+Ran 4 tests in 0.002s
OK
-0:22:41 load avg: 0.66 [381/416/1] test_urllibnet
+0:21:40 load avg: 1.03 [381/416/1] test_urllibnet
test_urllibnet skipped -- Use of the 'network' resource not enabled
-0:22:42 load avg: 0.66 [382/416/1] test_urlparse -- test_urllibnet skipped (resource denied)
+0:21:40 load avg: 1.03 [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)
@@ -58289,10 +58290,10 @@ PASS: test_unwrap (test.test_urlparse.Utility_Tests)
----------------------------------------------------------------------
-Ran 50 tests in 0.716s
+Ran 50 tests in 1.418s
OK
-0:22:43 load avg: 0.66 [383/416/1] test_userdict
+0:21:42 load avg: 1.02 [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)
@@ -58321,10 +58322,10 @@ PASS: test_write (test.test_userdict.UserDictTest)
----------------------------------------------------------------------
-Ran 25 tests in 0.063s
+Ran 25 tests in 0.142s
OK
-0:22:43 load avg: 0.66 [384/416/1] test_userlist
+0:21:43 load avg: 1.02 [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)
@@ -58378,10 +58379,10 @@ PASS: test_userlist_copy (test.test_userlist.UserListTest)
----------------------------------------------------------------------
-Ran 50 tests in 0.337s
+Ran 50 tests in 0.512s
OK
-0:22:44 load avg: 0.66 [385/416/1] test_userstring
+0:21:44 load avg: 1.02 [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)
@@ -58436,10 +58437,10 @@ PASS: test_zfill (test.test_userstring.UserStringTest)
----------------------------------------------------------------------
-Ran 51 tests in 0.694s
+Ran 51 tests in 1.126s
OK (skipped=1)
-0:22:45 load avg: 0.66 [386/416/1] test_utf8_mode
+0:21:46 load avg: 1.02 [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)
@@ -58453,10 +58454,10 @@ PASS: test_xoption (test.test_utf8_mode.UTF8ModeTests)
----------------------------------------------------------------------
-Ran 10 tests in 0.608s
+Ran 10 tests in 0.849s
OK
-0:22:45 load avg: 0.66 [387/416/1] test_utf8source
+0:21:48 load avg: 1.02 [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)
@@ -58466,7 +58467,7 @@ PASS: test_pep3120 (test.test_utf8source.PEP3120Test)
Ran 3 tests in 0.001s
OK
-0:22:46 load avg: 0.66 [388/416/1] test_uu
+0:21:49 load avg: 1.02 [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)
@@ -58482,10 +58483,10 @@ PASS: test_truncatedinput (test.test_uu.UUTest)
----------------------------------------------------------------------
-Ran 12 tests in 0.003s
+Ran 12 tests in 0.006s
OK
-0:22:46 load avg: 0.66 [389/416/1] test_uuid
+0:21:50 load avg: 1.02 [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)
@@ -58543,10 +58544,10 @@ PASS: test_uuid5 (test.test_uuid.TestUUIDWithoutExtModule)
----------------------------------------------------------------------
-Ran 54 tests in 0.282s
+Ran 54 tests in 0.702s
OK (skipped=12)
-0:22:46 load avg: 0.68 [390/416/1] test_venv
+0:21:51 load avg: 1.02 [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)
@@ -58566,28 +58567,28 @@ PASS: test_with_pip (test.test_venv.EnsurePipTest)
----------------------------------------------------------------------
-Ran 16 tests in 5.708s
+Ran 16 tests in 8.520s
OK (skipped=1)
-0:22:52 load avg: 0.71 [391/416/1] test_wait3
+0:22:00 load avg: 1.02 [391/416/1] test_wait3
PASS: test_wait (test.fork_wait.ForkWait)
PASS: test_wait (test.test_wait3.Wait3Test)
----------------------------------------------------------------------
-Ran 2 tests in 6.026s
+Ran 2 tests in 6.017s
OK
-0:22:59 load avg: 0.73 [392/416/1] test_wait4
+0:22:07 load avg: 0.94 [392/416/1] test_wait4
PASS: test_wait (test.fork_wait.ForkWait)
PASS: test_wait (test.test_wait4.Wait4Test)
----------------------------------------------------------------------
-Ran 2 tests in 6.026s
+Ran 2 tests in 6.017s
OK
-0:23:05 load avg: 0.67 [393/416/1] test_warnings
+0:22:13 load avg: 0.87 [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)
@@ -58710,10 +58711,10 @@ PASS: test_stderr_none (test.test_warnings._WarningsTests)
----------------------------------------------------------------------
-Ran 119 tests in 0.744s
+Ran 119 tests in 0.844s
OK
-0:23:06 load avg: 0.70 [394/416/1] test_wave
+0:22:15 load avg: 0.87 [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)
@@ -58808,10 +58809,10 @@ PASS: test_write_params (test.test_wave.WavePCM8Test)
----------------------------------------------------------------------
-Ran 91 tests in 0.041s
+Ran 91 tests in 0.046s
OK
-0:23:06 load avg: 0.70 [395/416/1] test_weakref
+0:22:15 load avg: 0.87 [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)
@@ -58937,7 +58938,7 @@ PASS: test_order (test.test_weakref.FinalizeTestCase)
----------------------------------------------------------------------
-Ran 121 tests in 15.981s
+Ran 121 tests in 27.655s
OK
Trying:
@@ -59256,7 +59257,7 @@ ok
32 passed and 0 failed.
Test passed.
doctest (test.test_weakref) ... 32 tests with zero failures
-0:23:23 load avg: 0.84 [396/416/1] test_weakset
+0:22:43 load avg: 0.92 [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)
@@ -59303,10 +59304,10 @@ PASS: test_xor (test.test_weakset.TestWeakSet)
----------------------------------------------------------------------
-Ran 43 tests in 0.555s
+Ran 43 tests in 0.931s
OK
-0:23:24 load avg: 0.84 [397/416/1] test_webbrowser
+0:22:45 load avg: 0.92 [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)
@@ -59344,16 +59345,16 @@ PASS: test_open_with_autoraise_false (test.test_webbrowser.OperaCommandTest)
----------------------------------------------------------------------
-Ran 34 tests in 0.052s
+Ran 34 tests in 0.042s
OK (skipped=2)
-0:23:24 load avg: 0.84 [398/416/1] test_winconsoleio
+0:22:45 load avg: 0.92 [398/416/1] test_winconsoleio
test_winconsoleio skipped -- test only relevant on win32
-0:23:24 load avg: 0.84 [399/416/1] test_winreg -- test_winconsoleio skipped
+0:22:46 load avg: 0.93 [399/416/1] test_winreg -- test_winconsoleio skipped
test_winreg skipped -- No module named 'winreg'
-0:23:24 load avg: 0.84 [400/416/1] test_winsound -- test_winreg skipped
+0:22:46 load avg: 0.93 [400/416/1] test_winsound -- test_winreg skipped
test_winsound skipped -- Use of the 'audio' resource not enabled
-0:23:25 load avg: 0.84 [401/416/1] test_with -- test_winsound skipped (resource denied)
+0:22:47 load avg: 0.93 [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)
@@ -59406,10 +59407,10 @@ PASS: testUnboundGenerator (test.test_with.NonexceptionalTestCase)
----------------------------------------------------------------------
-Ran 49 tests in 0.009s
+Ran 49 tests in 0.012s
OK
-0:23:25 load avg: 0.84 [402/416/1] test_wsgiref
+0:22:47 load avg: 0.93 [402/416/1] test_wsgiref
PASS: testAbstractMethods (test.test_wsgiref.HandlerTests)
PASS: testBasicErrorOutput (test.test_wsgiref.HandlerTests)
PASS: testBytesData (test.test_wsgiref.HandlerTests)
@@ -59446,10 +59447,10 @@ PASS: testSimpleShifts (test.test_wsgiref.UtilityTests)
----------------------------------------------------------------------
-Ran 33 tests in 0.057s
+Ran 33 tests in 0.072s
OK
-0:23:25 load avg: 0.84 [403/416/1] test_xdrlib
+0:22:48 load avg: 0.93 [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)
@@ -59459,10 +59460,10 @@ PASS: test_xdr (test.test_xdrlib.XDRTest)
----------------------------------------------------------------------
-Ran 6 tests in 0.001s
+Ran 6 tests in 0.002s
OK
-0:23:26 load avg: 0.84 [404/416/1] test_xml_dom_minicompat
+0:22:49 load avg: 0.93 [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)
@@ -59477,10 +59478,10 @@ PASS: test_nodelist_pickle_roundtrip (test.test_xml_dom_minicompat.NodeListTestC
----------------------------------------------------------------------
-Ran 11 tests in 0.002s
+Ran 11 tests in 0.004s
OK
-0:23:26 load avg: 0.84 [405/416/1] test_xml_etree
+0:22:49 load avg: 0.93 [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)
@@ -59633,10 +59634,10 @@ PASS: test_lost_text (test.test_xml_etree.BugsTest)
----------------------------------------------------------------------
-Ran 148 tests in 1.477s
+Ran 148 tests in 1.943s
OK (skipped=1)
-0:23:28 load avg: 0.85 [406/416/1] test_xml_etree_c
+0:22:52 load avg: 0.93 [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)
@@ -59655,7 +59656,7 @@ PASS: test_element_with_children (test.test_xml_etree_c.SizeofTest)
----------------------------------------------------------------------
-Ran 15 tests in 0.879s
+Ran 15 tests in 1.412s
OK (skipped=1)
PASS: test_all (test.test_xml_etree.ModuleTest)
@@ -59811,10 +59812,10 @@ PASS: test_correct_import_pyET (test.test_xml_etree.NoAcceleratorTest)
----------------------------------------------------------------------
-Ran 149 tests in 1.113s
+Ran 149 tests in 1.958s
OK
-0:23:30 load avg: 0.85 [407/416/1] test_xmlrpc
+0:22:55 load avg: 0.93 [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)
@@ -59903,21 +59904,21 @@ PASS: Calls explicitly registered function which is None
----------------------------------------------------------------------
-Ran 79 tests in 3.344s
+Ran 79 tests in 3.628s
OK
-0:23:34 load avg: 0.87 [408/416/1] test_xmlrpc_net
+0:23:00 load avg: 0.94 [408/416/1] test_xmlrpc_net
test_xmlrpc_net skipped -- Use of the 'network' resource not enabled
-0:23:34 load avg: 0.87 [409/416/1] test_xxtestfuzz -- test_xmlrpc_net skipped (resource denied)
+0:23:00 load avg: 0.94 [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.
----------------------------------------------------------------------
-Ran 1 test in 0.000s
+Ran 1 test in 0.001s
OK
-0:23:34 load avg: 0.87 [410/416/1] test_yield_from
+0:23:01 load avg: 0.94 [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)
@@ -59954,10 +59955,10 @@ PASS: test_yield_from_empty (test.test_yield_from.TestPEP380Operation)
----------------------------------------------------------------------
-Ran 33 tests in 0.205s
+Ran 33 tests in 0.316s
OK
-0:23:35 load avg: 0.87 [411/416/1] test_zipapp
+0:23:01 load avg: 0.94 [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)
@@ -59992,10 +59993,10 @@ PASS: test_write_shebang_to_fileobj (test.test_zipapp.ZipAppTest)
----------------------------------------------------------------------
-Ran 31 tests in 0.065s
+Ran 31 tests in 0.061s
OK
-0:23:35 load avg: 0.87 [412/416/1] test_zipfile
+0:23:02 load avg: 0.94 [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)
@@ -60244,12 +60245,12 @@ PASS: test_from_file_pathlike (test.test_zipfile.ZipInfoTests)
----------------------------------------------------------------------
-Ran 208 tests in 7.490s
+Ran 208 tests in 12.990s
OK (skipped=1)
-0:23:43 load avg: 0.96 [413/416/1] test_zipfile64
+0:23:15 load avg: 0.95 [413/416/1] test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
-0:23:43 load avg: 0.96 [414/416/1] test_zipimport -- test_zipfile64 skipped (resource denied)
+0:23:15 load avg: 0.95 [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)
@@ -60337,16 +60338,16 @@ PASS: testNotZipFile (test.test_zipimport.BadFileZipImportTestCase)
----------------------------------------------------------------------
-Ran 66 tests in 0.089s
+Ran 66 tests in 0.131s
OK
-0:23:44 load avg: 0.96 [415/416/1] test_zipimport_support
-test_doctest_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Contents of '/var/volatile/tmp/tmp650k4yc5/test_zip.zip':
+0:23:16 load avg: 0.96 [415/416/1] test_zipimport_support
+test_doctest_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Contents of '/var/volatile/tmp/tmpiynduo0u/test_zip.zip':
File Name Modified Size
-test_zipped_doctest.py 2019-05-09 02:32:18 97864
-sample_zipped_doctest.py 2019-05-09 02:32:18 1045
-sample_zipped_doctest_no_doctests.py 2019-05-09 02:32:18 269
-sample_zipped_doctest_no_docstrings.py 2019-05-09 02:32:18 227
+test_zipped_doctest.py 2019-05-10 01:23:14 97864
+sample_zipped_doctest.py 2019-05-10 01:23:14 1045
+sample_zipped_doctest_no_doctests.py 2019-05-10 01:23:14 269
+sample_zipped_doctest_no_docstrings.py 2019-05-10 01:23:14 227
Finding tests in test_zipped_doctest.SampleClass
Trying:
print(1)
@@ -62417,22 +62418,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/tmpt9vzk17j/script.py", line 2, in __main__.Test
+FAIL: test_doctest_main_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Expected line File "/var/volatile/tmp/tmpugkof__c/script.py", line 2, in __main__.Test
Got stdout:
-b'**********************************************************************\nFile "/var/volatile/tmp/tmpt9vzk17j/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/tmpt9vzk17j/test_zip.zip/__main__.py", line 2, in __main__.Test
+b'**********************************************************************\nFile "/var/volatile/tmp/tmpugkof__c/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/tmpugkof__c/test_zip.zip/__main__.py", line 2, in __main__.Test
Got stdout:
-b'**********************************************************************\nFile "/var/volatile/tmp/tmpt9vzk17j/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/tmpugkof__c/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.398s
+Ran 4 tests in 0.470s
OK
-0:23:44 load avg: 0.96 [416/416/1] test_zlib
+0:23:17 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)
@@ -62498,7 +62499,7 @@ PASS: test_library_version (test.test_zlib.VersionTestCase)
----------------------------------------------------------------------
-Ran 62 tests in 0.700s
+Ran 62 tests in 0.834s
OK (skipped=1)
@@ -62518,6 +62519,6 @@ OK (skipped=1)
test_winconsoleio test_winreg test_winsound test_xmlrpc_net
test_zipfile64
-Total duration: 23 min 45 sec
+Total duration: 23 min 18 sec
Tests result: FAILURE
-DURATION: 1427
+DURATION: 1401