aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lazperf
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-10-08 21:51:15 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-10-08 21:51:15 +0200
commit8c5bdc4a3accc06de7935652f20634e912360ddc (patch)
tree96f3d9e151ff26d6071dde8d722cad8dd343dec6 /testing/lazperf
parente1eb1e96f1122253167b4e2226f6c96ff95fca7a (diff)
downloadaports-8c5bdc4a3accc06de7935652f20634e912360ddc.tar.bz2
aports-8c5bdc4a3accc06de7935652f20634e912360ddc.tar.xz
testing/lazperf: disable on armhf due to segfault in tests
Running tests... Test project /home/buildozer/aports/testing/lazperf/src/laz-perf-1.1.0/build Start 1: io_tests 1/3 Test #1: io_tests .........................***Exception: SegFault 0.24 sec Start 2: lazperf_tests 2/3 Test #2: lazperf_tests .................... Passed 1.18 sec Start 3: stream_tests 3/3 Test #3: stream_tests ..................... Passed 0.00 sec 67% tests passed, 1 tests failed out of 3 Total Test time (real) = 1.44 sec The following tests FAILED: 1 - io_tests (SEGFAULT) Errors while running CTest
Diffstat (limited to 'testing/lazperf')
-rw-r--r--testing/lazperf/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lazperf/APKBUILD b/testing/lazperf/APKBUILD
index 94d1e51f86..de53e5364b 100644
--- a/testing/lazperf/APKBUILD
+++ b/testing/lazperf/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.1.0
pkgrel=0
pkgdesc="Alternative LAZ implementation for C++ and JavaScript"
url="https://github.com/hobu/laz-perf"
-arch="all"
+arch="all !armhf" # armhf: io_test segfaults
license="LGPL2+"
makedepends="cmake"
install=""