From: Michael Wallner Date: Tue, 6 May 2014 10:19:53 +0000 (+0200) Subject: XFAIL-- for bug #67198 X-Git-Tag: PRE_PHPNG_MERGE~307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=416cc83f4e4a506f95e77d07c805d353b5e81ca4;p=php XFAIL-- for bug #67198 --- diff --git a/tests/basic/bug67198.phpt b/tests/basic/bug67198.phpt index d28a292afa..9e2e224509 100644 --- a/tests/basic/bug67198.phpt +++ b/tests/basic/bug67198.phpt @@ -37,8 +37,6 @@ php_cli_server_start("exit(file_get_contents('php://input'));", false, "-d enabl var_dump(file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS, false, $context)); var_dump(file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS, false, $context)); ---XFAIL-- -67198 is open --EXPECT-- string(4) "PASS" string(4) "PASS"