You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From tests, the input byte data is hard-coded for little-endian architectures. We should also manage big-endian architectures.
The text was updated successfully, but these errors were encountered:
pilebones
changed the title
Ensure from tests which all kind of endianness are managed correctly
Tests: ensure big-endian architecture is tested/managed correctly
Jan 29, 2021
See issue: #13
And see test: https://github.com/pilebones/go-udev/blob/master/netlink/uevent_test.go#L67-L70
From tests, the input byte data is hard-coded for little-endian architectures. We should also manage big-endian architectures.
The text was updated successfully, but these errors were encountered: