[issue29889] test_asyncio fails always

2017-12-20 Thread Andrew Svetlov
Andrew Svetlov added the comment: Confirm: no problems on master (Ubuntu 17.10). Closing the issue. -- nosy: +asvetlov resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker _

[issue29889] test_asyncio fails always

2017-05-09 Thread STINNER Victor
STINNER Victor added the comment: Can someone test again with a development branch? The bpo-29243 has been fixed in 2.7, 3.5, 3.6 and master (3.7) branches thanks to Tomas Orsava! -- nosy: +torsava ___ Python tracker

[issue29889] test_asyncio fails always

2017-03-23 Thread Xiang Zhang
Xiang Zhang added the comment: > Then, when doing a 'make install', it builds the entire thing again and runs > another profile generation run which also fails, then a new profiled build. > Possibly because the first profile run failed? This is a known issue. Some build commands always clear t

[issue29889] test_asyncio fails always

2017-03-23 Thread Thomas Knox
Thomas Knox added the comment: The build succeeds, but the profile generation fails (only the test_asyncio portion fails), then does a new profiled build after the profiling run completes which succeeds. Then, when doing a 'make install', it builds the entire thing again and runs another prof

[issue29889] test_asyncio fails always

2017-03-23 Thread Zachary Ware
Zachary Ware added the comment: Does the build fail, or just the test in the profile generation? -- nosy: +zach.ware ___ Python tracker ___ __

[issue29889] test_asyncio fails always

2017-03-23 Thread Thomas Knox
Thomas Knox added the comment: I changed the configuration flags to be: pi@pi3:~/Source/Python-3.6.1 $ ./configure --enable-optimizations --enable-loadable-sqlite-extensions --disable-ipv6 --with-system-expat --with-system-ffi --with-threads The profiling filed again with: 0:04:47 [ 25/405]

[issue29889] test_asyncio fails always

2017-03-23 Thread Ned Deily
Ned Deily added the comment: There have been other reports (e.g. Issue29712) of failures when using --enable-optimizations with --enable-shared. Can you see if removing --enable-shared makes a difference for your configurations? -- components: +asyncio -Tests nosy: +haypo, ned.deily,

[issue29889] test_asyncio fails always

2017-03-23 Thread Thomas Knox
New submission from Thomas Knox: Downloaded Python 3.6.1 source code onto CentOS 7.3 (64 bit), Fedora 25 (64 bit), Ubuntu 16.10 (64 bit) and Raspberry Pi 8.0 (32 bit). Configured with ./configure --enable-shared --enable-optimizations --enable-loadable-sqlite-extensions --disable-ipv6 --with-s