aboutsummaryrefslogtreecommitdiff
path: root/libphobos
diff options
context:
space:
mode:
authorIain Sandoe <iainsandoe@Apollo-3-VM-Lion-0-187.local>2023-02-26 13:53:52 +0000
committerIain Sandoe <iain@sandoe.co.uk>2023-07-01 17:14:23 +0100
commitfca6d9c12f5bf06469cf9f7db8c42f66ef792fd2 (patch)
tree0afe0a415c6c47b4b7d3c861fa5b9f72b7775f93 /libphobos
parentda108c75ad386b3f1f47abb2265296e4b61d578a (diff)
downloadgcc-fca6d9c12f5bf06469cf9f7db8c42f66ef792fd2.zip
gcc-fca6d9c12f5bf06469cf9f7db8c42f66ef792fd2.tar.gz
gcc-fca6d9c12f5bf06469cf9f7db8c42f66ef792fd2.tar.bz2
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.
Diffstat (limited to 'libphobos')
-rw-r--r--libphobos/testsuite/libphobos.gc/forkgc2.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/libphobos/testsuite/libphobos.gc/forkgc2.d b/libphobos/testsuite/libphobos.gc/forkgc2.d
index de7796c..38d0d0c 100644
--- a/libphobos/testsuite/libphobos.gc/forkgc2.d
+++ b/libphobos/testsuite/libphobos.gc/forkgc2.d
@@ -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;