[issue32962] test_gdb fails in debug build with `-mcet -fcf-protection -O0`

2018-02-27 Thread Iryna Shcherbina
New submission from Iryna Shcherbina <shcherbina.ir...@gmail.com>: test_gdb fails on Fedora 28. This happens only in debug build, and only if built with control flow protection flags: `-mcet -fcf-protection` AND optimization `-O0`. Reproduction steps on Fedora 28 (x86_64): ./con

[issue29804] test_ctypes test_pass_by_value fails on arm64 (aarch64) architecture

2018-02-15 Thread Iryna Shcherbina
Iryna Shcherbina <shcherbina.ir...@gmail.com> added the comment: PR 1559 fixes the issue in Fedora builds on arm64. The issue is no longer reproducible with Python 3.7. -- ___ Python tracker <rep...@bugs.python.org> <https://

[issue31744] Python 2.7.14 Fails to compile on CentOS/RHEL7

2017-10-10 Thread Iryna Shcherbina
Change by Iryna Shcherbina <shcherbina.ir...@gmail.com>: -- nosy: +ishcherb ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue31692] [2.7] Test `test_huntrleaks()` of test_regrtest fails in debug build with COUNT_ALLOCS

2017-10-09 Thread Iryna Shcherbina
Iryna Shcherbina <shcherbina.ir...@gmail.com> added the comment: I have run a test build with the patch from PR 3927 applied, and all tests passed. Full build log can be viewed here: https://kojipkgs.fedoraproject.org//work/tasks/8392/22348392/bui

[issue31719] [2.7] test_regrtest.test_crashed() fails on s390x

2017-10-09 Thread Iryna Shcherbina
Iryna Shcherbina <shcherbina.ir...@gmail.com> added the comment: I have run a build with the patch applied, and can confirm that the tests pass on s390x. Full build log can be viewed here: https://kojipkgs.fedoraproject.org//work/tasks/9473/22339473/bui

[issue31692] [2.7] Test `test_huntrleaks()` of test_regrtest fails in debug build with COUNT_ALLOCS

2017-10-06 Thread Iryna Shcherbina
Iryna Shcherbina <shcherbina.ir...@gmail.com> added the comment: > I don't know if we can easily implement "-X showalloccount", since > Python 2.7 doesn't have sys._xoptions. Maybe we could use a new > environment variable instead: PYTHONSHOWALLOCCOUNT=1? That is how

[issue31692] Test `test_huntrleaks` fails in debug build with COUNT_ALLOCS

2017-10-04 Thread Iryna Shcherbina
New submission from Iryna Shcherbina <shcherbina.ir...@gmail.com>: The newly added `test_huntrleaks` test is failing on Python 2.7.14 debug build with COUNT_ALLOCS. == FAIL: test_huntrleaks (test.test_regrtest.ArgsTe

[issue30353] ctypes: pass by value for structs broken on Cygwin/MinGW 64-bit

2017-05-24 Thread Iryna Shcherbina
Iryna Shcherbina added the comment: Thank you, Erik. I have applied your new patch, and ran another build on arm64. The tests passed. Attaching the build log for more information. -- Added file: http://bugs.python.org/file46892/arm64_build_log.txt

[issue30353] ctypes: pass by value for structs broken on Cygwin/MinGW 64-bit

2017-05-16 Thread Iryna Shcherbina
Iryna Shcherbina added the comment: I have added `defined(__aarch64__)` check to the if statement and tested the patch on arm64. The test passed. So could you please also add the check for `defined(__aarch64__)` to the pull request so that it fixes #29804 as well

[issue29804] test_ctypes test_pass_by_value fails on arm64 (aarch64) architecture

2017-03-14 Thread Iryna
Iryna added the comment: Hi Vinay, I have added you to the nosy list as you are the author of the fix for bpo-29565, and would like to ask you for insights or ideas on why the test would fail only on one architecture (arm64)? -- ___ Python tracker

[issue29804] test_ctypes test_pass_by_value fails on arm64 (aarch64) architecture

2017-03-13 Thread Iryna
Changes by Iryna <shcherbina.ir...@gmail.com>: -- nosy: +vinay.sajip ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29804> ___ _

[issue29804] test_ctypes test_pass_by_value fails on arm64 (aarch64) architecture

2017-03-13 Thread Iryna
New submission from Iryna: I am trying to build Python 3.6.1rc1 on Fedora, and have the following test failing on arm64 (aarch64) architecture: == FAIL: test_pass_by_value (ctypes.test.test_structures.StructureTestCase

[issue29537] Alternative fix for BUILD_MAP_UNPACK_WITH_CALL opcode in 3.5

2017-03-07 Thread Iryna
Iryna added the comment: If I may ask, what was the decision on this matter? We are planning to rebase Python 3.5 for Fedora and this currently blocks us, if we do not work this around with a patch. Let me know if there is anything I can help with to speed up the process

[issue27286] str object got multiple values for keyword argument

2017-02-13 Thread Iryna
Changes by Iryna <shcherbina.ir...@gmail.com>: -- nosy: +ishcherb ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27286> ___ __

[issue29537] Alternative fix for BUILD_MAP_UNPACK_WITH_CALL opcode in 3.5

2017-02-13 Thread Iryna
Changes by Iryna <shcherbina.ir...@gmail.com>: -- nosy: +ishcherb ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29537> ___ __

[issue29514] Add a test case that prevents magic number changes in minor releases

2017-02-13 Thread Iryna
Changes by Iryna <shcherbina.ir...@gmail.com>: -- nosy: +ishcherb ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29514> ___ __