diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2018-06-28 23:27:55 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2018-06-28 23:27:55 +0000 |
commit | 10edf2e95ebca01a2c8442ee29e5f2d942f382d0 (patch) | |
tree | 650cdf88c7c6976ab9a47f66cb3e34d70369b8b5 /test/asan/TestCases/Linux | |
parent | 573ea0e399b1f1439fa402dbd26be9d33dbdbe4d (diff) | |
download | compiler-rt-10edf2e95ebca01a2c8442ee29e5f2d942f382d0.tar.gz |
[asan] Change 3 tests from XFAIL to UNSUPPORTED.
The failure in https://github.com/google/sanitizers/issues/981 is flaky.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@335941 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/Linux')
-rw-r--r-- | test/asan/TestCases/Linux/quarantine_size_mb.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Linux/quarantine_size_mb.cc b/test/asan/TestCases/Linux/quarantine_size_mb.cc index 0d128dac7..f7bccbfbe 100644 --- a/test/asan/TestCases/Linux/quarantine_size_mb.cc +++ b/test/asan/TestCases/Linux/quarantine_size_mb.cc @@ -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 -// XFAIL: android-26 +// UNSUPPORTED: android-26 #include <string.h> char *g; |