Skip to content

Commit 2d0ac43

Browse files
committed
[test][hwasan] Remove mistaken XFAIL from test
OnUnmap tags to zero already.
1 parent a8016e2 commit 2d0ac43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Test that tagging of freed large region is 0, which is better for RSS usage.
22
// RUN: %clang_hwasan -mllvm -hwasan-globals=0 -mllvm -hwasan-instrument-stack=0 %s -o %t && %run %t 2>&1
33

4-
// TODO: implement.
5-
// XFAIL: pointer-tagging
6-
74
#include <assert.h>
85
#include <stdlib.h>
96

0 commit comments

Comments
 (0)