martinpitt / umockdev

Mock hardware devices for creating unit tests and bug reporting
https://launchpad.net/umockdev
GNU Lesser General Public License v2.1
308 stars 55 forks source link

test: Don't check HIDIOCGRDESCSIZE result on big-endian machines #163

Closed martinpitt closed 2 years ago

martinpitt commented 2 years ago

Adjust commit 0da63a9259: Turns out that HIDIOCGRDESCSIZE is generally broken on big-endian machines, it fails the same way on real-iron s390x and also ppc64.


ubuntu s390x failure, Debian ppc64 failure, Debian s390x failure