From 2a25daa40905a1a5c8919cb332d9f997857c3659 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 20 Nov 2024 13:40:48 +0100 Subject: [PATCH 1/2] Mark tests using port 64324 as conflicting Alternatively, we could choose another port, but that likely will conflict with some other test in the future. The proper solution would be to use ephemeral ports[1], but our OpenSSL `ServerClientTestCase` does not support this yet. [1] --- ext/openssl/tests/san_ipv6_peer_matching.phpt | 2 ++ ext/standard/tests/streams/bug51056.phpt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ext/openssl/tests/san_ipv6_peer_matching.phpt b/ext/openssl/tests/san_ipv6_peer_matching.phpt index 81966025d3969..8d7675a541f12 100644 --- a/ext/openssl/tests/san_ipv6_peer_matching.phpt +++ b/ext/openssl/tests/san_ipv6_peer_matching.phpt @@ -2,6 +2,8 @@ IPv6 Peer verification matches SAN names --EXTENSIONS-- openssl +--CONFLICTS-- +port64324 --SKIPIF-- Date: Mon, 25 Nov 2024 12:34:15 +0100 Subject: [PATCH 2/2] Use another port instead of marking the tests as conflicting --- ext/openssl/tests/san_ipv6_peer_matching.phpt | 2 -- ext/standard/tests/streams/bug51056.phpt | 6 ++---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ext/openssl/tests/san_ipv6_peer_matching.phpt b/ext/openssl/tests/san_ipv6_peer_matching.phpt index 8d7675a541f12..81966025d3969 100644 --- a/ext/openssl/tests/san_ipv6_peer_matching.phpt +++ b/ext/openssl/tests/san_ipv6_peer_matching.phpt @@ -2,8 +2,6 @@ IPv6 Peer verification matches SAN names --EXTENSIONS-- openssl ---CONFLICTS-- -port64324 --SKIPIF--