forked from OSchip/llvm-project
[AArch64] Disable waitid.cpp test for AArch64
This test is failing intermittently on the AArch64 build bots, disable it for now to keep the bots green while we investigate it.
This commit is contained in:
parent
a70161808b
commit
be8b3f0c22
|
@ -1,7 +1,7 @@
|
|||
// RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
|
||||
// RUN: %clangxx_asan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
// UNSUPPORTED: darwin
|
||||
// UNSUPPORTED: darwin, aarch64
|
||||
|
||||
#include <assert.h>
|
||||
#include <sys/wait.h>
|
||||
|
|
Loading…
Reference in New Issue