aboutsummaryrefslogtreecommitdiff
path: root/devel/android-tools-simpleperf
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-09-29 22:49:02 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-09-29 22:49:02 +0000
commit4fa1a4be57d76b602a5348a4b24eacda7731873c (patch)
tree2a17cf1f133f8c375aa6ac1ae7c0ef86a8026e99 /devel/android-tools-simpleperf
parent389ecfc20d307b930af1823628b4b71c0c8005fd (diff)
downloadports-4fa1a4be57d76b602a5348a4b24eacda7731873c.tar.gz
ports-4fa1a4be57d76b602a5348a4b24eacda7731873c.zip
devel/android-tools-*: disable some known-to-fail tests
Notes
Notes: svn path=/head/; revision=398189
Diffstat (limited to 'devel/android-tools-simpleperf')
-rw-r--r--devel/android-tools-simpleperf/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/android-tools-simpleperf/Makefile b/devel/android-tools-simpleperf/Makefile
index e7c2ac421f31..c3f93b3261b1 100644
--- a/devel/android-tools-simpleperf/Makefile
+++ b/devel/android-tools-simpleperf/Makefile
@@ -41,6 +41,14 @@ post-extract:
@(cd ${WRKSRC_core} && ${COPYTREE_SHARE} . ${WRKSRC})
@${MV} ${WRKSRC_bionic} ${WRKSRC}/bionic
+post-patch:
+# XXX C++ exception with description "regex_error" thrown in the test body.
+ @if [ ${OPSYS} = FreeBSD -a ${OSREL:R} -lt 10 ]; then \
+ ${REINPLACE_CMD} -Ee '/^TEST/\
+ s/ (LOG|PLOG|UNIMPLEMENTED)/ DISABLED_\1/' \
+ ${WRKSRC}/base/logging_test.cpp; \
+ fi
+
pre-install-TEST-on:
${BUILD_WRKSRC}/simpleperf_unit_test