summaryrefslogtreecommitdiff
path: root/test/profile
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-10-11 21:22:32 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-10-11 21:22:32 +0000
commitc16a15f6ecaface37c1e85811035c25516ce5e41 (patch)
tree5d2a49a4f1edd7818aa1d88d346e272719785909 /test/profile
parent95281d613eb05756a207ae25643cb94bd5ffdcb0 (diff)
Disable profile tests on Android.
They never actually worked, but this way they are not included in "check-all". git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@315511 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/profile')
-rw-r--r--test/profile/lit.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/profile/lit.cfg b/test/profile/lit.cfg
index 7f0d95a9a..268620747 100644
--- a/test/profile/lit.cfg
+++ b/test/profile/lit.cfg
@@ -72,3 +72,6 @@ if config.host_os not in ['Darwin', 'FreeBSD', 'Linux']:
if config.target_arch in ['armv7l']:
config.unsupported = True
+
+if config.android:
+ config.unsupported = True