[perl #130892] t\spec\S32-io\IO-Socket-INET.t hangs

2018-03-07 Thread Zoffix Znet via RT
A Windows-specific skip-fudge now went in[^1] but the problem remains [1] https://github.com/perl6/roast/commit/86abb5376bd331d9766212ce4d0c11c11dd5c5dd

[perl #130892] t\spec\S32-io\IO-Socket-INET.t hangs

2018-03-07 Thread Zoffix Znet via RT
A Windows-specific skip-fudge now went in[^1] but the problem remains [1] https://github.com/perl6/roast/commit/86abb5376bd331d9766212ce4d0c11c11dd5c5dd

[perl #130892] t\spec\S32-io\IO-Socket-INET.t hangs

2018-03-04 Thread Ron Schmidt via RT
>From your description of running the test with nmake I find it reasonable to >assume you are testing on windows. Winsock seems to have a 1 second delay for >“connection refused” errors which is triggered (2000 times) by a test added >with PR 227: https://github.com/perl6/roast/pull/227. I saw

Re: [perl #130892] t\spec\S32-io\IO-Socket-INET.t hangs

2017-03-01 Thread A. Sinan Unur
I have observed this before (including with the 2017.01 release), but most recently today after building from a fresh pull. $ perl6 -v This is Rakudo version 2017.02-140-gdd1dab2 built on MoarVM version 2017.02-20-g773711e implementing Perl 6.c. $ nqp -v This is nqp version 2017.02-39-g2780ed7 bu

[perl #130892] t\spec\S32-io\IO-Socket-INET.t hangs

2017-03-01 Thread Zoffix Znet via RT
Hi, would you please include the version you're using?. You can get it by running `perl6 -v`

[perl #130892] t\spec\S32-io\IO-Socket-INET.t hangs

2017-03-01 Thread via RT
# New Ticket Created by A. Sinan Unur # Please include the string: [perl #130892] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130892 > When running `nmake spectest` with a development snapshot build of MoarVM, NQP, and Raku