You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t/mojo/daemon.t ............................ # No tests run!
# Failed test 'No tests run for subtest "Minimal application"'
# at t/mojo/daemon.t line 36.
t/mojo/daemon.t ............................ 1/? IO::Poll::poll not implemented on this architecture at C:\msys64\home\kimot\.cpanm\work\1715129973.17512\Mojolicious-9.36\blib\lib/Mojo/Reactor/Poll.pm line 55.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/mojo/daemon.t ............................ Dubious, test returned 255 (wstat 65280, 0xff00)
IO 1.51
* Fix dist/IO/poll.h for mingw-w64 runtimes 9.0 and later
I think mingw-w64 needs IO 1.51+ to pass tests of Mojolicious.
The text was updated successfully, but these errors were encountered:
yuki-kimoto
changed the title
mingw-w64 needs IO 1.51+ to pass tests of Mojolicious
mingw-w64 on MSYS2 MINGW64 needs IO 1.51+ to pass tests of Mojolicious
May 8, 2024
Can you reliably detect that it is mingw and not just windows? If so then in theory we could dynamcially inject the prereq but we don't do that in any other cases and to make an exception for one windows dist is going to be a tough sell.
Steps to reproduce the behavior
Expected behavior
All tests are passed.
Actual behavior
I installed latest IO module. This was fixed.
https://metacpan.org/dist/IO/changes
I think mingw-w64 needs IO 1.51+ to pass tests of Mojolicious.
The text was updated successfully, but these errors were encountered: