Open
Description
Description
The following code:
cd /tmp && \
fetch https://www.php.net/distributions/php-8.2.8.tar.xz && \
tar xvf php-8.2.8.tar.xz && \
cd /tmp/php-8.2.8 && \
./configure --disable-all && \
make test
Resulted in this output:
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test disk_free_space and its alias diskfreespace() functions : basic functionality [ext/standard/tests/file/disk_free_space_basic.phpt]
Test lstat() and stat() functions: usage variations - dir/file name stored in object [ext/standard/tests/file/lstat_stat_variation18.phpt]
Test lstat() and stat() functions: usage variations - dir/file names in array [ext/standard/tests/file/lstat_stat_variation19.phpt]
Test lstat() and stat() functions: usage variations - link names stored in array/object [ext/standard/tests/file/lstat_stat_variation20.phpt]
symlink() & friends [ext/standard/tests/file/symlink.phpt]
=====================================================================
php_test_results_20230711_0411.txt
I also tried to compile in /mnt. Another Failed throw.
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test disk_free_space and its alias diskfreespace() functions : basic functionality [ext/standard/tests/file/disk_free_space_basic.phpt]
Test lstat() and stat() functions: usage variations - dir/file name stored in object [ext/standard/tests/file/lstat_stat_variation18.phpt]
Test lstat() and stat() functions: usage variations - dir/file names in array [ext/standard/tests/file/lstat_stat_variation19.phpt]
Test lstat() and stat() functions: usage variations - link names stored in array/object [ext/standard/tests/file/lstat_stat_variation20.phpt]
Bug #74090 stream_get_contents maxlength>-1 returns empty string on windows [ext/standard/tests/streams/bug74090.phpt]
=====================================================================
php_test_results_20230711_0419.txt
But I expected this output instead:
Bug tests are in Passed / Skipped / Expected Failed / Warned, no Bug test is Failed
PHP Version
PHP 8.2.8
Operating System
FreeBSD 13.2-RELEASE