mirror of
https://github.com/php/php-src.git
synced 2024-12-12 19:33:31 +08:00
914c1ec1d4
Context: The ext/standard/tests/file/popen_pclose_error-win32.phpt test often fails under parallel testing, because the "is not recognized as an internal or external command" message doesn't actually have a guaranteed position in the output. While looking into this, I noticed that this test on Windows tests something very different (invalid comand) than on Linux (invalid mode). Here I'm adjusting the Windows popen implementation so it immediately fails on a `rw` mode, just like it does on Linux. |
||
---|---|---|
.. | ||
m4 | ||
config.w32 | ||
LICENSE | ||
readdir.h | ||
threads.m4 | ||
tsrm_config_common.h | ||
tsrm_config.w32.h | ||
tsrm_strtok_r.c | ||
tsrm_strtok_r.h | ||
tsrm_win32.c | ||
tsrm_win32.h | ||
TSRM.c | ||
TSRM.h | ||
tsrm.m4 |