]> granicus.if.org Git - python/commit
Cleanup test_faulthandler sanitizer skip logic. (GH-11381)
authorGregory P. Smith <greg@krypto.org>
Mon, 31 Dec 2018 02:09:26 +0000 (18:09 -0800)
committerGitHub <noreply@github.com>
Mon, 31 Dec 2018 02:09:26 +0000 (18:09 -0800)
commit30e023256aa1b00d4c783553752fc6f2cc0b9b27
tree0ac6abe197807f880bf7f7d4d2a3f272374d7cd8
parentc7e219132aff1e21cb9ccb0a9b570dc6c750039b
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.
Lib/test/test_faulthandler.py