We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0544c78 commit 7e15fa9Copy full SHA for 7e15fa9
compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.c
@@ -3,6 +3,9 @@
3
// The test uses pthread barriers which are not available on Darwin.
4
// UNSUPPORTED: darwin
5
6
+// FIXME: It probably hangs on this platform.
7
+// UNSUPPORTED: ppc
8
+
9
// Forking in multithread environment is unsupported. However we already have
10
// some workarounds, and will add more, so this is the test.
11
// The test try to check two things:
0 commit comments