From a542992528d4ec292b297ea702dc9bbc357de1b2 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Sun, 21 Oct 2018 17:15:00 +0300 Subject: testing/micropython: disable one more test for ppc64le --- testing/micropython/APKBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'testing/micropython') diff --git a/testing/micropython/APKBUILD b/testing/micropython/APKBUILD index e208d093cb..efe423534c 100644 --- a/testing/micropython/APKBUILD +++ b/testing/micropython/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Marian pkgname=micropython pkgver=1.9.4 -pkgrel=3 +pkgrel=4 pkgdesc="A lean and efficient Python implementation for MCUs and constrained systems" url="https://www.micropython.org/" @@ -28,11 +28,14 @@ build() { check() { cd "$builddir" + # float rounding fails https://github.com/micropython/micropython/issues/4176 case "$CARCH" in - aarch64 | ppc64le) - # float rounding fails https://github.com/micropython/micropython/issues/4176 + aarch64) rm tests/float/float_parse.py tests/float/float_parse_doubleprec.py ;; + ppc64le) + rm tests/float/float_parse.py tests/float/float_parse_doubleprec.py tests/micropython/extreme_exc.py + ;; esac # ffi callback fails on kernel with PaX -- cgit v1.2.3