]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35214: Skip test_io tests that'd cause a huge malloc under msan (GH-11385)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 31 Dec 2018 04:39:28 +0000 (20:39 -0800)
committerGitHub <noreply@github.com>
Mon, 31 Dec 2018 04:39:28 +0000 (20:39 -0800)
commit5d2e4b1ff2f01b6aeac2f2f302f363d3eed225fa
treeeee485001bdb1ea6694483362dc25466e94ce1b5
parent89e7979f06d237ef81332b84d8ffd246f15c05e8
bpo-35214: Skip test_io tests that'd cause a huge malloc under msan (GH-11385)

* skip test_constructor under msan.

* fix the others as well.

* reuse existing related news entry.

* typo fix
(cherry picked from commit e5796c42c687e1454e84dcc50e6f67db48ff69a0)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/test_io.py
Misc/NEWS.d/next/Core and Builtins/2018-12-30-15-36-23.bpo-35214.GWDQcv.rst