Re: Python 3.12 testing

2025-06-18 Thread dwes1--- via Cygwin
On 4/18/2025 10:11 PM, dwes1 wrote: On 4/6/2025 4:32 PM, dwes1 wrote: To the Python maintainer and anyone else testing Python 3.12: A few weeks ago, the python developer requested help with evaluating the Python 3.12 release. I downloaded the python312-test package, and worked out that python

consistent stress test failures on arm64 after recent signal changes

2025-06-18 Thread Jeremy Drake via Cygwin
The "stress tests x86_64 on arm64 Windows" tests "fp" and "memcpy" seem to be consitently failing since 364226a. The step is allowed to continue on error because there is some flakiness with tests on arm64 Windows, but these tests seem to be pretty consistently failing. It seems like 3 commits we

Re: cmd.exe and powershell.exe cannot follow on NTFS for *.exe

2025-06-18 Thread Aurélien Couderc via Cygwin
On Tue, Jun 17, 2025 at 5:25 PM Aurélien Couderc wrote: > > Cygwin creates instead of on NTFS, but cmd.exe > cannot find the *.exe if they are linked as . > > Two test cases: > $ bash -c $'rm -f id_vers15.exe ; cp /usr/bin/id.exe id_vers15.exe ; > ln -sf id_vers15.exe myid.exe ; cmd /C \'.\m

Re: Calling system() in multi-threads.

2025-06-18 Thread Takashi Yano via Cygwin
On Tue, 17 Jun 2025 15:42:26 -0700 Mark Geisert wrote: > Hi Takashi, > > On 6/17/2025 5:54 AM, Takashi Yano via Cygwin wrote: > > Hi, > > > > If system() is called in parallel in threads, system() > > fails with exit code 127. > > > > Just compile pthread_system.c attached and run. > > > > I be