[PATCH] D34414: [ASan] Disable allocator_oom_test.cc on s390

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 12:17:37 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL305822: [ASan] Disable allocator_oom_test.cc on s390 (authored by alekseyshl).

Changed prior to commit:
  https://reviews.llvm.org/D34414?vs=103250&id=103251#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D34414

Files:
  compiler-rt/trunk/test/asan/TestCases/Linux/allocator_oom_test.cc


Index: compiler-rt/trunk/test/asan/TestCases/Linux/allocator_oom_test.cc
===================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/allocator_oom_test.cc
+++ compiler-rt/trunk/test/asan/TestCases/Linux/allocator_oom_test.cc
@@ -28,6 +28,9 @@
 // RUN: %env_asan_opts=allocator_may_return_null=1     %run %t realloc-after-malloc 2>&1 \
 // RUN:   | FileCheck %s --check-prefixes=CHECK-MALLOC-REALLOC,CHECK-NULL
 
+// ASan shadow memory on s390 is too large for this test.
+// UNSUPPORTED: s390
+
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34414.103251.patch
Type: text/x-patch
Size: 613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170620/aa2f896c/attachment.bin>


More information about the llvm-commits mailing list