user/glm: test failure with GCC 13
awilcox on gwyn ~/Code/awilfox/gcc-next/user/glm/src/glm/build % ctest --rerun-failed --output-on-failure
Test project /home/awilcox/Code/awilfox/gcc-next/user/glm/src/glm/build
Start 24: test-core_type_mat4x4
1/3 Test #24: test-core_type_mat4x4 ............***Failed 0.00 sec
Start 32: test-core_func_integer
2/3 Test #32: test-core_func_integer ...........***Failed 0.00 sec
bitCount - TimeIf 18
bitCount - TimeVec 29
bitCount - TimeDefault 5
bitCount - TimeVec4 132
bitCount - bitfield 5
glm::bitfieldReverse: 3 clocks
bitfieldReverseLoop: 18 clocks
bitfieldReverseUint32: 4 clocks
bitfieldReverseOps: 4 clocks
glm::bitfieldReverse - 64: 4 clocks
bitfieldReverseLoop - 64: 57 clocks
bitfieldReverseUint - 64: 3 clocks
bitfieldReverseOps - 64: 4 clocks
glm::findMSB: 1 clocks
findMSB - nlz1: 1 clocks
findMSB - nlz2: 0 clocks
findMSB - 0.9.5: 1 clocks
findMSB - pop: 1 clocks
glm::findLSB: 1 clocks
findLSB - 0.9.5: 1 clocks
findLSB - ntz2: 1 clocks
findLSB - branchfree: 1 clocks
Start 100: test-gtx_euler_angle
3/3 Test #100: test-gtx_euler_angle .............***Failed 0.00 sec
mat3x3((0.050484, -0.613396, -0.788160), (0.658332, 0.613885, -0.435597), (0.751033, -0.496880, 0.434809))
mat3x3((0.000000, 0.000000, 0.000000), (0.000000, 0.000000, 0.000000), (0.000000, 0.000000, 0.000000))
mat3x3((0.658372, -0.613396, 0.436224), (0.049959, 0.613885, 0.787813), (-0.751033, -0.496880, 0.434809))
RESIDUAL
mat3x3((0.050484, -0.613396, -0.788160), (0.658332, 0.613885, -0.435597), (0.751033, -0.496880, 0.434809))
mat3x3((-0.607888, 0.000000, -1.224384), (0.608372, 0.000000, -1.223410), (1.502067, 0.000000, 0.000000))
0% tests passed, 3 tests failed out of 3
Total Test time (real) = 0.02 sec
The following tests FAILED:
24 - test-core_type_mat4x4 (Failed)
32 - test-core_func_integer (Failed)
100 - test-gtx_euler_angle (Failed)
Errors while running CTest
A few notes about this package:
- We are on 0.9.9.5 because shortly after the release of 0.9.9.5, before 0.9.9.6, they removed the .pc file generation which breaks builds of some of the dependents of glm. Reported upstream to deaf ears.
- The tests do not explain what is going on. I have no idea what is failing in
core_type_mat4x4
for instance. - One of the test failures,
core_func_integer
, was reported upstream by Debian and Gentoo. One fix is-fno-ipa-modref
; the proper fix includes a bunch of other changes that make it impossible to backport easily.
We will need to figure out what to do. For now I am disabling tests during the Big GCC 13 Trybuild, so that we can keep things moving.