[test][sanitizer] Disable D153500 test on solaris
authorVitaly Buka <vitalybuka@google.com>
Tue, 27 Jun 2023 17:32:51 +0000 (10:32 -0700)
committerVitaly Buka <vitalybuka@google.com>
Tue, 27 Jun 2023 17:34:10 +0000 (10:34 -0700)
The test causes unexpectedly high RSS usage there.

compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c

index a3e9cd7..c7322bb 100644 (file)
@@ -12,6 +12,9 @@
 // Hwasan requires tagging of new allocations, so needs RSS for shadow.
 // UNSUPPORTED: hwasan
 
+// FIXME: Something wrong with MADV_FREE or MAP_NORESERVE there.
+// UNSUPPORTED: solaris
+
 void *p;
 
 int main(int argc, char **argv) {