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
This commit is contained in:
Jakub Jirutka 2017-10-08 21:51:15 +02:00
parent e1eb1e96f1
commit 8c5bdc4a3a

View File

@ -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=""