Skip to content

Instantly share code, notes, and snippets.

@lizmat
Created July 24, 2015 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lizmat/7f6069a83f62ae01e03f to your computer and use it in GitHub Desktop.
Save lizmat/7f6069a83f62ae01e03f to your computer and use it in GitHub Desktop.
$ perl6 t/spec/S32-io/IO-Socket-INET.t
1..47
# [0s] starting tests
# [0s] Testing on port 1024
ok 1 - [1s] echo server and client
ok 2 - finished in time #1
ok 3 - [1s] discard server and client
ok 4 - finished in time #2
ok 5 - [1s] received first 7 characters
ok 6 - finished in time #3
ok 7 - [0s] received next 3 characters
ok 8 - finished in time #4
ok 9 - [0s] remaining 26 were buffered
ok 10 - finished in time #5
ok 11 - [0s] received 뻯
ok 12 - finished in time #6
ok 13 - [0s] ... which is 1 character
ok 14 - finished in time #7
ok 15 - [0s] received another character
ok 16 - finished in time #8
ok 17 - [0s] combined the bytes form 몾
ok 18 - finished in time #9
ok 19 - [1s] get() with default separator
ok 20 - finished in time #10
ok 21 - [0s] default separator
ok 22 - finished in time #11
ok 23 - [0s] \r\n separator
ok 24 - finished in time #12
ok 25 - [0s] . as a separator
ok 26 - finished in time #13
ok 27 - [0s] ! separator not at end of string
ok 28 - finished in time #14
ok 29 - [0s] Multiple separators not at end of string
ok 30 - finished in time #15
ok 31 - [0s] ! separator at end of string
ok 32 - [4s] received first character
ok 33 - finished in time #16
ok 34 - [1s] received last character
ok 35 - finished in time #17
ok 36 - [0s] total amount
ok 37 - finished in time #18
Unable to execute 'PERL6_BINARY=/Users/liz/Github/rakudo.moar/perl6 sh t/spec/S32-io/IO-Socket-INET.sh 7 1024'
in block <unit> at t/spec/S32-io/IO-Socket-INET.t:170
Actually thrown at:
in any at src/gen/m-Metamodel.nqp:2843
in block <unit> at t/spec/S32-io/IO-Socket-INET.t:172
# Looks like you planned 47 tests, but ran 37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment