]> granicus.if.org Git - php/commitdiff
Temporarily skip test
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 5 Jul 2019 10:44:55 +0000 (12:44 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 5 Jul 2019 10:48:10 +0000 (12:48 +0200)
This test hangs on Windows for ~10 minutes as of commit 30019f4, so we
temporarily skip it.  The issue will be investigated by Joe and myself
in due course.

ext/standard/tests/streams/bug64433.phpt

index bb22edee55f93c376e9c93e69c76e19714efc095..b42356e11e7da7b922b8356cb4f6081afcc2673e 100644 (file)
@@ -2,6 +2,7 @@
 Bug #60180 ($_SERVER["PHP_SELF"] incorrect)
 --SKIPIF--
 <?php
+if (substr(PHP_OS, 0, 3) == 'WIN') die("skip test hangs on Windows as of commit 30019f4");
 if(!file_exists(__DIR__."/../../../../sapi/cli/tests/php_cli_server.inc"))
        die("skip could not found cli server script");
 $res = @include __DIR__."/../../../../sapi/cli/tests/php_cli_server.inc";