[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:
parent
c05e6f430e
commit
decce55758
@ -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;
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
// XFAIL: msan
|
||||
// XFAIL: ubsan
|
||||
|
||||
// UNSUPPORTED: freebsd, solaris, darwin
|
||||
// UNSUPPORTED: freebsd, solaris, darwin, arm
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user