[PATCH] D22553: [compiler-rt/asan] Disable irrelevant unittest on win64

Etienne Bergeron via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 08:00:41 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL276122: [compiler-rt/asan] Disable irrelevant unittest on win64 (authored by etienneb).

Changed prior to commit:
  https://reviews.llvm.org/D22553?vs=64612&id=64692#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D22553

Files:
  compiler-rt/trunk/test/asan/TestCases/Windows/shadow_mapping_failure.cc

Index: compiler-rt/trunk/test/asan/TestCases/Windows/shadow_mapping_failure.cc
===================================================================
--- compiler-rt/trunk/test/asan/TestCases/Windows/shadow_mapping_failure.cc
+++ compiler-rt/trunk/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.64692.patch
Type: text/x-patch
Size: 444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160720/f9679672/attachment.bin>


More information about the llvm-commits mailing list