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

IO::Socket::INET Test failed on OS X 10.6.4 Server #2252

Closed
p6rt opened this issue Nov 12, 2010 · 5 comments
Closed

IO::Socket::INET Test failed on OS X 10.6.4 Server #2252

p6rt opened this issue Nov 12, 2010 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Nov 12, 2010

Migrated from rt.perl.org#79130 (status was 'resolved')

Searchable as RT79130$

@p6rt
Copy link
Author

p6rt commented Nov 12, 2010

From mindos@gmail.com

Hi there,

I built the latest Rakudo on OS X 10.6.4 Server, and the test
t/spec/S32-io/IO-Socket-INET.rakudo failed, only the first test
passed.

I tested with the shell script inside the test case. By running the
shell script directly, it works. But with the simple test listed
below, it returned nothing.

Sincerely,
Mindos

[Shell script]

sh t/spec/S32-io/IO-Socket-INET.sh 2 1024
echo '0123456789abcdefghijklmnopqrstuvwxyz' received

[Simple test]

./perl6 test.rakudo
(empty line)

[test.rakudo]
use v6;

my $received = qqx{sh t/spec/S32-io/IO-Socket-INET.sh 2 1024};
say "$received";

@p6rt
Copy link
Author

p6rt commented May 2, 2011

From @tadzik

On Fri Nov 12 13​:39​:19 2010, mindos@​gmail.com wrote​:

Hi there,

I built the latest Rakudo on OS X 10.6.4 Server, and the test
t/spec/S32-io/IO-Socket-INET.rakudo failed, only the first test
passed.

Hello,
The IO​::Socket​::INET implementation has changed recently, can you try
rerunning the tests and tell us if it's still broken?

Regards,
Ted

@p6rt
Copy link
Author

p6rt commented May 2, 2011

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented May 5, 2011

From mindos@gmail.com

Hi Ted,

It works on the latest build​:

t/spec/S32-io/dir.........................................ok
t/spec/S32-io/file-tests..................................ok
t/spec/S32-io/note........................................ok

Thanks!

/Mindos/

@p6rt
Copy link
Author

p6rt commented May 5, 2011

@moritz - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed May 5, 2011
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant