]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Cleanup test_faulthandler sanitizer skip logic. (GH-11381)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 31 Dec 2018 02:28:11 +0000 (18:28 -0800)
committerGitHub <noreply@github.com>
Mon, 31 Dec 2018 02:28:11 +0000 (18:28 -0800)
commite40429905773cdbdb5458a5d93600b5816668470
tree2fc372c439fdd2b96cbdf1cc893da9bafda64bf0
parenta144feeb7ec501aaf30072d50e70d54b200e5ef0
Cleanup test_faulthandler sanitizer skip logic. (GH-11381)

Also skip the same tests when using the undefined behavior sanitizer
as they much with the output.

Updates a regex in another test to use multi-line mode so that the ubsan
buildbot should pass again rather than also adding a skip to that one.
(cherry picked from commit 30e023256aa1b00d4c783553752fc6f2cc0b9b27)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/test_faulthandler.py