[asan] Disable android-coverage test on anything other than arm.

llvm-svn: 277395
This commit is contained in:
Evgeniy Stepanov 2016-08-01 21:58:34 +00:00
parent cd842eccba
commit 6c25e57a56
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@
// RUN: %sancov rawunpack *.sancov.raw
// RUN: %sancov print *.sancov |& FileCheck --check-prefix=CHECK3 %s
// PC counts in CHECK lines are platform dependent and match arm32 at the moment.
// sancov tool does not support Android well enough to match function names
// REQUIRES: arm
#include <assert.h>
#include <dlfcn.h>
#include <stdio.h>