Skip ::testT69870() under Windows system
authorRazeSoldier <razesoldier@outlook.com>
Sat, 15 Jun 2019 06:35:18 +0000 (14:35 +0800)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 22 Jun 2019 19:59:27 +0000 (19:59 +0000)
commitaf5df424fc15132d552443f626cd801ce74cc45d
treee2213b08fd36d6b26efdac672df752fb727d7c8f
parent6718d18339ca04a4832293ae95bce49ddcd4c6bf
Skip ::testT69870() under Windows system

Anonymous pipe under Windows does not support asynchronous read and write[1],
and the default buffer is too small (~4K), the test will definitely block it.

Before T69870, anonymous pipe for Windows can no longer hold more than 4K of data.

[1] https://docs.microsoft.com/en-us/windows/desktop/ipc/anonymous-pipe-operations

Bug: T209159
Change-Id: Ie9de36b1e6b68db95c35a0044c5b0d86c0050d33
tests/phpunit/includes/GlobalFunctions/wfShellExecTest.php
tests/phpunit/includes/shell/CommandTest.php