Package: golang-golang-x-sys / 0.22.0-1~bpo12+1
Metadata
Package | Version | Patches format |
---|---|---|
golang-golang-x-sys | 0.22.0-1~bpo12+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
02 allow dev random minor minor mismatch in TestDevices.patch | (download) |
unix/dev_linux_test.go |
6 4 + 2 - 0 ! |
allow minor number of /dev/random to mismatch in testdevices In some autobuilders, /dev/random is bind-mounted to /dev/urandom so that entropy intensive test suites, common among crypto-related packages, do not hang the autobuilder because of lack of entropy. . But then, the TestDevices test would fail since the minor number |
03 skip TestOpenByHandleAt if openMountByID fails.patch | (download) |
unix/syscall_linux_test.go |
3 2 + 1 - 0 ! |
skip testopenbyhandleat if openmountbyid fails Prevent TestOpenByHandleAt from failing under pbuilder chroots. Thanks to Gianfranco Costamagna <locutusofborg@debian.org> for providing an initial patch. |
1