ebassi / graphene

A thin layer of graphic data types

Home Page:http://ebassi.github.io/graphene

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi - failing test "simd"

kachanovskiy opened this issue · comments

OS:

pi@raspberrypi:~/stage/libs/builds/8.3.0/graphene/1.8.6/src/graphene/_build/meson-logs $ uname -a
Linux raspberrypi 4.19.36-v7+ #1213 SMP Thu Apr 25 15:08:02 BST 2019 armv7l GNU/Linux

Compiler:
#######
pi@raspberrypi:~/stage/libs/builds/8.3.0/graphene/1.8.6/src/graphene/_build/meson-logs $ /usr/local/gcc-8.3.0/bin/gcc -v
Using built-in specs.
COLLECT_GCC=/usr/local/gcc-8.3.0/bin/gcc
COLLECT_LTO_WRAPPER=/usr/local/gcc-8.3.0/libexec/gcc/arm-linux-gnueabihf/8.3.0/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../gcc-8.3.0/configure -v --enable-languages=c,c++ --prefix=/usr/local/gcc-8.3.0 --program-suffix= --with-cpu=cortex-a53 --with-fpu=neon-fp-armv8 --with-float=hard --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 8.3.0 (GCC)

Failing test:
#########
12/18 simd FAIL 0.08 s (killed by signal 6 SIGIOT)

--- command ---
/home/pi/stage/libs/builds/8.3.0/graphene/1.8.6/src/graphene/_build/src/tests/simd --tap -k
--- stdout ---

random seed: R02Sb4d8670bbb32b2a2187a5369d15ec929

1..16

Start of simd tests

Start of dup tests

ok 1 /simd/dup/4f
ok 2 /simd/dup/3f
ok 3 /simd/dup/2f

End of dup tests

Start of compare tests

ok 4 /simd/compare/eq
Bail out! Graphene-Test:ERROR:../src/tests/simd.c:96:simd_compare_neq: 'graphene_simd4f_cmp_neq (a
, c)' should be TRUE
--- stderr ---
**
Graphene-Test:ERROR:../src/tests/simd.c:96:simd_compare_neq: 'graphene_simd4f_cmp_neq (a, c)' shou
ld be TRUE

reproduces also on master