summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2017-07-16 01:28:40 +0000
committerVitaly Buka <vitalybuka@google.com>2017-07-16 01:28:40 +0000
commitb5b7b0b8b2e80a6fc48244f7eb43e6efa492c7d9 (patch)
treee7dd074586dfba8c794c1bd6f5fb9cc3fd25b8d1
parent773be72a9c628f15bd754de98692405e8af7b1bc (diff)
downloadcompiler-rt-b5b7b0b8b2e80a6fc48244f7eb43e6efa492c7d9.tar.gz
[asan] Disable not working new test on Windows
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@308123 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/asan/TestCases/allocator_returns_null.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/asan/TestCases/allocator_returns_null.cc b/test/asan/TestCases/allocator_returns_null.cc
index 309814451..8ce002f04 100644
--- a/test/asan/TestCases/allocator_returns_null.cc
+++ b/test/asan/TestCases/allocator_returns_null.cc
@@ -36,6 +36,8 @@
// RUN: %env_asan_opts=allocator_may_return_null=1 %run %t new-nothrow 2>&1 \
// RUN: | FileCheck %s --check-prefix=CHECK-nnNULL
+// UNSUPPORTED: win32
+
#include <assert.h>
#include <errno.h>
#include <stdio.h>