[hatari-devel] Test is failing on Cygwin |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Hatari Development <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: [hatari-devel] Test is failing on Cygwin
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 21 Sep 2025 07:47:40 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posteo.de; s=2017; t=1758440861; bh=XXPLTYaK4cIQ2S8Pf3LMoCOqJvyN7lMHIQNghK3ycf4=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=lWnc+1jt0+teQPIlyrDuiNUc9gzz7fG1oj8JFSfrXsmOpRLr6gIV9pl4giMe2+92R YC3cODgr8XMmFPiPDznCLf1KKQkBn3OuGHmIr9M4LkbbLfKTNtAkPcgCDxYLGACrD7 7UJPjUXADMxSLbb/LxlyOeA2dGx+HpGj2smtgPWuCxpixrUhwuVZANqO+MSUCFCDhq p2i+yiLekcm+YmTNnwR0XE3xX+c8QBXJaj0s0jQlGQmeHn+V9LItGGlXlPpgE2zsrW xxQI+vRytRxJr0+BVBgMdkRKdCwphwo2pvNwWH7RKz20bHYR8uLgY/UAYQ+S0mL//u RYriViFNCvDpA==
Hi all,
for recent builds, the test is failing on Cygwin in the Cirrus CI. More
precisely, it's the tests/mem_end/dsnd_run_test.sh test that is not working
anymore. Unfortunately, I don't get any meaningful output out of the CI
logs. Does anybody have a local Cygwin installation and could try to debug
it?
FWIW, it's likely not related to a change on the Hatari side. For example
this run was still successful a couple of weeks ago:
https://cirrus-ci.com/task/4681700988420096
Yesterday, I re-submitted the same commit level again, and now it's failing:
https://cirrus-ci.com/task/6377222543507456
Comparing the logs, the only significant difference that I see is that the
newer runs apparently now switched to SDL3 with the corresponding SDL2
wrapper? So it sounds like Cygwin does not provide a stand-alone SDL2
package anymore? ... but I fail to see how this could break this single
test only. Has anybody any ideas?
Thomas