Subject: | GCM tests fail on HP-UX (ia64) |
HP-UX 11.23/64 U rx1620/64 Itanium 2/1600(2) ia64
This is perl 5, version 14, subversion 2 (v5.14.2) built for IA64.ARCHREV_0-LP64-ld and/or
This is perl 5, version 22, subversion 1 (v5.22.1) built for IA64.ARCHREV_0-thread-multi-LP64-ld
5.14.2 was built with HP C-ANSI-C, 5.22.1 was built with GNU gcc-4.6.1
As you can see, both with -Duselongdouble -Suse64bitall
Test Summary Report
-------------------
t/auth_enc_gcm.t (Wstat: 1280 Tests: 12 Failed: 5)
Failed tests: 2, 4, 6, 8, 11
Non-zero exit status: 5
t/auth_enc_gcm_test_vector_ltc.t (Wstat: 8448 Tests: 42 Failed: 33)
Failed tests: 2, 4, 6-7, 9, 11, 13-14, 16, 18, 20-42
Non-zero exit status: 33
Files=90, Tests=12725, 32 wallclock secs ( 3.42 usr 0.56 sys + 26.23 cusr 1.87 csys = 32.08 CPU)
Result: FAIL
Failed 2/90 test programs. 38/12725 subtests failed.
MIK/CryptX-0.026.tar.gz
./Build test -- NOT OK
.cpan/build/CryptX-0.026-x_xPQW 116 > prove -wvb t/auth_enc_gcm
.t
t/auth_enc_gcm.t ..
1..12
ok 1 - enc: ciphertext
not ok 2 - enc: tag
# Failed test 'enc: tag'
# at t/auth_enc_gcm.t line 22.
# got: '7efa75971afa9f07c833927327cd4a82'
# expected: 'd225e849d4d076cf9e85d5303450e793'
ok 3 - dec1: plaintext
not ok 4 - dec1: tag
# Failed test 'dec1: tag'
# at t/auth_enc_gcm.t line 31.
# got: '7efa75971afa9f07c833927327cd4a82'
# expected: 'd225e849d4d076cf9e85d5303450e793'
ok 5 - dec2: plaintext
not ok 6 - dec2: tag
# Failed test 'dec2: tag'
# at t/auth_enc_gcm.t line 41.
# got: '7efa75971afa9f07c833927327cd4a82'
# expected: 'd225e849d4d076cf9e85d5303450e793'
ok 7 - gcm_encrypt_authenticate: ciphertext (no header)
not ok 8 - gcm_encrypt_authenticate: tag (no header)
# Failed test 'gcm_encrypt_authenticate: tag (no header)'
# at t/auth_enc_gcm.t line 47.
# got: 'd0f3516b91cdd95edb2dc5cdb87fa02b'
# expected: '1685ba0eda059ace4aab6539980c30c0'
ok 9 - gcm_decrypt_verify: plaintext (no header)
ok 10 - gcm_encrypt_authenticate: ciphertext (no header)
not ok 11 - gcm_encrypt_authenticate: tag (no header)
# Failed test 'gcm_encrypt_authenticate: tag (no header)'
# at t/auth_enc_gcm.t line 55.
# got: '7efa75971afa9f07c833927327cd4a82'
# expected: 'd225e849d4d076cf9e85d5303450e793'
ok 12 - gcm_decrypt_verify: plaintext (no header)
# Looks like you failed 5 tests of 12.
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/12 subtests
Test Summary Report
-------------------
t/auth_enc_gcm.t (Wstat: 1280 Tests: 12 Failed: 5)
Failed tests: 2, 4, 6, 8, 11
Non-zero exit status: 5
Files=1, Tests=12, 1 wallclock secs ( 0.07 usr 0.01 sys + 0.09 cusr 0.02 csys = 0.19 CPU)
Result: FAIL