pgrt
pgrt
Hi, While packaging beast2 for Debian, I focused on the build-time tests you provide and I noticed the following issues : - testBeautiSubTemplateIfElement, testBeautiSubTemplateCombined and testBeautiSubTemplateIfMultipleElement output things like `expected:`...
Hi, In the test file ExampleXmlParsingTest.java, org.fest.swing.security.ExitException is imported whereas it is not used : ExitException is defined later as overriding java.lang.SecurityException. This import can thus be removed. Best, Pierre
Hello, capsule is packaged in Debian, where we are currently checking if building packages is still possible with OpenJDK 17, whereas we currently use OpenJDK 11. Hence the bug report...
Hello, In the hypervolume tests, some double are compared using ==, which can lead to test failures as it is safer to compare them by checking that their difference is...
Hello, In Debian, the build is failing on armel and mipsel with messages like /usr/bin/ld: /usr/include/c++/11/bits/atomic_base.h:488: undefined reference to `__atomic_load_8' I could solve this with the attached patch. Yet the...
Hello, I am a Debian developer, working on the packaging of pagmo2 in Debian. I noticed a spelling error, repeated 4 times: "algortihm" instead of "algorithm". The enclosed patch corrects...
Hello, I am working on the packaging of htsjdk in Debian. Soon OpenJDK 17 will become the standard in Debian, so I built htsjdk against OpenJDK 17 and got the...
Hello, I am one of the Debian maintainers of htsjdk. You might be interested in switching to Python3 for the Python scripts in htsjdk. If so, please find the enclosed...
Hello, I am working on packaging spectra 1.0.1 for Debian GNU/Linux. On my computer, when I run test/GenEigsRealShift.cpp through CMake, I get: ------------------------------------------------------------------------------- Eigensolver of general real matrix [10x10] Smallest...
Hello, During the Debian packaging of version 1.18, I noticed the following test failure on the architectures arm64 and ppc64el : 343/492 Test #343: cppcheck_DistFunc_binomial .......................................***Failed 0.15 sec --- //lib/test/t_DistFunc_binomial.expout...