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.

(cherry picked from commit fca6d9c12f5bf06469cf9f7db8c42f66ef792fd2)
This commit is contained in:
Iain Sandoe 2023-02-26 13:53:52 +00:00 committed by Iain Sandoe
parent e79c653311
commit 025a3f4178

View File

@ -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;