Skip to content

Instantly share code, notes, and snippets.

@lizmat
Created December 14, 2015 19:58
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/5645d9a47b2c3b112487 to your computer and use it in GitHub Desktop.
Save lizmat/5645d9a47b2c3b112487 to your computer and use it in GitHub Desktop.
UDP Test failures on OS X
$ perl6 --ll-exception t/spec/S32-io/IO-Socket-Async-UDP.t
1..2
Unhandled exception in code scheduled on thread 6
Unexplained error
# Looks like you planned 2 tests, but ran 0
$ perl6 --ll-exception t/spec/S32-io/IO-Socket-Async-UDP.t
1..2
Unhandled exception in code scheduled on thread 3
Unexplained error
# Looks like you planned 2 tests, but ran 0
$ perl6 --ll-exception t/spec/S32-io/IO-Socket-Async-UDP.t
1..2
Unhandled exception in code scheduled on thread 3
Unexplained error
# Looks like you planned 2 tests, but ran 0
$ perl6 --ll-exception t/spec/S32-io/IO-Socket-Async-UDP.t
1..2
Unhandled exception in code scheduled on thread 3
Unexplained error
# Looks like you planned 2 tests, but ran 0
$ perl6 --ll-exception t/spec/S32-io/IO-Socket-Async-UDP.t
1..2
ok 1 - Sent/received data with UDP (print)
Unhandled exception in code scheduled on thread 3
Unexplained error
# Looks like you planned 2 tests, but ran 1
$ perl6 --ll-exception t/spec/S32-io/IO-Socket-Async-UDP.t
1..2
Unhandled exception in code scheduled on thread 6
Unexplained error
# Looks like you planned 2 tests, but ran 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment