mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
a7cf0725d8
For some reason, terminating the child process by sending CTRL+C won't work under ASan instrumentation. Since termination via CTRL+BREAK works, there is apparently nothing fundamentally wrong, so we just skip the test. Closes GH-17086.