io.sockets.tests: these needs to be conditional, in case you are ipv4 only
parent
076abf04ce
commit
2713153273
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue