io.sockets.tests: these needs to be conditional, in case you are ipv4 only

db4
Björn Lindqvist 2016-03-10 04:11:23 +01:00
parent 076abf04ce
commit 2713153273
1 changed files with 6 additions and 4 deletions

View File

@ -180,7 +180,9 @@ os unix? [
[ ] [ B{ 1 2 3 } "0.0.0.0" 9000 <inet4> send-once ] unit-test
[ ] [ B{ 1 2 3 } "0.0.0.0" 9000 <inet4> broadcast-once ] unit-test
ipv6-supported? [
[ ] [ B{ 1 2 3 } f 9000 <inet6> send-once ] unit-test
[ ] [ B{ 1 2 3 } f 9000 <inet6> broadcast-once ] unit-test
[ ] [ B{ 1 2 3 } "::" 9000 <inet6> send-once ] unit-test
[ ] [ B{ 1 2 3 } "::" 9000 <inet6> broadcast-once ] unit-test
] when