Message274277
| Author |
brett.cannon |
| Recipients |
alecsandru.patrascu, brett.cannon, gregory.p.smith, lemburg, pitrou, r.david.murray, scoder, skrah, steve.dower, vstinner, zach.ware |
| Date |
2016年09月02日.22:26:32 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1472855192.85.0.422400460922.issue26359@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
So if I enable this manually, I get various test failures from modules on OS X El Capitan with the same type of failure:
[ 95/398] test_bytes
Traceback (most recent call last):
File "/Users/brettcannon/Repositories/python/cpython/3.5/Lib/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/Users/brettcannon/Repositories/python/cpython/3.5/Lib/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/Users/brettcannon/Repositories/python/cpython/3.5/Lib/test/__main__.py", line 3, in <module>
regrtest.main_in_temp_cwd()
File "/Users/brettcannon/Repositories/python/cpython/3.5/Lib/test/regrtest.py", line 1593, in main_in_temp_cwd
main()
File "/Users/brettcannon/Repositories/python/cpython/3.5/Lib/test/regrtest.py", line 756, in main
raise Exception("Child error on {}: {}".format(test, result[1]))
Exception: Child error on test_bytes: Exit code -6
Since I can't get the test suite to pass with PGO+LTO I'm not comfortable committing this patch and promoting people turn them on. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2016年09月02日 22:26:32 | brett.cannon | set | recipients:
+ brett.cannon, lemburg, gregory.p.smith, pitrou, scoder, vstinner, r.david.murray, skrah, zach.ware, steve.dower, alecsandru.patrascu |
| 2016年09月02日 22:26:32 | brett.cannon | set | messageid: <1472855192.85.0.422400460922.issue26359@psf.upfronthosting.co.za> |
| 2016年09月02日 22:26:32 | brett.cannon | link | issue26359 messages |
| 2016年09月02日 22:26:32 | brett.cannon | create |
|