Mark gd14930.phpt as dynamic xfail

This test only fails when `NAME_MAX` is defined, which is never the
case on Windows, so we let the test pass there.  This could be extended
to other environments where `NAME_MAX` is not defined.
This commit is contained in:
Christoph M. Becker 2024-08-28 14:40:22 +02:00
parent 5f504f10dd
commit ac4039df20
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6

View File

@ -1,7 +1,9 @@
--TEST--
GH-14930: Custom stream wrapper dir_readdir output truncated to 255 characters in PHP 8.3
--XFAIL--
Fix is an ABI break so reverted from 8.3
--SKIPIF--
<?php
if (PHP_OS_FAMILY !== "Windows") die("xfail Fix is an ABI break so reverted from 8.3");
?>
--FILE--
<?php