Edit report at https://bugs.php.net/bug.php?id=61621&edit=1

 ID:                 61621
 Updated by:         a...@php.net
 Reported by:        a...@php.net
 Summary:            Test fail in ext/standard/tests/dir
-Status:             Open
+Status:             Closed
 Type:               Bug
 Package:            Directory function related
 Operating System:   Windows
 PHP Version:        5.3.10
-Assigned To:        
+Assigned To:        ab
 Block user comment: N
 Private report:     N

 New Comment:

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------
[2012-04-10 01:59:56] mattfic...@php.net

The patch works for me on Windows 7 and Gentoo Linux (x86 & x64) on 
php-5-3-r0f180a6.

------------------------------------------------------------------------
[2012-04-04 11:38:32] a...@php.net

The patch adds an SKIPF clause on windows for the faling tests

------------------------------------------------------------------------
[2012-04-04 11:37:52] a...@php.net

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

------------------------------------------------------------------------
[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

Reply via email to