1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

Un-XFAIL FPM tests

These were XFAILed due to a bug in the log implementation that
caused intermittent failures. However, this issue is supposed to
be resolved in the meantime, so try dropping the XFAIL marker.
This commit is contained in:
Nikita Popov
2020-06-18 15:59:32 +02:00
parent 8ba0624a09
commit 76ca6bf3ef
2 changed files with 0 additions and 4 deletions

View File

@@ -2,8 +2,6 @@
FPM: Buffered worker output decorated log with multiple continuous messages (stdout/stderr mixed)
--SKIPIF--
<?php include "skipif.inc"; ?>
--XFAIL--
Fails regularly due to log line termination bug
--FILE--
<?php

View File

@@ -47,5 +47,3 @@ Done
require_once "tester.inc";
FPM\Tester::clean();
?>
--XFAIL--
There are bugs in FPM