mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user