[python-committers] 3.6.1 release status and plans

Terry Reedy tjreedy at udel.edu
Wed Mar 8 03:43:54 EST 2017


On 3/7/2017 8:59 PM, Ned Deily wrote:
> An update on the 3.6.1 release:  As you probably noticed, 3.6.1 release candidate 1 was made available (finally!) two days ago.  Thank you for your patience as we worked though the details of producing a release using our new GitHub-based development workflow.  As we've noted, it's really important for all segments of the community to try using 3.6.1rc1 to help make sure something didn't break along the way.  Please report any potential problems via the bugs.python.org tracker and mark them as "release blocker".
>
> Because rc1 was delayed a week, I've moved the planned release date for 3.6.1 final back a week as well, now 2017-03-20.  That gives two weeks of exposure for rc1.  The plan is to, if at all possible, not ship any additional changes in the final beyond what is already in rc1 unless we discover any release-blocking critical problems in rc1.  The 3.6 branch remains open for new cherry-pick PRs etc but you should expect that any PRs that are merged into the 3.6 branch since the v3.6.1rc1 tag will first be released in 3.6.2, expected before the end of June (about 3 months).
>
> Again, if something critical comes up that you feel needs to be in 3.6.1, you need to make sure the issue is marked as a "release blocker" and you should make sure I am aware of it.  If any such release blockers do arise, we will discuss them and decide whether they should go into 3.6.1 and whether a second release candidate is needed.

Ned, 7 tests fail for me on Windows.  I believe 3.6.0 ran clean or 
nearly so.  Pasteing below is best I can do right now as I had eye 
operation less than 24 hours ago.
C:\Users\Terry>py -m test -j10 -ugui -v test_codecencodings_iso2022 
test_random test_re test_regrtest test_sax test_subprocess test_tools
== CPython 3.6.1rc1 
(v3.6.1rc1^0:e0fbe5feee4f9c00f09eb9659c2182183036261a, Mar 4 2017, 
20:00:12) [MSC v.1900 64 bit (AMD64)]
==   Windows-10-10.0.14393-SP0 little-endian
==   hash algorithm: siphash24 64bit
==  cwd: C:\Users\Terry\AppData\Local\Temp\test_python_8516
==  encodings: locale=cp1252, FS=utf-8
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, 
optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, 
ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, 
hash_randomization=1, isolated=0)
Run tests in parallel using 10 child processes
0:00:01 [1/7/1] test_codecencodings_iso2022 failed
test_callback_None_index 
(test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_callback_backward_index 
(test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_callback_forward_index 
(test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_callback_index_outofbound 
(test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_callback_long_index 
(test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_callback_returns_bytes 
(test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_callback_wrong_objects 
(test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_customreplace_encode 
(test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_incrementaldecoder 
(test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_incrementalencoder 
(test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_incrementalencoder_error_callback 
(test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_streamwriter_reset_no_pending 
(test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_xmlcharrefreplace 
(test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok
test_callback_None_index 
(test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_callback_backward_index 
(test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_callback_forward_index 
(test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_callback_index_outofbound 
(test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_callback_long_index 
(test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_callback_returns_bytes 
(test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_callback_wrong_objects 
(test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_customreplace_encode 
(test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_incrementaldecoder 
(test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_incrementalencoder 
(test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_incrementalencoder_error_callback 
(test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_streamwriter_reset_no_pending 
(test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_xmlcharrefreplace 
(test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok
test_callback_None_index 
(test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok
test_callback_backward_index 
(test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok
test_callback_forward_index 
(test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok
test_callback_index_outofbound 
(test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok
test_callback_long_index 
(test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok
test_callback_returns_bytes 
(test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok
test_callback_wrong_objects 
(test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok
test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... 
skipped 'iso2022_kr.txt cannot be used to test "chunk coding"'
test_customreplace_encode 
(test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok
test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok
test_incrementaldecoder 
(test.test_codecencodings_iso2022.Test_ISO2022_KR) ... FAIL
test_incrementalencoder 
(test.test_codecencodings_iso2022.Test_ISO2022_KR) ... FAIL
test_incrementalencoder_error_callback 
(test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok
test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... 
FAIL
test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... 
FAIL
test_streamwriter_reset_no_pending 
(test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok
test_xmlcharrefreplace 
(test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok

======================================================================
FAIL: test_incrementaldecoder 
(test.test_codecencodings_iso2022.Test_ISO2022_KR)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\multibytecodec_support.py", line 
208, in test_incrementaldecoder
     self.assertEqual(ostream.getvalue(), self.tstring[1])
AssertionError: b'\xe[334 
chars]\x80\n\xed\x9a\xa8\xec\x9c\xa8\xec\xa0\x81\xec[1668 chars]4.\n' != 
b'\xe[334 chars]\x80\r\n\xed\x9a\xa8\xec\x9c\xa8\xec\xa0\x81\x[1682 
chars]\r\n'

======================================================================
FAIL: test_incrementalencoder 
(test.test_codecencodings_iso2022.Test_ISO2022_KR)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\multibytecodec_support.py", line 
191, in test_incrementalencoder
     self.assertEqual(ostream.getvalue(), self.tstring[0])
AssertionError: b"\x1[143 chars]\x0f\r\n\x0eH?@2@{@N\x0f \x0e0m<vAX\x0f 
\x0e5%[631 chars]\r\n" != b"\x1[143 chars]\x0f\n\x0eH?@2@{@N\x0f 
\x0e0m<vAX\x0f \x0e5%@L[617 chars]f.\n"

======================================================================
FAIL: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_KR)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\multibytecodec_support.py", line 
247, in test_streamreader
     self.assertEqual(ostream.getvalue(), self.tstring[1])
AssertionError: b'\xe[334 
chars]\x80\n\xed\x9a\xa8\xec\x9c\xa8\xec\xa0\x81\xec[1668 chars]4.\n' != 
b'\xe[334 chars]\x80\r\n\xed\x9a\xa8\xec\x9c\xa8\xec\xa0\x81\x[1682 
chars]\r\n'

======================================================================
FAIL: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_KR)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\multibytecodec_support.py", line 
271, in test_streamwriter
     self.assertEqual(ostream.getvalue(), self.tstring[0])
AssertionError: b"\x1[143 chars]\x0f\r\n\x0eH?@2@{@N\x0f \x0e0m<vAX\x0f 
\x0e5%[631 chars]\r\n" != b"\x1[143 chars]\x0f\n\x0eH?@2@{@N\x0f 
\x0e0m<vAX\x0f \x0e5%@L[617 chars]f.\n"

----------------------------------------------------------------------
Ran 51 tests in 0.188s

FAILED (failures=4, skipped=1)
test test_codecencodings_iso2022 failed
0:00:06 [2/7/2] test_random failed
test_53_bits_per_float (test.test_random.MersenneTwister_TestBasicOps) 
... ok
test_autoseed (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_bigrand (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_bigrand_ranges (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_bug_1727780 (test.test_random.MersenneTwister_TestBasicOps) ... ERROR
test_bug_27706 (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_bug_9025 (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_choice (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_choices (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_choices_algorithms (test.test_random.MersenneTwister_TestBasicOps) 
... ok
test_gauss (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_genrandbits (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_guaranteed_stable (test.test_random.MersenneTwister_TestBasicOps) 
... ok
test_long_seed (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_pickling (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_randbelow_logic (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_randbelow_overridden_random 
(test.test_random.MersenneTwister_TestBasicOps) ... ok
test_randrange_bug_1590891 
(test.test_random.MersenneTwister_TestBasicOps) ... ok
test_rangelimits (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_referenceImplementation 
(test.test_random.MersenneTwister_TestBasicOps) ... ok
test_sample (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_sample_distribution (test.test_random.MersenneTwister_TestBasicOps) 
... ok
test_sample_inputs (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_sample_on_dicts (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_saverestore (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_seed_when_randomness_source_not_found 
(test.test_random.MersenneTwister_TestBasicOps) ... ok
test_seedargs (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_setstate_first_arg (test.test_random.MersenneTwister_TestBasicOps) 
... ok
test_setstate_middle_arg (test.test_random.MersenneTwister_TestBasicOps) 
... ok
test_shuffle (test.test_random.MersenneTwister_TestBasicOps) ... ok
test_strong_reference_implementation 
(test.test_random.MersenneTwister_TestBasicOps) ... ok
test_53_bits_per_float (test.test_random.SystemRandom_TestBasicOps) ... ok
test_autoseed (test.test_random.SystemRandom_TestBasicOps) ... ok
test_bigrand (test.test_random.SystemRandom_TestBasicOps) ... ok
test_bigrand_ranges (test.test_random.SystemRandom_TestBasicOps) ... ok
test_bug_1727780 (test.test_random.SystemRandom_TestBasicOps) ... ERROR
test_bug_9025 (test.test_random.SystemRandom_TestBasicOps) ... ok
test_choice (test.test_random.SystemRandom_TestBasicOps) ... ok
test_choices (test.test_random.SystemRandom_TestBasicOps) ... ok
test_gauss (test.test_random.SystemRandom_TestBasicOps) ... ok
test_genrandbits (test.test_random.SystemRandom_TestBasicOps) ... ok
test_pickling (test.test_random.SystemRandom_TestBasicOps) ... ok
test_randbelow_logic (test.test_random.SystemRandom_TestBasicOps) ... ok
test_randrange_errors (test.test_random.SystemRandom_TestBasicOps) ... ok
test_randrange_nonunit_step (test.test_random.SystemRandom_TestBasicOps) 
... ok
test_rangelimits (test.test_random.SystemRandom_TestBasicOps) ... ok
test_sample (test.test_random.SystemRandom_TestBasicOps) ... ok
test_sample_distribution (test.test_random.SystemRandom_TestBasicOps) ... ok
test_sample_inputs (test.test_random.SystemRandom_TestBasicOps) ... ok
test_sample_on_dicts (test.test_random.SystemRandom_TestBasicOps) ... ok
test_saverestore (test.test_random.SystemRandom_TestBasicOps) ... ok
test_seed_when_randomness_source_not_found 
(test.test_random.SystemRandom_TestBasicOps) ... ok
test_seedargs (test.test_random.SystemRandom_TestBasicOps) ... ok
test_shuffle (test.test_random.SystemRandom_TestBasicOps) ... ok
test_avg_std (test.test_random.TestDistributions) ... ok
test_betavariate_return_zero (test.test_random.TestDistributions) ... ok
test_constant (test.test_random.TestDistributions) ... ok
test_gammavariate_errors (test.test_random.TestDistributions) ... ok
test_gammavariate_full_code_coverage 
(test.test_random.TestDistributions) ... ok
test_von_mises_large_kappa (test.test_random.TestDistributions) ... ok
test_von_mises_range (test.test_random.TestDistributions) ... ok
test_zeroinputs (test.test_random.TestDistributions) ... ok
testMagicConstants (test.test_random.TestModule) ... ok
test__all__ (test.test_random.TestModule) ... ok
test_random_subclass_with_kwargs (test.test_random.TestModule) ... ok

======================================================================
ERROR: test_bug_1727780 (test.test_random.MersenneTwister_TestBasicOps)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_random.py", line 257, in 
test_bug_1727780
     r = pickle.load(f)
ModuleNotFoundError: No module named 'random\r'

======================================================================
ERROR: test_bug_1727780 (test.test_random.SystemRandom_TestBasicOps)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_random.py", line 257, in 
test_bug_1727780
     r = pickle.load(f)
ModuleNotFoundError: No module named 'random\r'

----------------------------------------------------------------------
Ran 65 tests in 0.813s

FAILED (errors=2)
test test_random failed
0:00:17 [3/7/3] test_re failed
test_re_benchmarks (test.test_re.ExternalTests)
re_tests benchmarks ... ok
test_re_tests (test.test_re.ExternalTests)
re_tests test suite ... ok
test_overlap_table (test.test_re.ImplementationTest) ... ok
test_bytes (test.test_re.PatternReprTests) ... ok
test_inline_flags (test.test_re.PatternReprTests) ... ok
test_locale (test.test_re.PatternReprTests) ... ok
test_long_pattern (test.test_re.PatternReprTests) ... ok
test_multiple_flags (test.test_re.PatternReprTests) ... ok
test_quotes (test.test_re.PatternReprTests) ... ok
test_single_flag (test.test_re.PatternReprTests) ... ok
test_unicode_flag (test.test_re.PatternReprTests) ... ok
test_unknown_flags (test.test_re.PatternReprTests) ... ok
test_without_flags (test.test_re.PatternReprTests) ... ok
test_anyall (test.test_re.ReTests) ... ok
test_ascii_and_unicode_flag (test.test_re.ReTests) ... ok
test_backref_group_name_in_exception (test.test_re.ReTests) ... ok
test_basic_re_sub (test.test_re.ReTests) ... ok
test_big_codesize (test.test_re.ReTests) ... ok
test_bigcharset (test.test_re.ReTests) ... ok
test_bug_113254 (test.test_re.ReTests) ... ok
test_bug_114660 (test.test_re.ReTests) ... ok
test_bug_117612 (test.test_re.ReTests) ... ok
test_bug_1661 (test.test_re.ReTests) ... ok
test_bug_16688 (test.test_re.ReTests) ... ok
test_bug_20998 (test.test_re.ReTests) ... ok
test_bug_2537 (test.test_re.ReTests) ... ok
test_bug_29444 (test.test_re.ReTests) ... ok
test_bug_3629 (test.test_re.ReTests) ... ok
test_bug_418626 (test.test_re.ReTests) ... ok
test_bug_448951 (test.test_re.ReTests) ... ok
test_bug_449000 (test.test_re.ReTests) ... ok
test_bug_449964 (test.test_re.ReTests) ... ok
test_bug_462270 (test.test_re.ReTests) ... ok
test_bug_527371 (test.test_re.ReTests) ... ok
test_bug_581080 (test.test_re.ReTests) ... ok
test_bug_612074 (test.test_re.ReTests) ... ok
test_bug_6509 (test.test_re.ReTests) ... ok
test_bug_6561 (test.test_re.ReTests) ... ok
test_bug_725106 (test.test_re.ReTests) ... ok
test_bug_725149 (test.test_re.ReTests) ... ok
test_bug_764548 (test.test_re.ReTests) ... ok
test_bug_817234 (test.test_re.ReTests) ... ok
test_bug_926075 (test.test_re.ReTests) ... ok
test_bug_931848 (test.test_re.ReTests) ... ok
test_bytes_str_mixing (test.test_re.ReTests) ... ok
test_category (test.test_re.ReTests) ... ok
test_character_set_errors (test.test_re.ReTests) ... ok
test_compile (test.test_re.ReTests) ... ok
test_constants (test.test_re.ReTests) ... ok
test_dealloc (test.test_re.ReTests) ... ok
test_debug_flag (test.test_re.ReTests) ... ok
test_dollar_matches_twice (test.test_re.ReTests)
$ matches the end of string, and just before the terminating ... ok
test_empty_array (test.test_re.ReTests) ... ok
test_enum (test.test_re.ReTests) ... ok
test_error (test.test_re.ReTests) ... ok
test_expand (test.test_re.ReTests) ... ok
test_finditer (test.test_re.ReTests) ... ok
test_flags (test.test_re.ReTests) ... ok
test_getattr (test.test_re.ReTests) ... ok
test_getlower (test.test_re.ReTests) ... ok
test_group (test.test_re.ReTests) ... ok
test_group_name_in_exception (test.test_re.ReTests) ... ok
test_groupdict (test.test_re.ReTests) ... ok
test_ignore_case (test.test_re.ReTests) ... ok
test_ignore_case_range (test.test_re.ReTests) ... ok
test_ignore_case_set (test.test_re.ReTests) ... ok
test_inline_flags (test.test_re.ReTests) ... ok
test_issue17998 (test.test_re.ReTests) ... ok
test_keep_buffer (test.test_re.ReTests) ... ok
test_keyword_parameters (test.test_re.ReTests) ... ok
test_large_search (test.test_re.ReTests) ... ok
test_large_subn (test.test_re.ReTests) ... ok
test_locale_caching (test.test_re.ReTests) ... skipped 'test needs 
en_US.iso88591 locale'
test_locale_flag (test.test_re.ReTests) ... FAIL
test_lookahead (test.test_re.ReTests) ... ok
test_lookbehind (test.test_re.ReTests) ... ok
test_match_getitem (test.test_re.ReTests) ... ok
test_match_repr (test.test_re.ReTests) ... ok
test_misc_errors (test.test_re.ReTests) ... ok
test_multiple_repeat (test.test_re.ReTests) ... ok
test_not_literal (test.test_re.ReTests) ... ok
test_nothing_to_repeat (test.test_re.ReTests) ... ok
test_other_escapes (test.test_re.ReTests) ... ok
test_pattern_compare (test.test_re.ReTests) ... ok
test_pattern_compare_bytes (test.test_re.ReTests) ... ok
test_pickling (test.test_re.ReTests) ... ok
test_qualified_re_split (test.test_re.ReTests) ... ok
test_qualified_re_sub (test.test_re.ReTests) ... ok
test_re_escape (test.test_re.ReTests) ... ok
test_re_escape_byte (test.test_re.ReTests) ... ok
test_re_escape_non_ascii (test.test_re.ReTests) ... ok
test_re_escape_non_ascii_bytes (test.test_re.ReTests) ... ok
test_re_findall (test.test_re.ReTests) ... ok
test_re_fullmatch (test.test_re.ReTests) ... ok
test_re_groupref (test.test_re.ReTests) ... ok
test_re_groupref_exists (test.test_re.ReTests) ... ok
test_re_groupref_overflow (test.test_re.ReTests) ... ok
test_re_match (test.test_re.ReTests) ... ok
test_re_split (test.test_re.ReTests) ... ok
test_re_subn (test.test_re.ReTests) ... ok
test_repeat_minmax (test.test_re.ReTests) ... ok
test_repeat_minmax_overflow (test.test_re.ReTests) ... ok
test_repeat_minmax_overflow_maxrepeat (test.test_re.ReTests) ... ok
test_scanner (test.test_re.ReTests) ... ok
test_scoped_flags (test.test_re.ReTests) ... ok
test_search_coverage (test.test_re.ReTests) ... ok
test_search_dot_unicode (test.test_re.ReTests) ... ok
test_search_star_plus (test.test_re.ReTests) ... ok
test_special_escapes (test.test_re.ReTests) ... ok
test_sre_byte_class_literals (test.test_re.ReTests) ... ok
test_sre_byte_literals (test.test_re.ReTests) ... ok
test_sre_character_class_literals (test.test_re.ReTests) ... ok
test_sre_character_literals (test.test_re.ReTests) ... ok
test_stack_overflow (test.test_re.ReTests) ... ok
test_string_boundaries (test.test_re.ReTests) ... ok
test_sub_template_numeric_escape (test.test_re.ReTests) ... ok
test_symbolic_groups (test.test_re.ReTests) ... ok
test_symbolic_refs (test.test_re.ReTests) ... ok
test_unlimited_zero_width_repeat (test.test_re.ReTests) ... ok
test_weakref (test.test_re.ReTests) ... ok

======================================================================
FAIL: test_locale_flag (test.test_re.ReTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_re.py", line 1425, in 
test_locale_flag
     self.assertTrue(pat.match(bletter))
AssertionError: None is not true

----------------------------------------------------------------------
Ran 120 tests in 0.799s

FAILED (failures=1, skipped=1)
test test_re failed
0:00:17 [4/7/4] test_tools failed
test_alter_comments (test.test_tools.test_fixcid.Test) ... ok
test_directory (test.test_tools.test_fixcid.Test) ... ok
test_parse_strings (test.test_tools.test_fixcid.Test) ... ok
test_gprof (test.test_tools.test_gprof2html.Gprof2htmlTests) ... ok
test_POT_Creation_Date (test.test_tools.test_i18n.Test_pygettext)
Match the date format from xgettext for POT-Creation-Date ... ok
test_header (test.test_tools.test_i18n.Test_pygettext)
Make sure the required fields are in the header, according to: ... ok
test_checksum_fodder (test.test_tools.test_md5sum.MD5SumTests) ... ok
test_dash_l (test.test_tools.test_md5sum.MD5SumTests) ... ok
test_dash_s (test.test_tools.test_md5sum.MD5SumTests) ... ok
test_dash_t (test.test_tools.test_md5sum.MD5SumTests) ... ok
test_multiple_files (test.test_tools.test_md5sum.MD5SumTests) ... ok
test_noargs (test.test_tools.test_md5sum.MD5SumTests) ... ok
test_usage (test.test_tools.test_md5sum.MD5SumTests) ... ok
test_inverse_attribute_error (test.test_tools.test_pdeps.PdepsTests) ... ok
test_process_errors (test.test_tools.test_pdeps.PdepsTests) ... ok
test_empty_line (test.test_tools.test_pindent.PindentTests) ... ok
test_escaped_newline (test.test_tools.test_pindent.PindentTests) ... ok
test_multilevel (test.test_tools.test_pindent.PindentTests) ... ok
test_oneline (test.test_tools.test_pindent.PindentTests) ... ok
test_preserve_indents (test.test_tools.test_pindent.PindentTests) ... ok
test_selftest (test.test_tools.test_pindent.PindentTests) ... ok
test_statements (test.test_tools.test_pindent.PindentTests) ... ok
test_help (test.test_tools.test_reindent.ReindentTests) ... ok
test_noargs (test.test_tools.test_reindent.ReindentTests) ... ok
test_analyze_dxp_import (test.test_tools.test_sundry.TestSundryScripts) 
... ok
test_sundry (test.test_tools.test_sundry.TestSundryScripts) ... ERROR
test_sundry_windows (test.test_tools.test_sundry.TestSundryScripts) ... ok
test_files (test.test_tools.test_unparse.DirectoryTestCase) ... Testing 
C:\Programs\Python36\Lib\test\test_userlist.py
Testing C:\Programs\Python36\Lib\test\test_unicodedata.py
Testing C:\Programs\Python36\Lib\compileall.py
Testing C:\Programs\Python36\Lib\test\test_scope.py
Testing C:\Programs\Python36\Lib\test\test_cgitb.py
Testing C:\Programs\Python36\Lib\test\test_wsgiref.py
Testing C:\Programs\Python36\Lib\test\test_zipapp.py
Testing C:\Programs\Python36\Lib\test\test_dynamic.py
Testing C:\Programs\Python36\Lib\test\test_tk.py
Testing C:\Programs\Python36\Lib\test\test_configparser.py
ok
test_annotations (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_bytes (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_chained_comparisons (test.test_tools.test_unparse.UnparseTestCase) 
... ok
test_class_decorators (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_class_definition (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_del_statement (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_dict_comprehension (test.test_tools.test_unparse.UnparseTestCase) 
... ok
test_dict_unpacking_in_dict 
(test.test_tools.test_unparse.UnparseTestCase) ... ok
test_elifs (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_for_else (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_fstrings (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_function_arguments (test.test_tools.test_unparse.UnparseTestCase) 
... ok
test_huge_float (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_imaginary_literals (test.test_tools.test_unparse.UnparseTestCase) 
... ok
test_integer_parens (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_lambda_parentheses (test.test_tools.test_unparse.UnparseTestCase) 
... ok
test_min_int (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_nonlocal (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_raise_from (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_relative_import (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_set_comprehension (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_set_literal (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_shifts (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_starred_assignment (test.test_tools.test_unparse.UnparseTestCase) 
... ok
test_try_except_finally (test.test_tools.test_unparse.UnparseTestCase) 
... ok
test_unary_parens (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_while_else (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_with_as (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_with_simple (test.test_tools.test_unparse.UnparseTestCase) ... ok
test_with_two_items (test.test_tools.test_unparse.UnparseTestCase) ... ok

======================================================================
ERROR: test_sundry (test.test_tools.test_sundry.TestSundryScripts)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\optparse.py", line 1387, in parse_args
     stop = self._process_args(largs, rargs, values)
   File "C:\Programs\Python36\lib\optparse.py", line 1427, in _process_args
     self._process_long_opt(rargs, values)
   File "C:\Programs\Python36\lib\optparse.py", line 1480, in 
_process_long_opt
     opt = self._match_long_opt(opt)
   File "C:\Programs\Python36\lib\optparse.py", line 1465, in 
_match_long_opt
     return _match_abbrev(opt, self._long_opt)
   File "C:\Programs\Python36\lib\optparse.py", line 1670, in _match_abbrev
     raise BadOptionError(s)
optparse.BadOptionError: no such option: --slaveargs

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_tools\test_sundry.py", line 
36, in test_sundry
     import_tool(name)
   File "C:\Programs\Python36\lib\test\test_tools\__init__.py", line 21, 
in import_tool
     return importlib.import_module(toolname)
   File "C:\Programs\Python36\lib\importlib\__init__.py", line 126, in 
import_module
     return _bootstrap._gcd_import(name[level:], package, level)
   File "<frozen importlib._bootstrap>", line 978, in _gcd_import
   File "<frozen importlib._bootstrap>", line 961, in _find_and_load
   File "<frozen importlib._bootstrap>", line 950, in 
_find_and_load_unlocked
   File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
   File "<frozen importlib._bootstrap>", line 205, in 
_call_with_frames_removed
   File "C:\Programs\Python36\Tools\scripts\2to3.py", line 5, in <module>
     sys.exit(main("lib2to3.fixes"))
   File "C:\Programs\Python36\lib\lib2to3\main.py", line 179, in main
     options, args = parser.parse_args(args)
   File "C:\Programs\Python36\lib\optparse.py", line 1389, in parse_args
     self.error(str(err))
   File "C:\Programs\Python36\lib\optparse.py", line 1569, in error
     self.exit(2, "%s: error: %s\n" % (self.get_prog_name(), msg))
   File "C:\Programs\Python36\lib\optparse.py", line 1559, in exit
     sys.exit(status)
SystemExit: 2

----------------------------------------------------------------------
Ran 58 tests in 2.730s

FAILED (errors=1)
Usage: 2to3 [options] file|dir ...

regrtest.py: error: no such option: --slaveargs
test test_tools failed
0:00:17 [5/7/5] test_regrtest failed
test_coverage (test.test_regrtest.ArgsTestCase) ... ok
test_failing_test (test.test_regrtest.ArgsTestCase) ... ok
test_forever (test.test_regrtest.ArgsTestCase) ... ok
test_fromfile (test.test_regrtest.ArgsTestCase) ... ok
test_huntrleaks_fd_leak (test.test_regrtest.ArgsTestCase) ... skipped 
'need a debug build'
test_interrupted (test.test_regrtest.ArgsTestCase) ... ok
test_list_tests (test.test_regrtest.ArgsTestCase) ... ok
test_random (test.test_regrtest.ArgsTestCase) ... ok
test_resources (test.test_regrtest.ArgsTestCase) ... ok
test_slow_interrupted (test.test_regrtest.ArgsTestCase) ... ok
test_slowest (test.test_regrtest.ArgsTestCase) ... ok
test_wait (test.test_regrtest.ArgsTestCase) ... ok
test_arg (test.test_regrtest.ParseArgsTestCase) ... ok
test_arg_option_arg (test.test_regrtest.ParseArgsTestCase) ... ok
test_coverage (test.test_regrtest.ParseArgsTestCase) ... ok
test_coverdir (test.test_regrtest.ParseArgsTestCase) ... ok
test_exclude (test.test_regrtest.ParseArgsTestCase) ... ok
test_failfast (test.test_regrtest.ParseArgsTestCase) ... ok
test_forever (test.test_regrtest.ParseArgsTestCase) ... ok
test_fromfile (test.test_regrtest.ParseArgsTestCase) ... ok
test_header (test.test_regrtest.ParseArgsTestCase) ... ok
test_help (test.test_regrtest.ParseArgsTestCase) ... ok
test_huntrleaks (test.test_regrtest.ParseArgsTestCase) ... ok
test_long_option__partial (test.test_regrtest.ParseArgsTestCase) ... ok
test_match (test.test_regrtest.ParseArgsTestCase) ... ok
test_memlimit (test.test_regrtest.ParseArgsTestCase) ... ok
test_multiprocess (test.test_regrtest.ParseArgsTestCase) ... ok
test_nocoverdir (test.test_regrtest.ParseArgsTestCase) ... ok
test_nowindows (test.test_regrtest.ParseArgsTestCase) ... ok
test_option_and_arg (test.test_regrtest.ParseArgsTestCase) ... ok
test_option_with_empty_string_value 
(test.test_regrtest.ParseArgsTestCase) ... ok
test_quiet (test.test_regrtest.ParseArgsTestCase) ... ok
test_randomize (test.test_regrtest.ParseArgsTestCase) ... ok
test_randseed (test.test_regrtest.ParseArgsTestCase) ... ok
test_runleaks (test.test_regrtest.ParseArgsTestCase) ... ok
test_single (test.test_regrtest.ParseArgsTestCase) ... ok
test_slaveargs (test.test_regrtest.ParseArgsTestCase) ... ok
test_slow (test.test_regrtest.ParseArgsTestCase) ... ok
test_start (test.test_regrtest.ParseArgsTestCase) ... ok
test_testdir (test.test_regrtest.ParseArgsTestCase) ... ok
test_threshold (test.test_regrtest.ParseArgsTestCase) ... ok
test_timeout (test.test_regrtest.ParseArgsTestCase) ... ok
test_two_options (test.test_regrtest.ParseArgsTestCase) ... ok
test_unknown_option (test.test_regrtest.ParseArgsTestCase) ... ok
test_unrecognized_argument (test.test_regrtest.ParseArgsTestCase) ... ok
test_use (test.test_regrtest.ParseArgsTestCase) ... ok
test_verbose (test.test_regrtest.ParseArgsTestCase) ... ok
test_verbose2 (test.test_regrtest.ParseArgsTestCase) ... ok
test_verbose3 (test.test_regrtest.ParseArgsTestCase) ... ok
test_wait (test.test_regrtest.ParseArgsTestCase) ... ok
test_module_autotest (test.test_regrtest.ProgramsTestCase) ... ok
test_module_from_test_autotest (test.test_regrtest.ProgramsTestCase) ... ok
test_module_regrtest (test.test_regrtest.ProgramsTestCase) ... ok
test_module_test (test.test_regrtest.ProgramsTestCase) ... ok
test_pcbuild_rt (test.test_regrtest.ProgramsTestCase) ... ERROR
test_script_autotest (test.test_regrtest.ProgramsTestCase) ... ok
test_script_regrtest (test.test_regrtest.ProgramsTestCase) ... ok
test_tools_buildbot_test (test.test_regrtest.ProgramsTestCase) ... 
skipped 'test.bat script is not installed'
test_tools_script_run_tests (test.test_regrtest.ProgramsTestCase) ... 
skipped 'run_tests.py script is not installed'

======================================================================
ERROR: test_pcbuild_rt (test.test_regrtest.ProgramsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_regrtest.py", line 566, in 
test_pcbuild_rt
     self.run_batch(script, *rt_args, *self.regrtest_args, *self.tests)
   File "C:\Programs\Python36\lib\test\test_regrtest.py", line 541, in 
run_batch
     proc = self.run_command(args)
   File "C:\Programs\Python36\lib\test\test_regrtest.py", line 438, in 
run_command
     **kw)
   File "C:\Programs\Python36\lib\subprocess.py", line 403, in run
     with Popen(*popenargs, **kwargs) as process:
   File "C:\Programs\Python36\lib\subprocess.py", line 707, in __init__
     restore_signals, start_new_session)
   File "C:\Programs\Python36\lib\subprocess.py", line 990, in 
_execute_child
     startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

----------------------------------------------------------------------
Ran 59 tests in 6.175s

FAILED (errors=1, skipped=3)
test test_regrtest failed
0:00:17 [6/7/6] test_sax failed
test_make_parser2 (test.test_sax.MakeParserTest) ... ok
test_parseString_bytes (test.test_sax.ParseTest) ... ok
test_parseString_text (test.test_sax.ParseTest) ... ok
test_parse_InputSource (test.test_sax.ParseTest) ... ok
test_parse_bytes (test.test_sax.ParseTest) ... ok
test_parse_text (test.test_sax.ParseTest) ... ok
test_double_quoteattr (test.test_sax.SaxutilsTest) ... ok
test_escape_all (test.test_sax.SaxutilsTest) ... ok
test_escape_basic (test.test_sax.SaxutilsTest) ... ok
test_escape_extra (test.test_sax.SaxutilsTest) ... ok
test_make_parser (test.test_sax.SaxutilsTest) ... ok
test_quoteattr_basic (test.test_sax.SaxutilsTest) ... ok
test_single_double_quoteattr (test.test_sax.SaxutilsTest) ... ok
test_single_quoteattr (test.test_sax.SaxutilsTest) ... ok
test_unescape_all (test.test_sax.SaxutilsTest) ... ok
test_unescape_amp_extra (test.test_sax.SaxutilsTest) ... ok
test_unescape_basic (test.test_sax.SaxutilsTest) ... ok
test_unescape_extra (test.test_sax.SaxutilsTest) ... ok
test_binary_file (test.test_sax.PrepareInputSourceTest) ... ok
test_byte_stream (test.test_sax.PrepareInputSourceTest) ... ok
test_character_stream (test.test_sax.PrepareInputSourceTest) ... ok
test_string (test.test_sax.PrepareInputSourceTest) ... ok
test_system_id (test.test_sax.PrepareInputSourceTest) ... ok
test_text_file (test.test_sax.PrepareInputSourceTest) ... ok
test_1463026_1 (test.test_sax.StringXmlgenTest) ... ok
test_1463026_1_empty (test.test_sax.StringXmlgenTest) ... ok
test_1463026_2 (test.test_sax.StringXmlgenTest) ... ok
test_1463026_2_empty (test.test_sax.StringXmlgenTest) ... ok
test_1463026_3 (test.test_sax.StringXmlgenTest) ... ok
test_1463026_3_empty (test.test_sax.StringXmlgenTest) ... ok
test_5027_1 (test.test_sax.StringXmlgenTest) ... ok
test_5027_2 (test.test_sax.StringXmlgenTest) ... ok
test_no_close_file (test.test_sax.StringXmlgenTest) ... ok
test_xmlgen_attr_escape (test.test_sax.StringXmlgenTest) ... ok
test_xmlgen_basic (test.test_sax.StringXmlgenTest) ... ok
test_xmlgen_basic_empty (test.test_sax.StringXmlgenTest) ... ok
test_xmlgen_content (test.test_sax.StringXmlgenTest) ... ok
test_xmlgen_content_empty (test.test_sax.StringXmlgenTest) ... ok
test_xmlgen_content_escape (test.test_sax.StringXmlgenTest) ... ok
test_xmlgen_encoding (test.test_sax.StringXmlgenTest) ... ok
test_xmlgen_encoding_bytes (test.test_sax.StringXmlgenTest) ... ok
test_xmlgen_fragment (test.test_sax.StringXmlgenTest) ... ok
test_xmlgen_ignorable (test.test_sax.StringXmlgenTest) ... ok
test_xmlgen_ignorable_empty (test.test_sax.StringXmlgenTest) ... ok
test_xmlgen_ns (test.test_sax.StringXmlgenTest) ... ok
test_xmlgen_ns_empty (test.test_sax.StringXmlgenTest) ... ok
test_xmlgen_pi (test.test_sax.StringXmlgenTest) ... ok
test_1463026_1 (test.test_sax.BytesXmlgenTest) ... ok
test_1463026_1_empty (test.test_sax.BytesXmlgenTest) ... ok
test_1463026_2 (test.test_sax.BytesXmlgenTest) ... ok
test_1463026_2_empty (test.test_sax.BytesXmlgenTest) ... ok
test_1463026_3 (test.test_sax.BytesXmlgenTest) ... ok
test_1463026_3_empty (test.test_sax.BytesXmlgenTest) ... ok
test_5027_1 (test.test_sax.BytesXmlgenTest) ... ok
test_5027_2 (test.test_sax.BytesXmlgenTest) ... ok
test_no_close_file (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_attr_escape (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_basic (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_basic_empty (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_content (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_content_empty (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_content_escape (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_encoding (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_encoding_bytes (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_fragment (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_ignorable (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_ignorable_empty (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_ns (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_ns_empty (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_pi (test.test_sax.BytesXmlgenTest) ... ok
test_xmlgen_unencodable (test.test_sax.BytesXmlgenTest) ... ok
test_1463026_1 (test.test_sax.WriterXmlgenTest) ... ok
test_1463026_1_empty (test.test_sax.WriterXmlgenTest) ... ok
test_1463026_2 (test.test_sax.WriterXmlgenTest) ... ok
test_1463026_2_empty (test.test_sax.WriterXmlgenTest) ... ok
test_1463026_3 (test.test_sax.WriterXmlgenTest) ... ok
test_1463026_3_empty (test.test_sax.WriterXmlgenTest) ... ok
test_5027_1 (test.test_sax.WriterXmlgenTest) ... ok
test_5027_2 (test.test_sax.WriterXmlgenTest) ... ok
test_no_close_file (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_attr_escape (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_basic (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_basic_empty (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_content (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_content_empty (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_content_escape (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_encoding (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_encoding_bytes (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_fragment (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_ignorable (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_ignorable_empty (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_ns (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_ns_empty (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_pi (test.test_sax.WriterXmlgenTest) ... ok
test_xmlgen_unencodable (test.test_sax.WriterXmlgenTest) ... ok
test_1463026_1 (test.test_sax.StreamWriterXmlgenTest) ... ok
test_1463026_1_empty (test.test_sax.StreamWriterXmlgenTest) ... ok
test_1463026_2 (test.test_sax.StreamWriterXmlgenTest) ... ok
test_1463026_2_empty (test.test_sax.StreamWriterXmlgenTest) ... ok
test_1463026_3 (test.test_sax.StreamWriterXmlgenTest) ... ok
test_1463026_3_empty (test.test_sax.StreamWriterXmlgenTest) ... ok
test_5027_1 (test.test_sax.StreamWriterXmlgenTest) ... ok
test_5027_2 (test.test_sax.StreamWriterXmlgenTest) ... ok
test_no_close_file (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_attr_escape (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_basic (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_basic_empty (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_content (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_content_empty (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_content_escape (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_encoding (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_encoding_bytes (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_fragment (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_ignorable (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_ignorable_empty (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_ns (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_ns_empty (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_pi (test.test_sax.StreamWriterXmlgenTest) ... ok
test_xmlgen_unencodable (test.test_sax.StreamWriterXmlgenTest) ... ok
test_1463026_1 (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_1463026_1_empty (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_1463026_2 (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_1463026_2_empty (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_1463026_3 (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_1463026_3_empty (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_5027_1 (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_5027_2 (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_no_close_file (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_xmlgen_attr_escape (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_xmlgen_basic (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_xmlgen_basic_empty (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_xmlgen_content (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_xmlgen_content_empty (test.test_sax.StreamReaderWriterXmlgenTest) 
... ok
test_xmlgen_content_escape (test.test_sax.StreamReaderWriterXmlgenTest) 
... ok
test_xmlgen_encoding (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_xmlgen_encoding_bytes (test.test_sax.StreamReaderWriterXmlgenTest) 
... ok
test_xmlgen_fragment (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_xmlgen_ignorable (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_xmlgen_ignorable_empty (test.test_sax.StreamReaderWriterXmlgenTest) 
... ok
test_xmlgen_ns (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_xmlgen_ns_empty (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_xmlgen_pi (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_xmlgen_unencodable (test.test_sax.StreamReaderWriterXmlgenTest) ... ok
test_expat_attrs_empty (test.test_sax.ExpatReaderTest) ... ok
test_expat_attrs_wattr (test.test_sax.ExpatReaderTest) ... ok
test_expat_binary_file (test.test_sax.ExpatReaderTest) ... FAIL
test_expat_binary_file_bytes_name (test.test_sax.ExpatReaderTest) ... FAIL
test_expat_binary_file_int_name (test.test_sax.ExpatReaderTest) ... FAIL
test_expat_binary_file_nonascii (test.test_sax.ExpatReaderTest) ... FAIL
test_expat_dtdhandler (test.test_sax.ExpatReaderTest) ... ok
test_expat_entityresolver (test.test_sax.ExpatReaderTest) ... ok
test_expat_incremental (test.test_sax.ExpatReaderTest) ... ok
test_expat_incremental_reset (test.test_sax.ExpatReaderTest) ... ok
test_expat_inpsource_byte_stream (test.test_sax.ExpatReaderTest) ... FAIL
test_expat_inpsource_character_stream (test.test_sax.ExpatReaderTest) 
... FAIL
test_expat_inpsource_filename (test.test_sax.ExpatReaderTest) ... FAIL
test_expat_inpsource_sysid (test.test_sax.ExpatReaderTest) ... FAIL
test_expat_inpsource_sysid_nonascii (test.test_sax.ExpatReaderTest) ... FAIL
test_expat_locator_noinfo (test.test_sax.ExpatReaderTest) ... ok
test_expat_locator_withinfo (test.test_sax.ExpatReaderTest) ... ok
test_expat_locator_withinfo_nonascii (test.test_sax.ExpatReaderTest) ... ok
test_expat_nsattrs_empty (test.test_sax.ExpatReaderTest) ... ok
test_expat_nsattrs_wattr (test.test_sax.ExpatReaderTest) ... ok
test_expat_text_file (test.test_sax.ExpatReaderTest) ... FAIL
test_expat_incomplete (test.test_sax.ErrorReportingTest) ... ok
test_expat_inpsource_location (test.test_sax.ErrorReportingTest) ... ok
test_sax_parse_exception_str (test.test_sax.ErrorReportingTest) ... ok
test_attrs_empty (test.test_sax.XmlReaderTest) ... ok
test_attrs_wattr (test.test_sax.XmlReaderTest) ... ok
test_nsattrs_empty (test.test_sax.XmlReaderTest) ... ok
test_nsattrs_wattr (test.test_sax.XmlReaderTest) ... ok

======================================================================
FAIL: test_expat_binary_file (test.test_sax.ExpatReaderTest)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_sax.py", line 836, in 
test_expat_binary_file
     self.assertEqual(result.getvalue(), xml_test_out)
AssertionError: b'<?x[36 chars]1"?>\n<HTML 
xmlns:pp="http://www.isogen.com/pa[1508 chars]TML>' != b'<?x[36 
chars]1"?>\r\n<HTML xmlns:pp="http://www.isogen.com/[1736 chars]TML>'

======================================================================
FAIL: test_expat_binary_file_bytes_name (test.test_sax.ExpatReaderTest)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_sax.py", line 874, in 
test_expat_binary_file_bytes_name
     self.assertEqual(result.getvalue(), xml_test_out)
AssertionError: b'<?x[36 chars]1"?>\n<HTML 
xmlns:pp="http://www.isogen.com/pa[1508 chars]TML>' != b'<?x[36 
chars]1"?>\r\n<HTML xmlns:pp="http://www.isogen.com/[1736 chars]TML>'

======================================================================
FAIL: test_expat_binary_file_int_name (test.test_sax.ExpatReaderTest)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_sax.py", line 886, in 
test_expat_binary_file_int_name
     self.assertEqual(result.getvalue(), xml_test_out)
AssertionError: b'<?x[36 chars]1"?>\n<HTML 
xmlns:pp="http://www.isogen.com/pa[1508 chars]TML>' != b'<?x[36 
chars]1"?>\r\n<HTML xmlns:pp="http://www.isogen.com/[1736 chars]TML>'

======================================================================
FAIL: test_expat_binary_file_nonascii (test.test_sax.ExpatReaderTest)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_sax.py", line 862, in 
test_expat_binary_file_nonascii
     self.assertEqual(result.getvalue(), xml_test_out)
AssertionError: b'<?x[36 chars]1"?>\n<HTML 
xmlns:pp="http://www.isogen.com/pa[1508 chars]TML>' != b'<?x[36 
chars]1"?>\r\n<HTML xmlns:pp="http://www.isogen.com/[1736 chars]TML>'

======================================================================
FAIL: test_expat_inpsource_byte_stream (test.test_sax.ExpatReaderTest)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_sax.py", line 1053, in 
test_expat_inpsource_byte_stream
     self.assertEqual(result.getvalue(), xml_test_out)
AssertionError: b'<?x[36 chars]1"?>\n<HTML 
xmlns:pp="http://www.isogen.com/pa[1508 chars]TML>' != b'<?x[36 
chars]1"?>\r\n<HTML xmlns:pp="http://www.isogen.com/[1736 chars]TML>'

======================================================================
FAIL: test_expat_inpsource_character_stream (test.test_sax.ExpatReaderTest)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_sax.py", line 1066, in 
test_expat_inpsource_character_stream
     self.assertEqual(result.getvalue(), xml_test_out)
AssertionError: b'<?x[36 chars]1"?>\n<HTML 
xmlns:pp="http://www.isogen.com/pa[1508 chars]TML>' != b'<?x[36 
chars]1"?>\r\n<HTML xmlns:pp="http://www.isogen.com/[1736 chars]TML>'

======================================================================
FAIL: test_expat_inpsource_filename (test.test_sax.ExpatReaderTest)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_sax.py", line 1015, in 
test_expat_inpsource_filename
     self.assertEqual(result.getvalue(), xml_test_out)
AssertionError: b'<?x[36 chars]1"?>\n<HTML 
xmlns:pp="http://www.isogen.com/pa[1508 chars]TML>' != b'<?x[36 
chars]1"?>\r\n<HTML xmlns:pp="http://www.isogen.com/[1736 chars]TML>'

======================================================================
FAIL: test_expat_inpsource_sysid (test.test_sax.ExpatReaderTest)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_sax.py", line 1025, in 
test_expat_inpsource_sysid
     self.assertEqual(result.getvalue(), xml_test_out)
AssertionError: b'<?x[36 chars]1"?>\n<HTML 
xmlns:pp="http://www.isogen.com/pa[1508 chars]TML>' != b'<?x[36 
chars]1"?>\r\n<HTML xmlns:pp="http://www.isogen.com/[1736 chars]TML>'

======================================================================
FAIL: test_expat_inpsource_sysid_nonascii (test.test_sax.ExpatReaderTest)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_sax.py", line 1040, in 
test_expat_inpsource_sysid_nonascii
     self.assertEqual(result.getvalue(), xml_test_out)
AssertionError: b'<?x[36 chars]1"?>\n<HTML 
xmlns:pp="http://www.isogen.com/pa[1508 chars]TML>' != b'<?x[36 
chars]1"?>\r\n<HTML xmlns:pp="http://www.isogen.com/[1736 chars]TML>'

======================================================================
FAIL: test_expat_text_file (test.test_sax.ExpatReaderTest)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_sax.py", line 847, in 
test_expat_text_file
     self.assertEqual(result.getvalue(), xml_test_out)
AssertionError: b'<?x[36 chars]1"?>\n<HTML 
xmlns:pp="http://www.isogen.com/pa[1508 chars]TML>' != b'<?x[36 
chars]1"?>\r\n<HTML xmlns:pp="http://www.isogen.com/[1736 chars]TML>'

----------------------------------------------------------------------
Ran 171 tests in 0.303s

FAILED (failures=10)
test test_sax failed
0:00:17 [7/7/7] test_subprocess failed
test_noshell_sequence_with_spaces 
(test.test_subprocess.CommandsWithSpaces) ... ok
test_noshell_string_with_spaces 
(test.test_subprocess.CommandsWithSpaces) ... ok
test_shell_sequence_with_spaces 
(test.test_subprocess.CommandsWithSpaces) ... ok
test_shell_string_with_spaces (test.test_subprocess.CommandsWithSpaces) 
... ok
test_broken_pipe_cleanup (test.test_subprocess.ContextManagerTests)
Broken pipe error should not prevent wait() (Issue 21619) ... ok
test_communicate_stdin (test.test_subprocess.ContextManagerTests) ... ok
test_invalid_args (test.test_subprocess.ContextManagerTests) ... ok
test_pipe (test.test_subprocess.ContextManagerTests) ... ok
test_returncode (test.test_subprocess.ContextManagerTests) ... ok
test__all__ (test.test_subprocess.MiscTests)
Ensure that __all__ is populated properly. ... ok
test_getoutput (test.test_subprocess.MiscTests) ... ok
test_CalledProcessError_str_non_zero 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_CalledProcessError_str_signal 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_CalledProcessError_str_unknown_signal 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_args_string (test.test_subprocess.POSIXProcessTestCase) ... skipped 
'POSIX specific tests'
test_bytes_program (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_call_string (test.test_subprocess.POSIXProcessTestCase) ... skipped 
'POSIX specific tests'
test_child_terminated_in_stopped_state 
(test.test_subprocess.POSIXProcessTestCase)
Test wait() behavior when waitpid returns WIFSTOPPED; issue29335. ... 
skipped 'POSIX specific tests'
test_close_fd_0 (test.test_subprocess.POSIXProcessTestCase) ... skipped 
'POSIX specific tests'
test_close_fd_1 (test.test_subprocess.POSIXProcessTestCase) ... skipped 
'POSIX specific tests'
test_close_fd_2 (test.test_subprocess.POSIXProcessTestCase) ... skipped 
'POSIX specific tests'
test_close_fds (test.test_subprocess.POSIXProcessTestCase) ... skipped 
'POSIX specific tests'
test_close_fds_0_1 (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_close_fds_0_1_2 (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_close_fds_0_2 (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_close_fds_1_2 (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_close_fds_after_preexec (test.test_subprocess.POSIXProcessTestCase) 
... skipped 'POSIX specific tests'
test_close_fds_when_max_fd_is_lowered 
(test.test_subprocess.POSIXProcessTestCase)
Confirm that issue21618 is fixed (may fail under valgrind). ... skipped 
'POSIX specific tests'
test_communicate_BrokenPipeError_stdin_close 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_communicate_BrokenPipeError_stdin_close_with_timeout 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_communicate_BrokenPipeError_stdin_flush 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_communicate_BrokenPipeError_stdin_write 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_exception_bad_args_0 (test.test_subprocess.POSIXProcessTestCase)
Test error in the child raised in the parent for a bad args[0]. ... 
skipped 'POSIX specific tests'
test_exception_bad_executable (test.test_subprocess.POSIXProcessTestCase)
Test error in the child raised in the parent for a bad executable. ... 
skipped 'POSIX specific tests'
test_exception_cwd (test.test_subprocess.POSIXProcessTestCase)
Test error in the child raised in the parent for a bad cwd. ... skipped 
'POSIX specific tests'
test_fork_exec (test.test_subprocess.POSIXProcessTestCase) ... skipped 
'POSIX specific tests'
test_fork_exec_sorted_fd_sanity_check 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_invalid_args (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_kill (test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX 
specific tests'
test_kill_dead (test.test_subprocess.POSIXProcessTestCase) ... skipped 
'POSIX specific tests'
test_leak_fast_process_del_killed 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_pass_fds (test.test_subprocess.POSIXProcessTestCase) ... skipped 
'POSIX specific tests'
test_pass_fds_inheritable (test.test_subprocess.POSIXProcessTestCase) 
... skipped 'POSIX specific tests'
test_pipe_cloexec (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_pipe_cloexec_real_tools (test.test_subprocess.POSIXProcessTestCase) 
... skipped 'POSIX specific tests'
test_preexec (test.test_subprocess.POSIXProcessTestCase) ... skipped 
'POSIX specific tests'
test_preexec_errpipe_does_not_double_close_pipes 
(test.test_subprocess.POSIXProcessTestCase)
Issue16140: Don't double close pipes on preexec error. ... skipped 
'POSIX specific tests'
test_preexec_exception (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_preexec_fork_failure (test.test_subprocess.POSIXProcessTestCase) 
... skipped 'POSIX specific tests'
test_preexec_gc_module_failure 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_remapping_std_fds (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_restore_signals (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_run_abort (test.test_subprocess.POSIXProcessTestCase) ... skipped 
'POSIX specific tests'
test_select_unbuffered (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_send_signal (test.test_subprocess.POSIXProcessTestCase) ... skipped 
'POSIX specific tests'
test_send_signal_dead (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_shell_sequence (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_shell_string (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_small_errpipe_write_fd (test.test_subprocess.POSIXProcessTestCase)
Issue #15798: Popen should work when stdio fds are available. ... 
skipped 'POSIX specific tests'
test_specific_shell (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_start_new_session (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_stderr_stdin_are_single_inout_fd 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_stdout_stderr_are_single_inout_fd 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_stdout_stdin_are_single_inout_fd 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_surrogates_error_message 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_swap_fds (test.test_subprocess.POSIXProcessTestCase) ... skipped 
'POSIX specific tests'
test_terminate (test.test_subprocess.POSIXProcessTestCase) ... skipped 
'POSIX specific tests'
test_terminate_dead (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_undecodable_env (test.test_subprocess.POSIXProcessTestCase) ... 
skipped 'POSIX specific tests'
test_wait_when_sigchild_ignored 
(test.test_subprocess.POSIXProcessTestCase) ... skipped 'POSIX specific 
tests'
test_zombie_fast_process_del (test.test_subprocess.POSIXProcessTestCase) 
... skipped 'POSIX specific tests'
test_bufsize_equal_one_binary_mode 
(test.test_subprocess.ProcessTestCase) ... ok
test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCase) 
... ok
test_bufsize_is_none (test.test_subprocess.ProcessTestCase) ... ok
test_call_kwargs (test.test_subprocess.ProcessTestCase) ... ok
test_call_seq (test.test_subprocess.ProcessTestCase) ... ok
test_call_timeout (test.test_subprocess.ProcessTestCase) ... ok
test_check_call_nonzero (test.test_subprocess.ProcessTestCase) ... ok
test_check_call_zero (test.test_subprocess.ProcessTestCase) ... ok
test_check_output (test.test_subprocess.ProcessTestCase) ... ok
test_check_output_input_arg (test.test_subprocess.ProcessTestCase) ... ok
test_check_output_nonzero (test.test_subprocess.ProcessTestCase) ... ok
test_check_output_stderr (test.test_subprocess.ProcessTestCase) ... ok
test_check_output_stdin_arg (test.test_subprocess.ProcessTestCase) ... ok
test_check_output_stdin_with_input_arg 
(test.test_subprocess.ProcessTestCase) ... ok
test_check_output_stdout_arg (test.test_subprocess.ProcessTestCase) ... ok
test_check_output_timeout (test.test_subprocess.ProcessTestCase) ... ok
test_communicate (test.test_subprocess.ProcessTestCase) ... ok
test_communicate_eintr (test.test_subprocess.ProcessTestCase) ... 
skipped 'Requires signal.SIGUSR1'
test_communicate_epipe (test.test_subprocess.ProcessTestCase) ... ok
test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCase) 
... ok
test_communicate_errors (test.test_subprocess.ProcessTestCase) ... ok
test_communicate_pipe_buf (test.test_subprocess.ProcessTestCase) ... ok
test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCase) ... ok
test_communicate_returns (test.test_subprocess.ProcessTestCase) ... ok
test_communicate_stderr (test.test_subprocess.ProcessTestCase) ... ok
test_communicate_stdin (test.test_subprocess.ProcessTestCase) ... ok
test_communicate_stdout (test.test_subprocess.ProcessTestCase) ... ok
test_communicate_timeout (test.test_subprocess.ProcessTestCase) ... ok
test_communicate_timeout_large_output 
(test.test_subprocess.ProcessTestCase) ... ok
test_cwd (test.test_subprocess.ProcessTestCase) ... ok
test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCase) ... ok
test_cwd_with_pathlike (test.test_subprocess.ProcessTestCase) ... ERROR
test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCase) ... 
skipped 'pending resolution of issue #15533'
test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCase) 
... skipped 'pending resolution of issue #15533'
test_double_close_on_error (test.test_subprocess.ProcessTestCase) ... ok
test_empty_env (test.test_subprocess.ProcessTestCase) ... skipped 
'cannot test an empty env on Windows'
test_env (test.test_subprocess.ProcessTestCase) ... ok
test_executable (test.test_subprocess.ProcessTestCase) ... ok
test_executable_replaces_shell (test.test_subprocess.ProcessTestCase) 
... skipped 'executable argument replaces shell'
test_executable_takes_precedence (test.test_subprocess.ProcessTestCase) 
... ok
test_executable_with_cwd (test.test_subprocess.ProcessTestCase) ... ok
test_executable_without_cwd (test.test_subprocess.ProcessTestCase) ... ok
test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCase)
Test for the fork() failure fd leak reported in issue16327. ... skipped 
'Linux specific'
test_handles_closed_on_exception (test.test_subprocess.ProcessTestCase) 
... ok
test_invalid_args (test.test_subprocess.ProcessTestCase) ... ok
test_invalid_bufsize (test.test_subprocess.ProcessTestCase) ... ok
test_io_buffered_by_default (test.test_subprocess.ProcessTestCase) ... ok
test_io_unbuffered_works (test.test_subprocess.ProcessTestCase) ... ok
test_issue8780 (test.test_subprocess.ProcessTestCase) ... ok
test_leaking_fds_on_error (test.test_subprocess.ProcessTestCase) ... ok
test_list2cmdline (test.test_subprocess.ProcessTestCase) ... ok
test_no_leaking (test.test_subprocess.ProcessTestCase) ... skipped 
'failed to reach the file descriptor limit (tried 2050)'
test_poll (test.test_subprocess.ProcessTestCase) ... ok
test_stderr_devnull (test.test_subprocess.ProcessTestCase) ... ok
test_stderr_filedes (test.test_subprocess.ProcessTestCase) ... ok
test_stderr_fileobj (test.test_subprocess.ProcessTestCase) ... ok
test_stderr_none (test.test_subprocess.ProcessTestCase) ... ok
test_stderr_pipe (test.test_subprocess.ProcessTestCase) ... ok
test_stderr_redirect_with_no_stdout_redirect 
(test.test_subprocess.ProcessTestCase) ... ok
test_stdin_devnull (test.test_subprocess.ProcessTestCase) ... ok
test_stdin_filedes (test.test_subprocess.ProcessTestCase) ... ok
test_stdin_fileobj (test.test_subprocess.ProcessTestCase) ... ok
test_stdin_none (test.test_subprocess.ProcessTestCase) ... ok
test_stdin_pipe (test.test_subprocess.ProcessTestCase) ... ok
test_stdout_devnull (test.test_subprocess.ProcessTestCase) ... ok
test_stdout_filedes (test.test_subprocess.ProcessTestCase) ... ok
test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCase) ... ok
test_stdout_fileobj (test.test_subprocess.ProcessTestCase) ... ok
test_stdout_none (test.test_subprocess.ProcessTestCase) ... ok
test_stdout_pipe (test.test_subprocess.ProcessTestCase) ... ok
test_stdout_stderr_file (test.test_subprocess.ProcessTestCase) ... ok
test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCase) ... ok
test_threadsafe_wait (test.test_subprocess.ProcessTestCase)
Issue21291: Popen.wait() needs to be threadsafe for returncode. ... ok
test_universal_newlines (test.test_subprocess.ProcessTestCase) ... ok
test_universal_newlines_communicate 
(test.test_subprocess.ProcessTestCase) ... ok
test_universal_newlines_communicate_encodings 
(test.test_subprocess.ProcessTestCase) ... ok
test_universal_newlines_communicate_input_none 
(test.test_subprocess.ProcessTestCase) ... ok
test_universal_newlines_communicate_stdin 
(test.test_subprocess.ProcessTestCase) ... ok
test_universal_newlines_communicate_stdin_stdout_stderr 
(test.test_subprocess.ProcessTestCase) ... ok
test_wait (test.test_subprocess.ProcessTestCase) ... ok
test_wait_endtime (test.test_subprocess.ProcessTestCase)
Confirm that the deprecated endtime parameter warns. ... ok
test_wait_timeout (test.test_subprocess.ProcessTestCase) ... ok
test_writes_before_communicate (test.test_subprocess.ProcessTestCase) ... ok
test_bufsize_equal_one_binary_mode 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_bufsize_equal_one_text_mode 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_bufsize_is_none (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_call_kwargs (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_call_seq (test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 
'Test needs selectors.PollSelector'
test_call_timeout (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_check_call_nonzero (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_check_call_zero (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_check_output (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_check_output_input_arg (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_check_output_nonzero (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_check_output_stderr (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_check_output_stdin_arg (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_check_output_stdin_with_input_arg 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_check_output_stdout_arg 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_check_output_timeout (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_communicate (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_communicate_eintr (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_communicate_epipe (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_communicate_epipe_only_stdin 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_communicate_errors (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_communicate_pipe_buf (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_communicate_pipe_fd_leak 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_communicate_returns (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_communicate_stderr (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_communicate_stdout (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_communicate_timeout (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_communicate_timeout_large_output 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_cwd (test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test 
needs selectors.PollSelector'
test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_cwd_with_pathlike (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_cwd_with_relative_executable 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_double_close_on_error (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_empty_env (test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 
'Test needs selectors.PollSelector'
test_env (test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test 
needs selectors.PollSelector'
test_executable (test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 
'Test needs selectors.PollSelector'
test_executable_replaces_shell 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_executable_takes_precedence 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_executable_with_cwd (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_executable_without_cwd (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_failed_child_execute_fd_leak 
(test.test_subprocess.ProcessTestCaseNoPoll)
Test for the fork() failure fd leak reported in issue16327. ... skipped 
'Test needs selectors.PollSelector'
test_handles_closed_on_exception 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_invalid_args (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_invalid_bufsize (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_io_buffered_by_default (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_io_unbuffered_works (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_issue8780 (test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 
'Test needs selectors.PollSelector'
test_leaking_fds_on_error (test.test_subprocess.ProcessTestCaseNoPoll) 
... skipped 'Test needs selectors.PollSelector'
test_list2cmdline (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_no_leaking (test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 
'Test needs selectors.PollSelector'
test_poll (test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test 
needs selectors.PollSelector'
test_stderr_devnull (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_stderr_filedes (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_stderr_fileobj (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_stderr_none (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_stderr_redirect_with_no_stdout_redirect 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_stdin_devnull (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_stdin_filedes (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_stdin_fileobj (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_stdin_none (test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 
'Test needs selectors.PollSelector'
test_stdin_pipe (test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 
'Test needs selectors.PollSelector'
test_stdout_devnull (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_stdout_filedes (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_stdout_filedes_of_stdout 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_stdout_fileobj (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_stdout_none (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_stdout_pipe (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_stdout_stderr_file (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_threadsafe_wait (test.test_subprocess.ProcessTestCaseNoPoll)
Issue21291: Popen.wait() needs to be threadsafe for returncode. ... 
skipped 'Test needs selectors.PollSelector'
test_universal_newlines (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_universal_newlines_communicate 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_universal_newlines_communicate_encodings 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_universal_newlines_communicate_input_none 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_universal_newlines_communicate_stdin 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_universal_newlines_communicate_stdin_stdout_stderr 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_wait (test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test 
needs selectors.PollSelector'
test_wait_endtime (test.test_subprocess.ProcessTestCaseNoPoll)
Confirm that the deprecated endtime parameter warns. ... skipped 'Test 
needs selectors.PollSelector'
test_wait_timeout (test.test_subprocess.ProcessTestCaseNoPoll) ... 
skipped 'Test needs selectors.PollSelector'
test_writes_before_communicate 
(test.test_subprocess.ProcessTestCaseNoPoll) ... skipped 'Test needs 
selectors.PollSelector'
test_capture_stderr (test.test_subprocess.RunFuncTestCase) ... ok
test_capture_stdout (test.test_subprocess.RunFuncTestCase) ... ok
test_check (test.test_subprocess.RunFuncTestCase) ... ok
test_check_output_input_arg (test.test_subprocess.RunFuncTestCase) ... ok
test_check_output_stdin_arg (test.test_subprocess.RunFuncTestCase) ... ok
test_check_output_stdin_with_input_arg 
(test.test_subprocess.RunFuncTestCase) ... ok
test_check_output_timeout (test.test_subprocess.RunFuncTestCase) ... ok
test_check_zero (test.test_subprocess.RunFuncTestCase) ... ok
test_returncode (test.test_subprocess.RunFuncTestCase) ... ok
test_run_kwargs (test.test_subprocess.RunFuncTestCase) ... ok
test_timeout (test.test_subprocess.RunFuncTestCase) ... ok
test_call_string (test.test_subprocess.Win32ProcessTestCase) ... ok
test_close_fds (test.test_subprocess.Win32ProcessTestCase) ... ok
test_creationflags (test.test_subprocess.Win32ProcessTestCase) ... ok
test_invalid_args (test.test_subprocess.Win32ProcessTestCase) ... ok
test_kill (test.test_subprocess.Win32ProcessTestCase) ... ok
test_kill_dead (test.test_subprocess.Win32ProcessTestCase) ... ok
test_send_signal (test.test_subprocess.Win32ProcessTestCase) ... ok
test_send_signal_dead (test.test_subprocess.Win32ProcessTestCase) ... ok
test_shell_encodings (test.test_subprocess.Win32ProcessTestCase) ... ok
test_shell_sequence (test.test_subprocess.Win32ProcessTestCase) ... ok
test_shell_string (test.test_subprocess.Win32ProcessTestCase) ... ok
test_startupinfo (test.test_subprocess.Win32ProcessTestCase) ... ok
test_terminate (test.test_subprocess.Win32ProcessTestCase) ... ok
test_terminate_dead (test.test_subprocess.Win32ProcessTestCase) ... ok

======================================================================
ERROR: test_cwd_with_pathlike (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Programs\Python36\lib\test\test_subprocess.py", line 358, in 
test_cwd_with_pathlike
     self._assert_cwd(temp_dir, sys.executable, cwd=_PathLikeObj())
   File "C:\Programs\Python36\lib\test\test_subprocess.py", line 336, in 
_assert_cwd
     **kwargs)
   File "C:\Programs\Python36\lib\subprocess.py", line 707, in __init__
     restore_signals, start_new_session)
   File "C:\Programs\Python36\lib\subprocess.py", line 990, in 
_execute_child
     startupinfo)
TypeError: CreateProcess() argument 8 must be str or None, not _PathLikeObj

----------------------------------------------------------------------
Ran 262 tests in 16.808s

FAILED (errors=1, skipped=150)
     a DOS box should flash briefly ...
test test_subprocess failed

7 tests failed:
     test_codecencodings_iso2022 test_random test_re test_regrtest
     test_sax test_subprocess test_tools

Total duration: 17 sec
Tests result: FAILURE


More information about the python-committers mailing list