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
Thanks for the report @ginggs - it looks like our behaviour in this case is correct, but the test is wrong! Given a > (big-endian) argument to the dtype strategy we do always generate big-endian dtypes, but native byte-order is always reported as =.
Hi!
test_can_restrict_endianness fails on s390x, the only big-endian architecture being tested in Ubuntu.
Links to full tests logs can be found on the following page:
http://autopkgtest.ubuntu.com/packages/p/python-hypothesis/bionic/s390x
Is this by design?
The test fails when dt=dtype('int16') and dt.byteorder == '='
The text was updated successfully, but these errors were encountered: