com php-src: skip test: Zend/tests/bug74093.phpt

[email protected] (Anatol Belski)
Newsgroups php.cvs
Message-ID <[email protected]>
Commit:    8ad75bec976724e6e60f0820e81f0ed0dfda9071
Author:    Anatol Belski <[email protected]>         Wed, 15 Feb 2017 16:12:34 +0100
Parents:   2a61e5495affef963f04a3322412c1d316d83ab5
Branches:  PHP-7.1 master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=8ad75bec976724e6e60f0820e81f0ed0dfda9071

Log:
skip test

The code path not available on Windows.

Changed paths:
  M  Zend/tests/bug74093.phpt


Diff:
diff --git a/Zend/tests/bug74093.phpt b/Zend/tests/bug74093.phpt
index bf5e507..22c78a6 100644
--- a/Zend/tests/bug74093.phpt
+++ b/Zend/tests/bug74093.phpt
@@ -4,6 +4,7 @@ Bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_lo
 <?php
 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
 if (PHP_ZTS) die("skip only for no-zts build");
+if (substr(PHP_OS, 0, 3) == 'WIN') die("skip not for Windows");
 ?>
 --INI--
 memory_limit=1G
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.