Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file copy_variation15.phpt copy_variation9.phpt fnmatch_basic.phpt fnmatch_error.phpt fnmatch_variation.phpt

2008-10-21 Thread Alexey Zakhlestin
On Tue, Oct 21, 2008 at 5:49 PM, Antony Dovgal <[EMAIL PROTECTED]> wrote:
> On 21.10.2008 17:10, Alexey Zakhlestin wrote:
>> they do.
>> although, I have a newer system
>>
>> # uname -a
>> Darwin tv.local 9.5.0 Darwin Kernel Version 9.5.0: Wed Sep  3 11:29:43
>> PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386 i386 i386 iMac5,1 Darwin
>
> Which means the tests should be disabled, as we cannot require
> certain MacOS version for users to be able to run our tests.
> Please revert the patch.

I've updated the patch. Does something still break for you?

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file copy_variation15.phpt copy_variation9.phpt fnmatch_basic.phpt fnmatch_error.phpt fnmatch_variation.phpt

2008-10-21 Thread Antony Dovgal
On 21.10.2008 17:10, Alexey Zakhlestin wrote:
> they do.
> although, I have a newer system
> 
> # uname -a
> Darwin tv.local 9.5.0 Darwin Kernel Version 9.5.0: Wed Sep  3 11:29:43
> PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386 i386 i386 iMac5,1 Darwin

Which means the tests should be disabled, as we cannot require 
certain MacOS version for users to be able to run our tests. 
Please revert the patch.

-- 
Wbr, 
Antony Dovgal

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file copy_variation15.phpt copy_variation9.phpt fnmatch_basic.phpt fnmatch_error.phpt fnmatch_variation.phpt

2008-10-21 Thread Alexey Zakhlestin
On Tue, Oct 21, 2008 at 5:07 PM, Antony Dovgal <[EMAIL PROTECTED]> wrote:
> On 21.10.2008 16:45, Alexey Zakhlestin wrote:
>> indeyets  Tue Oct 21 12:45:35 2008 UTC
>>
>>   Modified files:  (Branch: PHP_5_3)
>> /php-src/ext/standard/tests/file  copy_variation15.phpt
>>   copy_variation9.phpt
>>   fnmatch_basic.phpt
>>   fnmatch_error.phpt
>>   fnmatch_variation.phpt
>>   Log:
>>   these tests work just fine on macos-x
>
> Do they?

they do.
although, I have a newer system

# uname -a
Darwin tv.local 9.5.0 Darwin Kernel Version 9.5.0: Wed Sep  3 11:29:43
PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386 i386 i386 iMac5,1 Darwin

>
> # cat ext/standard/tests/file/fnmatch_basic.diff
> 002+
> 003+ Fatal error: Call to undefined function fnmatch() in 
> /private/var/root/tony/php-src_5_3/ext/standard/tests/file/fnmatch_basic.php 
> on line 10
> 002- bool(true)
> 003- bool(true)
> 004- bool(true)
> 005- bool(true)
> 006- bool(true)
> 007- bool(false)
> 008- *** Testing fnmatch() with other than file ***
> 009- bool(true)
> 010- bool(true)
> 011- bool(true)
> 012- bool(true)
> 013- bool(true)
> 014-
> 015- *** Done ***
>
> # uname -a
> Darwin Macon.local 8.9.1 Darwin Kernel Version 8.9.1: Thu Feb 22 20:55:00 PST 
> 2007; root:xnu-792.18.15~1/RELEASE_I386 i386 i386
>
> --
> Wbr,
> Antony Dovgal
>



-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file copy_variation15.phpt copy_variation9.phpt fnmatch_basic.phpt fnmatch_error.phpt fnmatch_variation.phpt

2008-10-21 Thread Antony Dovgal
On 21.10.2008 16:45, Alexey Zakhlestin wrote:
> indeyets  Tue Oct 21 12:45:35 2008 UTC
> 
>   Modified files:  (Branch: PHP_5_3)
> /php-src/ext/standard/tests/file  copy_variation15.phpt 
>   copy_variation9.phpt 
>   fnmatch_basic.phpt 
>   fnmatch_error.phpt 
>   fnmatch_variation.phpt 
>   Log:
>   these tests work just fine on macos-x

Do they?

# cat ext/standard/tests/file/fnmatch_basic.diff
002+
003+ Fatal error: Call to undefined function fnmatch() in 
/private/var/root/tony/php-src_5_3/ext/standard/tests/file/fnmatch_basic.php on 
line 10
002- bool(true)
003- bool(true)
004- bool(true)
005- bool(true)
006- bool(true)
007- bool(false)
008- *** Testing fnmatch() with other than file ***
009- bool(true)
010- bool(true)
011- bool(true)
012- bool(true)
013- bool(true)
014-
015- *** Done ***

# uname -a
Darwin Macon.local 8.9.1 Darwin Kernel Version 8.9.1: Thu Feb 22 20:55:00 PST 
2007; root:xnu-792.18.15~1/RELEASE_I386 i386 i386

-- 
Wbr, 
Antony Dovgal

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file copy_variation15.phpt copy_variation9.phpt fnmatch_basic.phpt fnmatch_error.phpt fnmatch_variation.phpt

2008-10-21 Thread Alexey Zakhlestin
indeyetsTue Oct 21 12:45:35 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/standard/tests/filecopy_variation15.phpt 
copy_variation9.phpt 
fnmatch_basic.phpt 
fnmatch_error.phpt 
fnmatch_variation.phpt 
  Log:
  these tests work just fine on macos-x
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/copy_variation15.phpt?r1=1.1.2.5.2.1&r2=1.1.2.5.2.2&diff_format=u
Index: php-src/ext/standard/tests/file/copy_variation15.phpt
diff -u php-src/ext/standard/tests/file/copy_variation15.phpt:1.1.2.5.2.1 
php-src/ext/standard/tests/file/copy_variation15.phpt:1.1.2.5.2.2
--- php-src/ext/standard/tests/file/copy_variation15.phpt:1.1.2.5.2.1   Mon Nov 
 5 17:43:20 2007
+++ php-src/ext/standard/tests/file/copy_variation15.phpt   Tue Oct 21 
12:45:35 2008
@@ -2,8 +2,8 @@
 Test copy() function: usage variations - destination dir access perms
 --SKIPIF--
 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/copy_variation9.phpt?r1=1.1.2.5.2.1&r2=1.1.2.5.2.2&diff_format=u
Index: php-src/ext/standard/tests/file/copy_variation9.phpt
diff -u php-src/ext/standard/tests/file/copy_variation9.phpt:1.1.2.5.2.1 
php-src/ext/standard/tests/file/copy_variation9.phpt:1.1.2.5.2.2
--- php-src/ext/standard/tests/file/copy_variation9.phpt:1.1.2.5.2.1Mon Nov 
 5 17:43:20 2007
+++ php-src/ext/standard/tests/file/copy_variation9.phptTue Oct 21 
12:45:35 2008
@@ -2,8 +2,8 @@
 Test copy() function: usage variations - destination file access perms 
 --SKIPIF--
 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fnmatch_basic.phpt?r1=1.1.2.2&r2=1.1.2.2.2.1&diff_format=u
Index: php-src/ext/standard/tests/file/fnmatch_basic.phpt
diff -u php-src/ext/standard/tests/file/fnmatch_basic.phpt:1.1.2.2 
php-src/ext/standard/tests/file/fnmatch_basic.phpt:1.1.2.2.2.1
--- php-src/ext/standard/tests/file/fnmatch_basic.phpt:1.1.2.2  Wed Aug 29 
10:11:40 2007
+++ php-src/ext/standard/tests/file/fnmatch_basic.phpt  Tue Oct 21 12:45:35 2008
@@ -2,8 +2,8 @@
 Test fnmatch() function: Basic functionality
 --SKIPIF--
 
 --FILE--
 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fnmatch_error.phpt?r1=1.1.2.2.2.1&r2=1.1.2.2.2.2&diff_format=u
Index: php-src/ext/standard/tests/file/fnmatch_error.phpt
diff -u php-src/ext/standard/tests/file/fnmatch_error.phpt:1.1.2.2.2.1 
php-src/ext/standard/tests/file/fnmatch_error.phpt:1.1.2.2.2.2
--- php-src/ext/standard/tests/file/fnmatch_error.phpt:1.1.2.2.2.1  Mon Nov 
 5 17:43:20 2007
+++ php-src/ext/standard/tests/file/fnmatch_error.phpt  Tue Oct 21 12:45:35 2008
@@ -2,8 +2,8 @@
 Test fnmatch() function: Error conditions
 --SKIPIF--
 
 --FILE--
 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fnmatch_variation.phpt?r1=1.1.2.2.2.1&r2=1.1.2.2.2.2&diff_format=u
Index: php-src/ext/standard/tests/file/fnmatch_variation.phpt
diff -u php-src/ext/standard/tests/file/fnmatch_variation.phpt:1.1.2.2.2.1 
php-src/ext/standard/tests/file/fnmatch_variation.phpt:1.1.2.2.2.2
--- php-src/ext/standard/tests/file/fnmatch_variation.phpt:1.1.2.2.2.1  Mon Nov 
 5 17:43:20 2007
+++ php-src/ext/standard/tests/file/fnmatch_variation.phpt  Tue Oct 21 
12:45:35 2008
@@ -2,8 +2,8 @@
 Test fnmatch() function: Variations
 --SKIPIF--
 
 --FILE--
 http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php