[test][hwasan] Describe why HWASAN does not work
authorVitaly Buka <vitalybuka@google.com>
Thu, 22 Jun 2023 23:58:56 +0000 (16:58 -0700)
committerVitaly Buka <vitalybuka@google.com>
Fri, 23 Jun 2023 00:07:02 +0000 (17:07 -0700)
compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c

index a9c04f3..9eae7a9 100644 (file)
 // UNSUPPORTED: android-26
 
 // FIXME: Make it work. Don't xfail to avoid excessive memory usage.
-// UNSUPPORTED: msan, hwasan
+// UNSUPPORTED: msan
+
+// Hwasan requires tagging of new allocations, so needs RSS for shadow.
+// UNSUPPORTED: hwasan
 
 void *p;