From cb2443e80cc9b58a8409d7b57b24ec23324a7d27 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 7 Dec 2016 18:37:49 +0000 Subject: [PATCH] [asan] Disable yet another unstable test under AArch64 llvm-svn: 288953 --- .../sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc index d329122ae7f8..83570a9f13a4 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc @@ -8,6 +8,7 @@ // This run uses getrusage. We can only test getrusage when allocator_may_return_null=0 // because getrusage gives us max-rss, not current-rss. // RUN: %env_tool_opts=soft_rss_limit_mb=220:quarantine_size=1:allocator_may_return_null=0:can_use_proc_maps_statm=0 not %run %t 2>&1 | FileCheck %s -check-prefix=CHECK_MAY_RETURN_0 +// REQUIRES: stable-runtime // FIXME: make it work for other sanitizers. // XFAIL: lsan