matoro
matoro
Hi, I identified an instance of undefined behavior due to an unaligned access in the C implementation, in the `parse_row_binary()` function. I've captured a backtrace from the unit test on...
Hi, the unit tests which are passing on v4 are failing on v5 on sparc. Relevant snippet: ``` ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## #...
This adds compat with Sphinx 7.x. Applied straight from the Debian patch: https://salsa.debian.org/python-team/packages/sphinx-panels/-/blob/debian/master/debian/patches/Make-the-tests-pass-with-Sphinx-7.x.patch CC @mitya57 @mgorny
Right now, test failures are not getting detected because the runtests script does not pass up a failing exit code from diff.
## Summary * OS: Linux * Architecture: all * Psutil version: 5.9.8 * Python version: Python 3.11.8 * Type: tests ## Description The following test fails when running under a...
How I tested: * built ffmpeg with libilbc enabled * obtained a sample file from https://web.archive.org/web/2016*/http://www.andrews-corner.org/samples/luckynight.lbc * converted it to wav using ffmpeg on ia64 host * compared to file...
Hi, in both of the two extant distros supporting alpha (Debian & Gentoo) all tests in the test suite timeout. I tried increasing the meson timeout past the 150-second limit...
Hi, when attempting to run the test suite on no-SMP builds of GHC, it errors out with `unknown RTS option: -N` due to the hardcoded `-with-rtsopts=-N2`. Currently, unregisterised builds of...
I ran these locally and they all passed. Don't see why they are explicitly disabled.
Between 0.17.2 and 0.18.0, we have one test regression and one new test that does not work on sparc64. I bisected this to https://github.com/NixOS/patchelf/pull/475 and confirmed that applying a revert...