History log of /PHP-7.4/ext/standard/tests/streams/bug78883.phpt (Results 1 – 6 of 6)
Revision Date Author Comments
# bf629baa 09-Jan-2020 Christoph M. Becker

Silence potential taskkill error messages

That test is still intermittently failing, because failure to kill the
child process is reported. Therefore we silence these error messages.


# 896f7533 07-Jan-2020 Christoph M. Becker

Increase sleep() time in test case

Apparently, the former increase to `sleep(2)` helped somewhat, but
still the test fails occassionally.


# fc6e83e0 03-Jan-2020 Christoph M. Becker

Try to fix intermittently failing test case

This test fails intermittently due to taskill reporting failure to kill
the process (because it already has been terminated). We increase the

Try to fix intermittently failing test case

This test fails intermittently due to taskill reporting failure to kill
the process (because it already has been terminated). We increase the
sleep time, to hopefully prevent that from happening again.

show more ...


# c39b45df 02-Jan-2020 Christoph M. Becker

Add test case for bug #78883

The original test has been provided by divinity76.


# 8d2b20db 31-Dec-2019 Christoph M. Becker

[ci skip] Revert "Add test case for bug #78883"

This reverts commit 09e76cbe6d73399f3476942e7502de0bdbf65fa2, because
the test fails reliably on AppVeyor. This needs closer investigatio

[ci skip] Revert "Add test case for bug #78883"

This reverts commit 09e76cbe6d73399f3476942e7502de0bdbf65fa2, because
the test fails reliably on AppVeyor. This needs closer investigation.

show more ...


# 09e76cbe 31-Dec-2019 Christoph M. Becker

Add test case for bug #78883

The actual test has been provided by divinity76.