[compiler-rt] 2d0ac43 - [test][hwasan] Remove mistaken XFAIL from test

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 17:11:05 PDT 2023


Author: Vitaly Buka
Date: 2023-07-25T17:10:53-07:00
New Revision: 2d0ac43df4f5cc7ceeb8979d6394eb03642539d9

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

LOG: [test][hwasan] Remove mistaken XFAIL from test

OnUnmap tags to zero already.

Added: 
    

Modified: 
    compiler-rt/test/hwasan/TestCases/secondary-tag-zero.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/hwasan/TestCases/secondary-tag-zero.c b/compiler-rt/test/hwasan/TestCases/secondary-tag-zero.c
index 84ce8fb4c825e9..45a54d6a58d21a 100644
--- a/compiler-rt/test/hwasan/TestCases/secondary-tag-zero.c
+++ b/compiler-rt/test/hwasan/TestCases/secondary-tag-zero.c
@@ -1,9 +1,6 @@
 // Test that tagging of freed large region is 0, which is better for RSS usage.
 // RUN: %clang_hwasan -mllvm -hwasan-globals=0 -mllvm -hwasan-instrument-stack=0 %s -o %t && %run %t 2>&1
 
-// TODO: implement.
-// XFAIL: pointer-tagging
-
 #include <assert.h>
 #include <stdlib.h>
 


        


More information about the llvm-commits mailing list