Skip to content

Commit 7e15fa9

Browse files
committed
[test][sanitizer] Disable new test failing on PPC
1 parent 0544c78 commit 7e15fa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// The test uses pthread barriers which are not available on Darwin.
44
// UNSUPPORTED: darwin
55

6+
// FIXME: It probably hangs on this platform.
7+
// UNSUPPORTED: ppc
8+
69
// Forking in multithread environment is unsupported. However we already have
710
// some workarounds, and will add more, so this is the test.
811
// The test try to check two things:

0 commit comments

Comments
 (0)