summaryrefslogtreecommitdiff
path: root/sapi/fpm
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-06-18 15:59:32 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-06-18 15:59:32 +0200
commit76ca6bf3eff437f0493bbdd87bdfb6569ca56501 (patch)
tree899fa32a58b9aa0a817fcd41d11aa77369cafd93 /sapi/fpm
parent8ba0624a09fe83e4c718361fc7599bc61d06c577 (diff)
downloadphp-git-76ca6bf3eff437f0493bbdd87bdfb6569ca56501.tar.gz
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.
Diffstat (limited to 'sapi/fpm')
-rw-r--r--sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stderr.phpt2
-rw-r--r--sapi/fpm/tests/log-bwd-multiple-msgs.phpt2
2 files changed, 0 insertions, 4 deletions
diff --git a/sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stderr.phpt b/sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stderr.phpt
index 22f2dd1600..376a972bac 100644
--- a/sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stderr.phpt
+++ b/sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stderr.phpt
@@ -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
diff --git a/sapi/fpm/tests/log-bwd-multiple-msgs.phpt b/sapi/fpm/tests/log-bwd-multiple-msgs.phpt
index 2541febed7..b221a8344c 100644
--- a/sapi/fpm/tests/log-bwd-multiple-msgs.phpt
+++ b/sapi/fpm/tests/log-bwd-multiple-msgs.phpt
@@ -47,5 +47,3 @@ Done
require_once "tester.inc";
FPM\Tester::clean();
?>
---XFAIL--
-There are bugs in FPM