Message414512
> I don't agree with GH-31673. Did you try defining NO_MISALIGNED_ACCESSES instead?
Did you read the commit message? The change is not about skipping the test, but fixing the CI. Previously, test_hashlib was not run at all on the UBSan buildbot, now most test_hashlib tests are run. The intent is to make sure that we don't add *new* undefined behavior.
As I wrote in the commit, the UD must be fixed in _sha3.
No, I didn't try NO_MISALIGNED_ACCESSES, I don't know this macro. If you have an idea on how _sha3 can be fixed on the UBSan buildbot, please go head! |
|
Date |
User |
Action |
Args |
2022-03-04 09:42:54 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, christian.heimes, pablogsal, miss-islington |
2022-03-04 09:42:54 | vstinner | set | messageid: <1646386974.75.0.315574022084.issue46913@roundup.psfhosted.org> |
2022-03-04 09:42:54 | vstinner | link | issue46913 messages |
2022-03-04 09:42:54 | vstinner | create | |
|