[compiler-rt] r350806 - [asan] Mark tests as UNSUPPORTED on arm

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 01:40:56 PST 2019


Author: rovka
Date: Thu Jan 10 01:40:56 2019
New Revision: 350806

URL: http://llvm.org/viewvc/llvm-project?rev=350806&view=rev
Log:
[asan] Mark tests as UNSUPPORTED on arm

Temporarily mark a couple of tests as UNSUPPORTED until we figure out
why they fail on the thumb bots.

The failure was introduced in
r350139 - Add support for background thread on NetBSD in ASan.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/quarantine_size_mb.cc
    compiler-rt/trunk/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/quarantine_size_mb.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/quarantine_size_mb.cc?rev=350806&r1=350805&r2=350806&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/quarantine_size_mb.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/quarantine_size_mb.cc Thu Jan 10 01:40:56 2019
@@ -7,7 +7,7 @@
 // RUN: %env_asan_opts=hard_rss_limit_mb=20                         not  %run %t          2>&1 | FileCheck %s  --check-prefix=RSS_LIMIT
 
 // https://github.com/google/sanitizers/issues/981
-// UNSUPPORTED: android-26
+// UNSUPPORTED: android-26, arm
 
 #include <string.h>
 char *g;

Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc?rev=350806&r1=350805&r2=350806&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc Thu Jan 10 01:40:56 2019
@@ -16,7 +16,7 @@
 // XFAIL: msan
 // XFAIL: ubsan
 
-// UNSUPPORTED: freebsd, solaris, darwin
+// UNSUPPORTED: freebsd, solaris, darwin, arm
 
 #include <string.h>
 #include <stdio.h>




More information about the llvm-commits mailing list