From 73b3ed5a38cdd2312351ea8f19c3c89cbfc1154c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 18 Nov 2024 22:22:25 -0800 Subject: TCPv6 test suite fixes for addresses. We moved some of the tests out of the older Convey framework into the NUTS framework. --- tests/tcp6.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests') diff --git a/tests/tcp6.c b/tests/tcp6.c index f6fd5a7c..a3ce919b 100644 --- a/tests/tcp6.c +++ b/tests/tcp6.c @@ -75,14 +75,4 @@ TestMain("TCP (IPv6) Transport", { } else { SkipSo("IPv6 not available"); } - - Convey("Malformed TCPv6 addresses do not panic", { - nng_socket s1; - - So(nng_pair_open(&s1) == 0); - Reset({ nng_close(s1); }); - So(nng_dial(s1, "tcp://::1", NULL, 0) == NNG_EADDRINVAL); - So(nng_dial(s1, "tcp://::1:5055", NULL, 0) == NNG_EADDRINVAL); - So(nng_dial(s1, "tcp://[::1]", NULL, 0) == NNG_EADDRINVAL); - }); }) -- cgit v1.2.3-70-g09d2