Skip to content

Commit

Permalink
[ASAN] Disable mmap test on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoimenov committed Jul 7, 2023
1 parent b0e249d commit 9b79e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 9b79e15

Please sign in to comment.