[asan] Mark tests as UNSUPPORTED on arm

Temporarily mark a couple of tests as UNSUPPORTED until we figure out
why they fail on the thumb bots.

The failure was introduced in
r350139 - Add support for background thread on NetBSD in ASan.

llvm-svn: 350806
This commit is contained in:
Diana Picus 2019-01-10 09:40:56 +00:00
parent c05e6f430e
commit decce55758
2 changed files with 2 additions and 2 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
// UNSUPPORTED: android-26
// UNSUPPORTED: android-26, arm
#include <string.h>
char *g;

View File

@ -16,7 +16,7 @@
// XFAIL: msan
// XFAIL: ubsan
// UNSUPPORTED: freebsd, solaris, darwin
// UNSUPPORTED: freebsd, solaris, darwin, arm
#include <string.h>
#include <stdio.h>