forked from OSchip/llvm-project
[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:
parent
9b1baabc4e
commit
3702f91287
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue