forked from OSchip/llvm-project
[asan] Disable 3 tests on Android O+.
https://github.com/google/sanitizers/issues/981 llvm-svn: 335937
This commit is contained in:
parent
e40ae2e3a2
commit
730c985d56
|
@ -5,6 +5,10 @@
|
|||
// RUN: %env_asan_opts=quarantine_size_mb=10:quarantine_size=20:verbosity=1 not %run %t 2>&1 | FileCheck %s --check-prefix=BOTH
|
||||
// RUN: %env_asan_opts=quarantine_size_mb=1000:hard_rss_limit_mb=50 not %run %t 2>&1 | FileCheck %s --check-prefix=RSS_LIMIT
|
||||
// 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
|
||||
|
||||
#include <string.h>
|
||||
char *g;
|
||||
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
// XFAIL: msan
|
||||
// XFAIL: ubsan
|
||||
|
||||
// https://github.com/google/sanitizers/issues/981
|
||||
// XFAIL: android-26
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -15,6 +15,10 @@
|
|||
// XFAIL: tsan
|
||||
// XFAIL: msan
|
||||
// XFAIL: ubsan
|
||||
|
||||
// https://github.com/google/sanitizers/issues/981
|
||||
// XFAIL: android-26
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in New Issue