Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Abseil hash tests on s390x | Benjamin Barenblat | 2022-02-01 | 1 | -46/+0 |
| | | | | | Backport some patches from upstream to make tests pass on big-endian machines. | ||||
* | Work around broken std::hash implementation on s390x | Benjamin Barenblat | 2021-01-31 | 1 | -0/+46 |
Disable unit tests that require a working std::hash on s390x, since s390x’s std::hash hashes large classes of data equivalently (see https://bugs.debian.org/977638). |