- 09 Eyl, 2016 2 kayıt (commit)
-
-
Donald Stufft yazdı
-
Gregory P. Smith yazdı
these often fail on PGO builds.
-
- 08 Eyl, 2016 10 kayıt (commit)
-
-
Too many build tool chains do not properly support it, including building and linking an executable fine that simply segfaults when you try to run it (such as debian jessie 8.5's gcc 4.9). On others where it does appear to build (ubuntu 16.04's gcc 5.4) there are still test_distutils and test_gdb failures to deal with. We're not going to spend time attempting to maintain a complicated white list of what does and doesn't work in our configure.ac file.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
StackNavigationTests.test_up_at_top and PyBtTests.test_threads. Unfortunately we have no way of identifying if we were compiled profile-opt or not from what is in sysconfig.get_config_vars() so we just disable it for all optimized builds. This test suite crazy fragile.
-
-
Davin Potts yazdı
Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions
-
Gregory P. Smith yazdı
required for PGO linking - to be a configure time error rather than make time when --with-optimizations is enabled. Also improve our ability to find the llvm-profdata tool on MacOS and some Linuxes.
-
Gregory P. Smith yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 07 Eyl, 2016 2 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 08 Eyl, 2016 3 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Eric Snow yazdı
-
between runs given the same Grammar.txt input regardless of the hash randomization setting. Backport of 186bb8dc5540 from 3.5. Done in 2.7 per the lib2to3 exemption.
-
- 07 Eyl, 2016 4 kayıt (commit)
-
-
R David Murray yazdı
-
Benjamin Peterson yazdı
-
-
Benjamin Peterson yazdı
-
- 06 Eyl, 2016 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 05 Eyl, 2016 11 kayıt (commit)
-
-
Benjamin Peterson yazdı
It is unused. It also forces a 16-byte alignment, which creates problems because Python's allocator only uses 8-byte alignment.
-
Christian Heimes yazdı
-
Zachary Ware yazdı
Apparently the test succeeds on XP.
-
Zachary Ware yazdı
This test should always raise RuntimeError.
-
Christian Heimes yazdı
-
Zachary Ware yazdı
The tests no longer attempt to figure out if a soundcard or particular system sounds are available. Instead, it just tries everything and accepts RuntimeError as a flavor of success.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Terry Jan Reedy yazdı
Also, don't run it if 'gui' is not requested. Patch by Xiang Zhang.
-
- 04 Eyl, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
(Omitted for 2.7 from previous patch.)
-