[compiler-rt] d5a779b - [test][sanitizer] Disable D153500 test on solaris

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 10:34:29 PDT 2023


Author: Vitaly Buka
Date: 2023-06-27T10:34:10-07:00
New Revision: d5a779b5a39b655ed9fafedaacbb017c46f5dbfe

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

LOG: [test][sanitizer] Disable D153500 test on solaris

The test causes unexpectedly high RSS usage there.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c b/compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c
index a3e9cd72c5a7c..c7322bb0b2efb 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c
+++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c
@@ -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) {


        


More information about the llvm-commits mailing list