Skip to content

Commit

Permalink
testing/msgpuck: disable on x86
Browse files Browse the repository at this point in the history
One test fails:

    ok 91 - mp_read_double(mp_encode_float(6.565e6)) check result
    ok 92 - mp_read_double(mp_encode_double(-5.555)) check success
    ok 93 - mp_read_double(mp_encode_double(-5.555)) check pos advanced
    not ok 94 - mp_read_double(mp_encode_double(-5.555)) check result
        # Looks like you failed 1 test of 96 run.
    #   Failed test 'subtests'
    #   in /home/buildozer/aports/testing/msgpuck/src/msgpuck-2.0/test/test.c at line 85
    # Looks like you failed 1 test of 20 run.
    ok 95 - mp_read_double(mp_encode_strl(100)) check fail
    ok 96 - mp_read_double(mp_encode_strl(100)) check pos unchanged
    # *** test_numbers: done ***
    not ok 19 - subtests

Reported to upstream: rtsisyk/msgpuck#17
  • Loading branch information
jirutka committed Jul 17, 2017
1 parent f843586 commit 9d44849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/msgpuck/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgver=2.0
pkgrel=0
pkgdesc="A simple and efficient MsgPack binary serialization library"
url="https://github.com/rtsisyk/msgpuck"
arch="all"
arch="all !x86"
license="BSD-2"
makedepends="cmake doxygen"
subpackages="$pkgname-dev $pkgname-doc"
Expand Down

0 comments on commit 9d44849

Please sign in to comment.