Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
[3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)#31634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
* Refactor sanitizer skip tests into test.support* fixup! Refactor sanitizer skip tests into test.support* fixup! fixup! Refactor sanitizer skip tests into test.support(cherry picked from commitb1cb843)
vstinner commentedMar 1, 2022 • edited by bedevere-bot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by bedevere-bot
Uh oh!
There was an error while loading.Please reload this page.
I rewrote the PR to backport 3 changes rather than just 1:
|
miss-islington commentedMar 2, 2022
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
miss-islington commentedMar 2, 2022
Sorry,@vstinner, I could not cleanly backport this to |
bedevere-bot commentedMar 2, 2022
GH-31644 is a backport of this pull request to the3.9 branch. |
…H-31634) (GH-31644)* Refactor sanitiser skip tests into test.support (GH-30889)* Refactor sanitizer skip tests into test.support(cherry picked from commitb1cb843)* Add skips to crashing tests under sanitizers instead of manually skipping them (GH-30897)(cherry picked from commita275053)*bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)Skip tests on ASAN and/or MSAN builds:* multiprocessing tests* test___all__* test_concurrent_futures* test_decimal* test_peg_generator* test_tools(cherry picked from commit9204bb7)Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>(cherry picked from commit9326445)
…) (pythonGH-31634) (pythonGH-31644)* Refactor sanitiser skip tests into test.support (pythonGH-30889)* Refactor sanitizer skip tests into test.support(cherry picked from commitb1cb843)* Add skips to crashing tests under sanitizers instead of manually skipping them (pythonGH-30897)(cherry picked from commita275053)* bpo-46633: Skip tests on ASAN and/or MSAN builds (pythonGH-31632)Skip tests on ASAN and/or MSAN builds:* multiprocessing tests* test___all__* test_concurrent_futures* test_decimal* test_peg_generator* test_tools(cherry picked from commit9204bb7)Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>(cherry picked from commit9326445)
Uh oh!
There was an error while loading.Please reload this page.
Skip tests on ASAN and/or MSAN builds:
(cherry picked from commit9204bb7)
https://bugs.python.org/issue46633