This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients Alex.Willmer, berker.peksag, bquinlan, xdegaye
Date 2016-05-07.17:00:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462640408.46.0.944461168463.issue26924@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the result of the test:

root@generic_x86:/data/local/tmp # python -m test -v test_concurrent_futures
== CPython 3.6.0a0 (default:811ccdee6f87+, May 7 2016, 18:51:28) [GCC 4.9 20140827 (prerelease)]
==   Linux-3.4.67+-i686-with-libc little-endian
==   hash algorithm: fnv 32bit
==   /data/local/tmp/test_python_2024
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0)
Run tests sequentially
0:00:00 [1/1] test_concurrent_futures
test_concurrent_futures skipped -- This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770.
1 test skipped:
    test_concurrent_futures
Total duration: 0:00:01
History
Date User Action Args
2016-05-07 17:00:08xdegayesetrecipients: + xdegaye, bquinlan, berker.peksag, Alex.Willmer
2016-05-07 17:00:08xdegayesetmessageid: <1462640408.46.0.944461168463.issue26924@psf.upfronthosting.co.za>
2016-05-07 17:00:08xdegayelinkissue26924 messages
2016-05-07 17:00:08xdegayecreate