Re: [PHP-CVS] cvs: php-src /ext/standard/tests/file clearstatcache_001.phpt

2008-08-15 Thread Marcus Boerger
Hello Jani,

  why did you drop the clean section here? Some test developers prefer to
have the cleanup code reside in the clean section as that allows them to
run the tests without cleanup while normall the tests would clean after
themselves.

marcus

Friday, August 15, 2008, 1:25:27 AM, you wrote:

 janiThu Aug 14 23:25:27 2008 UTC

   Modified files:  
 /php-src/ext/standard/tests/fileclearstatcache_001.phpt 
   Log:
   - Fix test: Do not leave your crap behind!
   
 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/clearstatcache_001.phpt?r1=1.3r2=1.4diff_format=u
 Index: php-src/ext/standard/tests/file/clearstatcache_001.phpt
 diff -u php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.3
 php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.4
 --- php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.3   Sun Aug 
 10 12:06:49 2008
 +++ php-src/ext/standard/tests/file/clearstatcache_001.phpt Thu Aug 14 
 23:25:27 2008
 @@ -30,9 +30,6 @@
  clearstatcache(true, __FILE__ . _link1);
  var_dump(realpath(__FILE__ . _link2));
  
-?
 ---CLEAN--
 -?php
  @rmdir(__FILE__ . _dir1);
  @rmdir(__FILE__ . _dir2);
  @unlink(__FILE__ . _link1);






Best regards,
 Marcus


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



Re: [PHP-CVS] cvs: php-src /ext/standard/tests/file clearstatcache_001.phpt

2008-08-15 Thread Jani Taskinen

Because it was the easiest way to fix this: __FILE__ is not same with clean and 
actual test sections,
so the clean section code did nothing however you run the tests..

btw. run-tests.php is such a mess that I don't want to even look at the code anymore. 
f.e. Are the tests in sapi/tests/ supposed to work in any branch..?


--Jani


Marcus Boerger [EMAIL PROTECTED] kirjoitti: 

Hello Jani,

  why did you drop the clean section here? Some test developers prefer to
have the cleanup code reside in the clean section as that allows them to
run the tests without cleanup while normall the tests would clean after
themselves.

marcus

Friday, August 15, 2008, 1:25:27 AM, you wrote:

 janiThu Aug 14 23:25:27 2008 UTC

   Modified files:  
 /php-src/ext/standard/tests/fileclearstatcache_001.phpt 
   Log:

   - Fix test: Do not leave your crap behind!
   
 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/clearstatcache_001.phpt?r1=1.3r2=1.4diff_format=u

 Index: php-src/ext/standard/tests/file/clearstatcache_001.phpt
 diff -u php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.3
 php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.4
 --- php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.3   Sun Aug 
10 12:06:49 2008
 +++ php-src/ext/standard/tests/file/clearstatcache_001.phpt Thu Aug 14 
23:25:27 2008
 @@ -30,9 +30,6 @@
  clearstatcache(true, __FILE__ . _link1);
  var_dump(realpath(__FILE__ . _link2));
  
-?

 ---CLEAN--
 -?php
  @rmdir(__FILE__ . _dir1);
  @rmdir(__FILE__ . _dir2);
  @unlink(__FILE__ . _link1);






Best regards,
 Marcus





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



[PHP-CVS] cvs: php-src /ext/standard/tests/file clearstatcache_001.phpt

2008-08-14 Thread Jani Taskinen
janiThu Aug 14 23:25:27 2008 UTC

  Modified files:  
/php-src/ext/standard/tests/fileclearstatcache_001.phpt 
  Log:
  - Fix test: Do not leave your crap behind!
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/clearstatcache_001.phpt?r1=1.3r2=1.4diff_format=u
Index: php-src/ext/standard/tests/file/clearstatcache_001.phpt
diff -u php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.3 
php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.4
--- php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.3 Sun Aug 10 
12:06:49 2008
+++ php-src/ext/standard/tests/file/clearstatcache_001.phpt Thu Aug 14 
23:25:27 2008
@@ -30,9 +30,6 @@
 clearstatcache(true, __FILE__ . _link1);
 var_dump(realpath(__FILE__ . _link2));
 
-?
---CLEAN--
-?php
 @rmdir(__FILE__ . _dir1);
 @rmdir(__FILE__ . _dir2);
 @unlink(__FILE__ . _link1);



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



[PHP-CVS] cvs: php-src /ext/standard/tests/file clearstatcache_001.phpt

2008-08-10 Thread Arnaud Le Blanc
lbarnaudSun Aug 10 12:06:49 2008 UTC

  Modified files:  
/php-src/ext/standard/tests/fileclearstatcache_001.phpt 
  Log:
  Fixed test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/clearstatcache_001.phpt?r1=1.2r2=1.3diff_format=u
Index: php-src/ext/standard/tests/file/clearstatcache_001.phpt
diff -u php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.2 
php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.3
--- php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.2 Sat Aug  9 
21:02:30 2008
+++ php-src/ext/standard/tests/file/clearstatcache_001.phpt Sun Aug 10 
12:06:49 2008
@@ -27,6 +27,7 @@
 clearstatcache(true, /foo/bar);
 var_dump(realpath(__FILE__ . _link2));
 clearstatcache(true, __FILE__ . _link2);
+clearstatcache(true, __FILE__ . _link1);
 var_dump(realpath(__FILE__ . _link2));
 
 ?



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



[PHP-CVS] cvs: php-src /ext/standard/tests/file clearstatcache_001.phpt

2008-08-09 Thread Antony Dovgal
tony2001Sat Aug  9 21:02:30 2008 UTC

  Modified files:  
/php-src/ext/standard/tests/fileclearstatcache_001.phpt 
  Log:
  fix typo
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/clearstatcache_001.phpt?r1=1.1r2=1.2diff_format=u
Index: php-src/ext/standard/tests/file/clearstatcache_001.phpt
diff -u php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.1 
php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.2
--- php-src/ext/standard/tests/file/clearstatcache_001.phpt:1.1 Thu Aug  7 
09:24:04 2008
+++ php-src/ext/standard/tests/file/clearstatcache_001.phpt Sat Aug  9 
21:02:30 2008
@@ -1,5 +1,5 @@
 --TEST--
-clearstatcache() optionnal parameters
+clearstatcache() optional parameters
 --SKIPIF--
 ?php
 if (strncmp(PHP_OS, WIN, 3) === 0) {



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