[compiler-rt] a1ed652 - [test][sanitizer] Temporarily disable test

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 15:04:29 PDT 2024


Author: Vitaly Buka
Date: 2024-04-15T15:04:10-07:00
New Revision: a1ed652fb3589670180c08c2c6d5ef1ff337c658

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

LOG: [test][sanitizer] Temporarily disable test

Test, as expected, fails with Asan on system with 5lvl page tables.
Disabling the test to migrate buildbot.

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Linux/mmap_56bit_test.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/mmap_56bit_test.c b/compiler-rt/test/sanitizer_common/TestCases/Linux/mmap_56bit_test.c
index a6aed77d5691b8..02220cb78e6c99 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/mmap_56bit_test.c
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/mmap_56bit_test.c
@@ -1,6 +1,9 @@
 // RUN: %clang %s -pie -fPIE -o %t && %run %t
 // REQUIRES: x86_64-target-arch
 
+// FIXME: Fails Asan, as expected, with 5lvl page tables.
+// UNSUPPORTED: x86_64-target-arch
+
 #include <assert.h>
 #include <stdio.h>
 #include <sys/mman.h>


        


More information about the llvm-commits mailing list