Edit report at https://bugs.php.net/bug.php?id=61621&edit=1
ID: 61621 Patch added by: a...@php.net Reported by: a...@php.net Summary: Test fail in ext/standard/tests/dir Status: Open Type: Bug Package: Directory function related Operating System: Windows PHP Version: 5.3.10 Block user comment: N Private report: N New Comment: The following patch has been added/updated: Patch Name: 61621.diff Revision: 1333539472 URL: https://bugs.php.net/patch-display.php?bug=61621&patch=61621.diff&revision=1333539472 Previous Comments: ------------------------------------------------------------------------ [2012-04-04 11:34:18] a...@php.net Description: ------------ All the failing tests diff looks like below or similar 036+ Warning: dir(1,1): The system cannot find the file specified. (code: 2) in C:\php-sdk\php53\vc9\x86\php-src\ext\standard\tests\dir\dir_variation1.php on line 73 037+ 046+ Warning: dir(1,1): The system cannot find the file specified. (code: 2) in C:\php-sdk\php53\vc9\x86\php-src\ext\standard\tests\dir\dir_variation1.php on line 73 047+ The tests are ext\standard\tests\dir\dir_variation8.phpt ext\standard\tests\dir\dir_variation9.phpt ext\standard\tests\dir\opendir_error2.phpt ext\standard\tests\dir\opendir_variation1.phpt ext\standard\tests\dir\opendir_variation6.phpt ext\standard\tests\dir\scandir_error2.phpt ext\standard\tests\dir\scandir_variation1.phpt ext\standard\tests\dir\scandir_variation6.phpt In the 5.4 and master branches thease are ignored on windows, so it must be pulled behind in the 5.3 branch. Expected result: ---------------- tests pass Actual result: -------------- tests fail ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61621&edit=1