tobyink / p5-mite

Perl 5 distribution Mite; see homepage for downloads and documentation.
https://metacpan.org/release/Mite
Other
3 stars 1 forks source link

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

Open twata1 opened 1 year ago

twata1 commented 1 year ago

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 commented 1 year ago

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