Skip to content

Commit

Permalink
Un-XFAIL FPM tests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nikic committed Jun 18, 2020
1 parent 8ba0624 commit 76ca6bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stderr.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions sapi/fpm/tests/log-bwd-multiple-msgs.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,3 @@ Done
require_once "tester.inc";
FPM\Tester::clean();
?>
--XFAIL--
There are bugs in FPM

0 comments on commit 76ca6bf

Please sign in to comment.