mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
libphobos, testsuite: Disable forkgc2 on Darwin [PR103944]
It hangs the testsuite (requiring manual intervention to kill the spawned processes) which breaks CI. The reason for the hang id not clear. This skips the test for now (xfail does not work). Signed-off-by: Iain Sandoe <iain@sandoe.co.uk> PR d/103944 libphobos/ChangeLog: * testsuite/libphobos.gc/forkgc2.d: Skip for Darwin.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// { dg-skip-if "test hangs the testsuite PR103944" { *-*-darwin* } }
|
||||
import core.stdc.stdlib : exit;
|
||||
import core.sys.posix.sys.wait : waitpid;
|
||||
import core.sys.posix.unistd : fork;
|
||||
|
||||
Reference in New Issue
Block a user