Skip to content

Commit 03399a9

Browse files
committed
[test] Disable the test without pointer tagging
In aliasing mode we tag only heap, not mmap, and can't pass. Still it's not clear why the test didn't fail before.
1 parent d119980 commit 03399a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/test/hwasan/TestCases/Linux/release-shadow.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Test that tagging a large region to 0 reduces RSS.
22
// RUN: %clang_hwasan -mllvm -hwasan-globals=0 -mllvm -hwasan-instrument-stack=0 %s -o %t && %run %t 2>&1
33

4+
// REQUIRES: pointer-tagging
5+
46
#include <assert.h>
57
#include <fcntl.h>
68
#include <stdio.h>

0 commit comments

Comments
 (0)