mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-13 13:45:16 +00:00
[msan] Disable flaky fork.cc on PPC64.
This test is very flaky on PPC64 (both BE and LE), but not on other platforms. llvm-svn: 282315
This commit is contained in:
parent
aa098de715
commit
5ab97ec2f6
@ -10,6 +10,9 @@
|
||||
// a kernel bug:
|
||||
// https://lkml.org/lkml/2014/2/17/324
|
||||
|
||||
// Flaky on PPC64.
|
||||
// UNSUPPORTED: powerpc64-target-arch
|
||||
// UNSUPPORTED: powerpc64le-target-arch
|
||||
|
||||
#include <pthread.h>
|
||||
#include <unistd.h>
|
||||
@ -89,7 +92,7 @@ int main() {
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
for (int i = 0; i < kChildren; ++i) {
|
||||
pid_t p;
|
||||
while ((p = wait(NULL)) == -1) { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user