[PATCH] D22553: [compiler-rt/asan] Disable irrelevant unittest on win64
Etienne Bergeron via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 19 16:59:07 PDT 2016
etienneb created this revision.
etienneb added a reviewer: rnk.
etienneb added subscribers: chrisha, wang0109, llvm-commits.
Herald added a subscriber: kubabrecka.
This test is allocating a 1gig chunk to make shadow allocation failed,
but on 64-bits architecture the test is working.
https://reviews.llvm.org/D22553
Files:
test/asan/TestCases/Windows/shadow_mapping_failure.cc
Index: test/asan/TestCases/Windows/shadow_mapping_failure.cc
===================================================================
--- test/asan/TestCases/Windows/shadow_mapping_failure.cc
+++ test/asan/TestCases/Windows/shadow_mapping_failure.cc
@@ -1,5 +1,6 @@
// RUN: %clang_cl_asan -O0 %s -Fe%t
// RUN: not %run %t 2>&1 | FileCheck %s
+// REQUIRES: asan-32-bits
#include <stdio.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22553.64612.patch
Type: text/x-patch
Size: 390 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160719/4e827cfb/attachment.bin>
More information about the llvm-commits
mailing list