Skip to content

Commit 2a25daa

Browse files
committed
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] <6ab4e33>
1 parent ffff27f commit 2a25daa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ext/openssl/tests/san_ipv6_peer_matching.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
IPv6 Peer verification matches SAN names
33
--EXTENSIONS--
44
openssl
5+
--CONFLICTS--
6+
port64324
57
--SKIPIF--
68
<?php
79
if (!function_exists("proc_open")) die("skip no proc_open");

ext/standard/tests/streams/bug51056.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #51056 (fread() on blocking stream will block even if data is available)
3+
--CONFLICTS--
4+
port64324
35
--FILE--
46
<?php
57

0 commit comments

Comments
 (0)