]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90791: Enable test___all__ on ASAN build (#108286)
authorVictor Stinner <vstinner@python.org>
Tue, 22 Aug 2023 13:52:32 +0000 (15:52 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 13:52:32 +0000 (15:52 +0200)
commita541e01537cc07b326cc37cc29412b816bc2b4fc
tree8eb092061d63d1ebc4b4360c36758ad5a8154be0
parent893215a4e7f59eabb8ccdf188c4b9b1de5bd8966
gh-90791: Enable test___all__ on ASAN build (#108286)

* Only skip modules and tests related to X11 on ASAN builds: run
  other tests with ASAN.
* Use print(flush=True) to see output earlier when it's redirected to
  a pipe.
* Update issue reference: replace bpo-46633 with gh-90791.
Lib/test/test___all__.py
Lib/test/test_concurrent_futures.py
Lib/test/test_idle.py
Lib/test/test_peg_generator/__init__.py
Lib/test/test_tkinter/__init__.py
Lib/test/test_tools/__init__.py