[compiler-rt] 3c0ae1f - [ASAN] Moved mmap/munmap test to posix.
Kirill Stoimenov via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 7 15:43:48 PDT 2023
Author: Kirill Stoimenov
Date: 2023-07-07T22:42:31Z
New Revision: 3c0ae1f5ab134b7f83d5988752508a81d8cdf4e6
URL: https://github.com/llvm/llvm-project/commit/3c0ae1f5ab134b7f83d5988752508a81d8cdf4e6
DIFF: https://github.com/llvm/llvm-project/commit/3c0ae1f5ab134b7f83d5988752508a81d8cdf4e6.diff
LOG: [ASAN] Moved mmap/munmap test to posix.
Added:
compiler-rt/test/asan/TestCases/Posix/mapped_mem_interceptors.c
Modified:
Removed:
compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c
################################################################################
diff --git a/compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c b/compiler-rt/test/asan/TestCases/Posix/mapped_mem_interceptors.c
similarity index 96%
rename from compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c
rename to compiler-rt/test/asan/TestCases/Posix/mapped_mem_interceptors.c
index a2b6b264153c28..2df40fafbe7fad 100644
--- a/compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c
+++ b/compiler-rt/test/asan/TestCases/Posix/mapped_mem_interceptors.c
@@ -1,7 +1,6 @@
// 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