[compiler-rt] r242449 - [ASan] PR24150: restrict test case to i386.

Alexey Samsonov vonosmas at gmail.com
Thu Jul 16 14:46:58 PDT 2015


Author: samsonov
Date: Thu Jul 16 16:46:58 2015
New Revision: 242449

URL: http://llvm.org/viewvc/llvm-project?rev=242449&view=rev
Log:
[ASan] PR24150: restrict test case to i386.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/kernel-area.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/kernel-area.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/kernel-area.cc?rev=242449&r1=242448&r2=242449&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/kernel-area.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/kernel-area.cc Thu Jul 16 16:46:58 2015
@@ -16,7 +16,7 @@
 // CHECK-kernel-64-bits: || `[0x28{{0+}}, 0x3{{f+}}]` || HighShadow ||
 // CHECK-kernel-64-bits: || `[0x24{{0+}}, 0x27{{f+}}]` || ShadowGap  ||
 //
-// REQUIRES: asan-32-bits
+// REQUIRES: asan-32-bits,i386-supported-target
 
 int main() {
   return 0;





More information about the llvm-commits mailing list