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> _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"