diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-07 16:38:20 +0200 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-07 16:38:20 +0200 |
| commit | 9d886faf590d730fd7d15fd5da6263584fcc2fca (patch) | |
| tree | 56a904d55369dde2dffd0a6be89a6d494352f2df /testing/unit | |
| parent | edd285f8823a7184b59d59ba3e1aab7463013fb7 (diff) | |
| download | aports-9d886faf590d730fd7d15fd5da6263584fcc2fca.tar.bz2 aports-9d886faf590d730fd7d15fd5da6263584fcc2fca.tar.xz | |
testing/unit: disable on armhf due to test failure
tests: [notice] mem pool test started, max:127
tests: [alert] freed pointer is out of pool: F7EDB280
tests: [alert] freed pointer is out of pool: F7EDB300
tests: [alert] freed pointer is out of pool: F7EDB380
...
tests: [alert] freed pointer is out of pool: C30080
tests: [alert] freed pointer is out of pool: C30100
tests: [alert] freed pointer is out of pool: C30180
tests: [alert] freed pointer is out of pool: F7EDE840
tests: [alert] freed pointer is out of pool: C30200
tests: [alert] freed pointer is out of pool: C30280
...
tests: [alert] freed pointer is out of pool: C318E0
tests: [notice] mem pool is not empty
Reported to upstream: https://github.com/nginx/unit/issues/118
Diffstat (limited to 'testing/unit')
| -rw-r--r-- | testing/unit/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/unit/APKBUILD b/testing/unit/APKBUILD index ad49406cf8..b013eda6b2 100644 --- a/testing/unit/APKBUILD +++ b/testing/unit/APKBUILD @@ -6,7 +6,8 @@ pkgver=1.1 pkgrel=0 pkgdesc="NGINX Unit is a dynamic web application server" url="https://unit.nginx.org/" -arch="all" +# armhf: tests fail (https://github.com/nginx/unit/issues/118) +arch="all !armhf" license="Apache-2.0" _phpver=7 makedepends="perl-dev php$_phpver-dev php$_phpver-embed python3-dev ruby-dev" |
