[compiler-rt] r288953 - [asan] Disable yet another unstable test under AArch64
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 10:37:49 PST 2016
Author: rengolin
Date: Wed Dec 7 12:37:49 2016
New Revision: 288953
URL: http://llvm.org/viewvc/llvm-project?rev=288953&view=rev
Log:
[asan] Disable yet another unstable test under AArch64
Modified:
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc
Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc?rev=288953&r1=288952&r2=288953&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc Wed Dec 7 12:37:49 2016
@@ -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
More information about the llvm-commits
mailing list