[asan] Change 3 tests from XFAIL to UNSUPPORTED.

The failure in https://github.com/google/sanitizers/issues/981 is flaky.

llvm-svn: 335941
This commit is contained in:
Evgeniy Stepanov 2018-06-28 23:27:55 +00:00
parent 9b1baabc4e
commit 3702f91287
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -17,7 +17,7 @@
// XFAIL: ubsan
// https://github.com/google/sanitizers/issues/981
// XFAIL: android-26
// UNSUPPORTED: android-26
#include <string.h>
#include <stdio.h>

View File

@ -17,7 +17,7 @@
// XFAIL: ubsan
// https://github.com/google/sanitizers/issues/981
// XFAIL: android-26
// UNSUPPORTED: android-26
#include <stdlib.h>
#include <stdio.h>