[compiler-rt] c0f224e - [AArch64][ASAN] Disable fgets_fputs.cpp test.

Yvan Roux via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 23:06:03 PDT 2021


Author: Yvan Roux
Date: 2021-03-16T07:00:19+01:00
New Revision: c0f224e6301916f605378879f80f41241c8e5587

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

LOG: [AArch64][ASAN] Disable fgets_fputs.cpp test.

This test is failing for long a time on AArch64 bots, disable it for now
to keep the bots green while investigating it.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cpp b/compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cpp
index 34c952f2e02e..4688f84a246f 100644
--- a/compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cpp
+++ b/compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cpp
@@ -3,6 +3,8 @@
 // RUN: not %run %t 2 2>&1 | FileCheck %s --check-prefix=CHECK-FPUTS
 // RUN: not %run %t 3 2>&1 | FileCheck %s --check-prefix=CHECK-PUTS
 
+// UNSUPPORTED: aarch64
+
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>


        


More information about the llvm-commits mailing list