Summary
message-digest test failure for 64-bit big endian sources
Metadata
- Id: 0805f39e1272851a6eb9bfe2a0df7c0afaf5f07f
- Trac id: 534
- Type: defect
- Reporter: sjamaan
- Owner: kon
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.6.x
- Changetime: 2012-04-01 22:59:09 UTC
- Created: 2011-03-15 20:36:23 UTC
- Keywords: message-digest
Description
See http://tests.call-cc.org/experimental/openbsd/x86/2011/03/12/salmonella-report/tests/message-digest.html and http://tests.call-cc.org/master/linux/x86/2011/03/15/salmonella-report/tests/message-digest.html
-- testing Message Digest u64-be Source --------------------------------------
(message-digest-update-u64-be md 1.23456789012346e+19) ............... [ PASS]
(finalize-message-digest md) ......................................... [ FAIL]
expected "ab54a98ceb" but got "8000000000"
2 tests completed in 0.026 seconds.
1 failure (50.0%).
1 out of 2 (50.0%) test passed.
-- done testing Message Digest u64-be Source ---------------------------------
Changes and comments
[2012-04-01 01:04:17 UTC] kon changed status from new to accepted
[2012-04-01 22:59:09 UTC] kon changed status from accepted to closed
[2012-04-01 22:59:09 UTC] kon set resolution to fixed
[2012-04-01 22:59:09 UTC] kon wrote:
Rel 2.3.8 correctly uses unsigned-integer types.