Bug #11706
crypto tests need to run 32-bit and 64-bit
100%
Description
Upstream of Joyent OS-7220:
Today the crypto-tests are only being built to execute in a 32-bit fashion. This isn't good. We should make sure both the 32-bit and 64-bit implementations are exercised, especially as they are often very different on the different architectures. Also, the way that the directory structures for the digest tests and for the aes tests are down are opposite one another. This makes them uniform.
Note, this does not attempt to refactor things such that we can test multiple hardware capabilities at a given time.
Updated by Jason King over 1 year ago
To test, I ran the new 32 & 64 bit crypto test binaries. All ran successfully without error.
Updated by Jason King over 1 year ago
The tests were run on a BE built from a ws w/ that included the changes.
Updated by Electric Monk over 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit e75b2cb046700ccab0100afdcd81f2b860fcca87
commit e75b2cb046700ccab0100afdcd81f2b860fcca87 Author: Robert Mustacchi <rm@joyent.com> Date: 2019-09-20T00:57:54.000Z 11706 crypto tests need to run 32-bit and 64-bit Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>