ukoethe / vigra

a generic C++ library for image analysis
http://ukoethe.github.io/vigra/
Other
406 stars 191 forks source link

1.11.2 testsuite error on i386 #550

Closed ametzler closed 8 months ago

ametzler commented 9 months ago

Hello,

the new release throws a testsuite error on i386:

cd /dev/shm/VIGRA/libvigraimpex-1.11.2/obj.i386-linux-gnu/test/graph_algorithm && ./run_test_graph_algorithm.sh
Entering test suite GraphAlgorithmTestSuite

Failure in GraphAlgorithmTest::testEdgeWeightComputation()
Assertion failed: Sequences differ at index 5 [4.24264 != 4.24264] (./test/graph_algorithm/test.cxx:543)

1 of 6 tests failed in test suite GraphAlgorithmTestSuite
Leaving test suite GraphAlgorithmTestSuite

make[5]: *** [test/graph_algorithm/CMakeFiles/test_graph_algorithm.dir/build.make:118: test/graph_algorithm/test_graph_algorithm] Error 1

Full log: https://buildd.debian.org/status/fetch.php?pkg=libvigraimpex&arch=i386&ver=1.11.2%2Bdfsg-1&stamp=1696169408&raw=0 cu Andreas