[compiler-rt] 9b79e15 - [ASAN] Disable mmap test on Windows.

Kirill Stoimenov via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 7 11:47:17 PDT 2023


Author: Kirill Stoimenov
Date: 2023-07-07T18:46:51Z
New Revision: 9b79e15da189b01da477a64f8987b5f836ce5847

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

LOG: [ASAN] Disable mmap test on Windows.

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c b/compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c
index 2df40fafbe7fad..a2b6b264153c28 100644
--- a/compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c
+++ b/compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c
@@ -1,6 +1,7 @@
 // Test for mmap/munmap interceptors.
 // RUN: %clang_asan  %s -o %t
 // RUN: %run %t 2>&1
+// UNSUPPORTED: target={{.*windows.*}}
 
 #include <assert.h>
 #include <sanitizer/asan_interface.h>


        


More information about the llvm-commits mailing list