On Thu, 11 Jan 2024 03:26:03 GMT, Anthony Scarpino <ascarp...@openjdk.org> wrote:
> Hi, > > I need a review of a few simple test changes. This fixes a failure with two > manually run AES/GCM tests that depended on another test that changed with > [JDK-8318756](https://bugs.openjdk.org/browse/JDK-8318756). It also adds > testing for overlapping buffers that AES/GCM has, but CC20P1305 needs after > JDK-8318756 was included. > > After the change, manual testing of GCMIncrementByte4 and GCMIncrementDirect4 > were successfully and automated tests passed as well. > > thanks > > Tony This pull request has now been integrated. Changeset: 51dbd36c Author: Anthony Scarpino <ascarp...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/51dbd36c74c70b1b17bd73cd2c3253593300b5f0 Stats: 127 lines in 4 files changed: 99 ins; 7 del; 21 mod 8322100: Fix GCMIncrementByte4 & GCMIncrementDirect4, and increase overlap testing Reviewed-by: jnimeh ------------- PR: https://git.openjdk.org/jdk/pull/17362