[compiler-rt] 608ee35 - [AArch64][ASAN] Re-enable fgets_fputs.cpp test.

Yvan Roux via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 24 02:08:44 PDT 2021


Author: Yvan Roux
Date: 2021-03-24T10:06:04+01:00
New Revision: 608ee3593c7a2797d97252e1a437ccce73163d67

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

LOG: [AArch64][ASAN] Re-enable fgets_fputs.cpp test.

Now that AArch64 mapping symbols are correctly handled by
llvm-symbolizer this test can be re-enabled on that target.

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 4688f84a246f..34c952f2e02e 100644
--- a/compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cpp
+++ b/compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cpp
@@ -3,8 +3,6 @@
 // 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