[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:
Oliver Stannard 2020-08-07 10:41:16 +01:00
parent a70161808b
commit be8b3f0c22
1 changed files with 1 additions and 1 deletions

View File

@ -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>