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

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 14:58:34 PDT 2016


Author: eugenis
Date: Mon Aug  1 16:58:34 2016
New Revision: 277395

URL: http://llvm.org/viewvc/llvm-project?rev=277395&view=rev
Log:
[asan] Disable android-coverage test on anything other than arm.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Android/coverage-android.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Android/coverage-android.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Android/coverage-android.cc?rev=277395&r1=277394&r2=277395&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Android/coverage-android.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Android/coverage-android.cc Mon Aug  1 16:58:34 2016
@@ -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>




More information about the llvm-commits mailing list