From be8b3f0c22048519f8a226e46f6a616806a8e558 Mon Sep 17 00:00:00 2001 From: Oliver Stannard Date: Fri, 7 Aug 2020 10:41:16 +0100 Subject: [PATCH] [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. --- compiler-rt/test/asan/TestCases/Posix/waitid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/asan/TestCases/Posix/waitid.cpp b/compiler-rt/test/asan/TestCases/Posix/waitid.cpp index 5e635c7777e8..96b91f94765c 100644 --- a/compiler-rt/test/asan/TestCases/Posix/waitid.cpp +++ b/compiler-rt/test/asan/TestCases/Posix/waitid.cpp @@ -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 #include