Skip to content
New issue

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

Mite-0.011000: t/Mite-Attribute/cloner_method.t seems to hang on some 64 bit Strawberry Perl versions #33

Open
twata1 opened this issue Nov 13, 2022 · 1 comment

Comments

@twata1
Copy link

twata1 commented Nov 13, 2022

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)

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,

@tobyink
Copy link
Owner

tobyink commented Nov 14, 2022

I'm somewhat surprised that any of the test suite passes on Windows at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants