[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] =?utf-8?q?svn:_/pecl/yaf/trunk/tests/_032.phpt_034.phpt?=
From:       Xinchen_Hui <laruence () php ! net>
Date:       2013-01-18 8:57:58
Message-ID: svn-laruence-1358499478-329206-626818465 () svn ! php ! net
[Download RAW message or body]

laruence                                 Fri, 18 Jan 2013 08:57:58 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=329206

Log:
skip on windows

Changed paths:
    U   pecl/yaf/trunk/tests/032.phpt
    U   pecl/yaf/trunk/tests/034.phpt

Modified: pecl/yaf/trunk/tests/032.phpt
===================================================================
--- pecl/yaf/trunk/tests/032.phpt	2013-01-18 08:50:37 UTC (rev 329205)
+++ pecl/yaf/trunk/tests/032.phpt	2013-01-18 08:57:58 UTC (rev 329206)
@@ -1,7 +1,12 @@
 --TEST--
 Check for Yaf_Config_Ini with env
 --SKIPIF--
-<?php if (!extension_loaded("yaf")) print "skip"; ?>
+<?php
+if (!extension_loaded("yaf")) print "skip";
+if (substr(PHP_OS, 0, 3) == 'WIN') {
+    die('skip seems windows doesnt support this');
+}
+?>
 --INI--
 yaf.directory=/foo/bar
 --FILE--

Modified: pecl/yaf/trunk/tests/034.phpt
===================================================================
--- pecl/yaf/trunk/tests/034.phpt	2013-01-18 08:50:37 UTC (rev 329205)
+++ pecl/yaf/trunk/tests/034.phpt	2013-01-18 08:57:58 UTC (rev 329206)
@@ -1,8 +1,12 @@
 --TEST--
 Check for Yaf_View_Simple::eval
 --SKIPIF--
-<?php if (!extension_loaded("yaf")) print "skip"; ?>
---INI--
+<?php
+if (!extension_loaded("yaf")) print "skip";
+if (substr(PHP_OS, 0, 3) == 'WIN') {
+    die('skip windows has a different absolute path');
+}
+?>
 --FILE--
 <?php
 $view = new Yaf_View_Simple("/tmp");



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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic