We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
It seems to me that t/Mite-Attribute/cloner_method.t hangs on Windows as follows. ( perl Makefile.PL & dmake execution parts are omitted. )
perl Makefile.PL
dmake
Strawberry Perl 5.20.3 on Windows 8.1 (64bit)
C:\home\grapefruit\Mite-0.011000>prove -blv t\Mite-Attribute\cloner_method.t t\Mite-Attribute\cloner_method.t .. # Seeded srand with seed '20221113' from local date. ok 1 - clone => METHODNAME { ok 1 1..1 } (hangs)
Strawberry Perl 5.18.4 on Windows 8.1 (64bit)
C:\home\golfball\Mite-0.011000>prove -blv t\Mite-Attribute\cloner_method.t t\Mite-Attribute\cloner_method.t .. # Seeded srand with seed '20221113' from local date. ok 1 - clone => 1 { ok 1 1..1 } (hangs)
Strawberry Perl 5.16.3 on Windows 8.1 (64bit)
C:\home\pianokey\Mite-0.011000>prove -blv t\Mite-Attribute\cloner_method.t t\Mite-Attribute\cloner_method.t .. # Seeded srand with seed '20221113' from local date. ok 1 - clone => 1 { ok 1 1..1 } (hangs)
Thank you,
The text was updated successfully, but these errors were encountered:
I'm somewhat surprised that any of the test suite passes on Windows at all
Sorry, something went wrong.
No branches or pull requests
Hello,
It seems to me that t/Mite-Attribute/cloner_method.t hangs on Windows as follows.
(
perl Makefile.PL
&dmake
execution parts are omitted. )Strawberry Perl 5.20.3 on Windows 8.1 (64bit)
Strawberry Perl 5.18.4 on Windows 8.1 (64bit)
Strawberry Perl 5.16.3 on Windows 8.1 (64bit)
Thank you,
The text was updated successfully, but these errors were encountered: