[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:16:06 PDT 2017


alekseyshl created this revision.
Herald added a subscriber: kubamracek.

ASan shadow memory on s390 is larger than other configurations, let's
disable this test for now (will revisit it later).


https://reviews.llvm.org/D34414

Files:
  test/asan/TestCases/Linux/allocator_oom_test.cc


Index: test/asan/TestCases/Linux/allocator_oom_test.cc
===================================================================
--- test/asan/TestCases/Linux/allocator_oom_test.cc
+++ 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.103250.patch
Type: text/x-patch
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170620/b584d603/attachment.bin>


More information about the llvm-commits mailing list