Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added a comment to socket_send_recv.t
  • Loading branch information
zhuomingliang committed Aug 26, 2013
1 parent 811b455 commit ea819fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nqp-cc/t/moar/socket_send_recv.t
Expand Up @@ -3,6 +3,8 @@ use MASTTesting;

plan(1);

# This test can't work on windows due to a libuv bug, see test-tcp-connect-error-after-write.c in libuv, and
# https://github.com/joyent/libuv/issues/444
mast_frame_output_is(-> $frame, @ins, $cu {
my $r0 := local($frame, NQPMu);
my $r1 := const($frame, sval("www.google.com")); # hostname
Expand Down

0 comments on commit ea819fe

Please sign in to comment.