Date: Fri, 1 Sep 2017 16:29:15 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r323092 - vendor/compiler-rt/dist/test/asan/TestCases/Linux Message-ID: <201709011629.v81GTFgs095571@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709011629.v81GTFgs095571>