[compiler-rt] be8b3f0 - [AArch64] Disable waitid.cpp test for AArch64

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 02:42:33 PDT 2020


Author: Oliver Stannard
Date: 2020-08-07T10:42:15+01:00
New Revision: be8b3f0c22048519f8a226e46f6a616806a8e558

URL: https://github.com/llvm/llvm-project/commit/be8b3f0c22048519f8a226e46f6a616806a8e558
DIFF: https://github.com/llvm/llvm-project/commit/be8b3f0c22048519f8a226e46f6a616806a8e558.diff

LOG: [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.

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/Posix/waitid.cpp

Removed: 
    


################################################################################
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 <assert.h>
 #include <sys/wait.h>


        


More information about the llvm-commits mailing list