tony2001                Sat Aug 11 22:18:45 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/standard/tests/file    fscanf_variation9.phpt 
                                        fscanf_variation33.phpt 
                                        fscanf_variation34.phpt 
                                        fscanf_variation40.phpt 
  Log:
  MFH: fix tests
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fscanf_variation9.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/standard/tests/file/fscanf_variation9.phpt
diff -u php-src/ext/standard/tests/file/fscanf_variation9.phpt:1.1.2.1 
php-src/ext/standard/tests/file/fscanf_variation9.phpt:1.1.2.2
--- php-src/ext/standard/tests/file/fscanf_variation9.phpt:1.1.2.1      Fri Aug 
10 17:54:47 2007
+++ php-src/ext/standard/tests/file/fscanf_variation9.phpt      Sat Aug 11 
22:18:45 2007
@@ -1,5 +1,11 @@
 --TEST--
 Test fscanf() function: usage variations - float formats with integer values
+--SKIPIF--
+<?php
+if (PHP_INT_SIZE != 4) {
+       die("skip this test is for 32bit platform only");
+}
+?>
 --FILE--
 <?php
 
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fscanf_variation33.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/standard/tests/file/fscanf_variation33.phpt
diff -u php-src/ext/standard/tests/file/fscanf_variation33.phpt:1.1.2.1 
php-src/ext/standard/tests/file/fscanf_variation33.phpt:1.1.2.2
--- php-src/ext/standard/tests/file/fscanf_variation33.phpt:1.1.2.1     Fri Aug 
10 17:54:47 2007
+++ php-src/ext/standard/tests/file/fscanf_variation33.phpt     Sat Aug 11 
22:18:45 2007
@@ -1,5 +1,11 @@
 --TEST--
 Test fscanf() function: usage variations - hexa formats with integer values 
+--SKIPIF--
+<?php
+if (PHP_INT_SIZE != 4) {
+       die("skip this test is for 32bit platform only");
+}
+?>
 --FILE--
 <?php
 
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fscanf_variation34.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/standard/tests/file/fscanf_variation34.phpt
diff -u php-src/ext/standard/tests/file/fscanf_variation34.phpt:1.1.2.1 
php-src/ext/standard/tests/file/fscanf_variation34.phpt:1.1.2.2
--- php-src/ext/standard/tests/file/fscanf_variation34.phpt:1.1.2.1     Fri Aug 
10 17:54:47 2007
+++ php-src/ext/standard/tests/file/fscanf_variation34.phpt     Sat Aug 11 
22:18:45 2007
@@ -1,5 +1,11 @@
 --TEST--
 Test fscanf() function: usage variations - hexa formats with float values
+--SKIPIF--
+<?php
+if (PHP_INT_SIZE != 4) {
+       die("skip this test is for 32bit platform only");
+}
+?>
 --FILE--
 <?php
 
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fscanf_variation40.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/standard/tests/file/fscanf_variation40.phpt
diff -u php-src/ext/standard/tests/file/fscanf_variation40.phpt:1.1.2.1 
php-src/ext/standard/tests/file/fscanf_variation40.phpt:1.1.2.2
--- php-src/ext/standard/tests/file/fscanf_variation40.phpt:1.1.2.1     Fri Aug 
10 17:54:47 2007
+++ php-src/ext/standard/tests/file/fscanf_variation40.phpt     Sat Aug 11 
22:18:45 2007
@@ -1,5 +1,11 @@
 --TEST--
 Test fscanf() function: usage variations - unsigned formats with float values
+--SKIPIF--
+<?php
+if (PHP_INT_SIZE != 4) {
+       die("skip this test is for 32bit platform only");
+}
+?>
 --FILE--
 <?php
 

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

Reply via email to