[asan] Disable yet another unstable test under AArch64

llvm-svn: 288953
This commit is contained in:
Renato Golin 2016-12-07 18:37:49 +00:00
parent ba05d41095
commit cb2443e80c
1 changed files with 1 additions and 0 deletions

View File

@ -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