[ASAN] Disable mmap test on Windows.
authorKirill Stoimenov <kstoimenov@google.com>
Fri, 7 Jul 2023 18:45:26 +0000 (18:45 +0000)
committerKirill Stoimenov <kstoimenov@google.com>
Fri, 7 Jul 2023 18:46:51 +0000 (18:46 +0000)
compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c

index 2df40fa..a2b6b26 100644 (file)
@@ -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>