svn commit: r323092 - vendor/compiler-rt/dist/test/asan/TestCases/Linux

Dimitry Andric dim at FreeBSD.org
Fri Sep 1 16:29:16 UTC 2017


Author: dim
Date: Fri Sep  1 16:29:15 2017
New Revision: 323092
URL: https://svnweb.freebsd.org/changeset/base/323092

Log:
  Vendor import of compiler-rt release_50 branch r312293:
  https://llvm.org/svn/llvm-project/compiler-rt/branches/release_50@312293

Modified:
  vendor/compiler-rt/dist/test/asan/TestCases/Linux/allocator_oom_test.cc

Modified: vendor/compiler-rt/dist/test/asan/TestCases/Linux/allocator_oom_test.cc
==============================================================================
--- vendor/compiler-rt/dist/test/asan/TestCases/Linux/allocator_oom_test.cc	Fri Sep  1 16:29:13 2017	(r323091)
+++ vendor/compiler-rt/dist/test/asan/TestCases/Linux/allocator_oom_test.cc	Fri Sep  1 16:29:15 2017	(r323092)
@@ -29,8 +29,9 @@
 // RUN:   | FileCheck %s --check-prefixes=CHECK-MALLOC-REALLOC,CHECK-NULL
 
 // ASan shadow memory on s390 is too large for this test.
+// AArch64 bots fail on this test.
 // TODO(alekseys): Android lit do not run ulimit on device.
-// UNSUPPORTED: s390,android
+// UNSUPPORTED: s390,android,arm,aarch64
 
 #include <stdlib.h>
 #include <string.h>


More information about the svn-src-all mailing list