[compiler-rt] r308123 - [asan] Disable not working new test on Windows
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 15 18:28:40 PDT 2017
Author: vitalybuka
Date: Sat Jul 15 18:28:40 2017
New Revision: 308123
URL: http://llvm.org/viewvc/llvm-project?rev=308123&view=rev
Log:
[asan] Disable not working new test on Windows
Modified:
compiler-rt/trunk/test/asan/TestCases/allocator_returns_null.cc
Modified: compiler-rt/trunk/test/asan/TestCases/allocator_returns_null.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/allocator_returns_null.cc?rev=308123&r1=308122&r2=308123&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/allocator_returns_null.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/allocator_returns_null.cc Sat Jul 15 18:28:40 2017
@@ -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>
More information about the llvm-commits
mailing list