[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread Gregory P. Smith
Gregory P. Smith added the comment: https://buildbot.python.org/all/#/builders/135/builds/1110 == Tests result: SUCCESS == 404 tests OK. 10 slowest tests: - test_tokenize: 3 min 43 sec - test_concurrent_futures: 3 min 28 sec - test_multiprocessing_spawn: 3 min 20 sec - test_tools: 2 min 59 sec

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +10749 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +10749, 10750 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +10749, 10750, 10751 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread Gregory P. Smith
Change by Gregory P. Smith : -- pull_requests: +10745, 10746, 10747, 10748 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread Gregory P. Smith
Change by Gregory P. Smith : -- pull_requests: +10745, 10746 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread Gregory P. Smith
Change by Gregory P. Smith : -- pull_requests: +10745, 10746, 10748 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread Gregory P. Smith
Change by Gregory P. Smith : -- pull_requests: +10745 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread Gregory P. Smith
Gregory P. Smith added the comment: my test skipping logic is somehow not detecting my ubsan buildbot https://buildbot.python.org/all/#/builders/135/builds/1108/steps/4/logs/stdio TODO: figure that out. otherwise the regex change fixed test_sigfpe. -- __

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +10733 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +10733, 10734 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread Gregory P. Smith
Gregory P. Smith added the comment: These are all related to the output of the child process containing sanitizer stuff so the stdout/stderr based tests are failing. i skipped two of these for memory sanitizers, the third looks easy enough to fix via the regex. PR attached. -- ___

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread Gregory P. Smith
Change by Gregory P. Smith : -- assignee: -> gregory.p.smith nosy: +gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mai

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread Gregory P. Smith
Change by Gregory P. Smith : -- keywords: +patch, patch pull_requests: +10730, 10731 stage: -> patch review ___ Python tracker ___

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread Gregory P. Smith
Change by Gregory P. Smith : -- keywords: +patch pull_requests: +10730 stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue35225] test_faulthandler fails under ubsan

2018-12-30 Thread Gregory P. Smith
Change by Gregory P. Smith : -- keywords: +patch, patch, patch pull_requests: +10730, 10731, 10732 stage: -> patch review ___ Python tracker ___ __

[issue35225] test_faulthandler fails under ubsan

2018-11-12 Thread Benjamin Peterson
New submission from Benjamin Peterson : The UBsan buildbot is failing test_faulthandler. We should either spread some __attribute__((no_sanitize_undefined)) around or make the tests skip. == FAIL: test_enable_fd (test.test_fau