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:
@@ -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
|
||||
|
||||
|
||||
@@ -47,5 +47,3 @@ Done
|
||||
require_once "tester.inc";
|
||||
FPM\Tester::clean();
|
||||
?>
|
||||
--XFAIL--
|
||||
There are bugs in FPM
|
||||
|
||||
Reference in New Issue
Block a user