Raspberry Pi - failing test "box"
kachanovskiy opened this issue · 1 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:
#########
1/18 box FAIL 0.05 s (killed by signal 6 SIGIOT)
--- command ---
/home/pi/stage/libs/builds/8.3.0/graphene/1.8.6/src/graphene/_build/src/tests/box --tap -k
--- stdout ---
random seed: R02S282aa60ecbc817e51fcf3725c28aa04f
1..13
Start of box tests
ok 1 /box/size
ok 2 /box/center
ok 3 /box/equal
ok 4 /box/union
Bail out! Graphene-Test:ERROR:../src/tests/box.c:168:box_intersection: 'graphene_box_intersection
(graphene_box_one_minus_one (), graphene_box_one (), &res)' should be TRUE
--- stderr ---
**
Graphene-Test:ERROR:../src/tests/box.c:168:box_intersection: 'graphene_box_intersection (graphene_
box_one_minus_one (), graphene_box_one (), &res)' should be TRUE
reproduces also on master