You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.Exception: array mismatch
at compiler.codegen.aes.Test8292158.main(Test8292158.java:91)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:125)
at java.base/java.lang.Thread.run(Thread.java:1623)
compiler/codegen/aes/TestAESMain.java.TestAESMain
100000 iterations
For random generator using seed: 8299447829366223750
To re-run test with same seed value please add "-Djdk.test.lib.random.seed=8299447829366223750" to command line.
algorithm=AES, mode=CBC, paddingStr=PKCS5Padding, msgSize=646, keySize=128, noReinit=false, checkOutput=true, encInputOffset=0, encOutputOffset=0, decOutputOffset=0, lastChunkSize=32
Algorithm: AES(128bit)
Encryption cipher provider: SunJCE version 20
Encryption cipher algorithm: AES/CBC/PKCS5Padding
key: [16]: f8 f9 fa fb fc fd fe ff 00 01 02 03 04 05 06 07
input: [646]: 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f
encode: [656]: 4c d8 7d 61 57 30 6a f1 14 c3 d4 f9 85 2e 29 a1 a5 42 cc 2b 84 bb d1 8f 57 66 c8 9f 38 05 c3 9e
decode: [656]: 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f
Starting encryption warm-up
Finished encryption warm-up
TestAESEncode runtime was 154.770268 ms
algorithm=AES, mode=CBC, paddingStr=PKCS5Padding, msgSize=646, keySize=128, noReinit=false, checkOutput=true, encInputOffset=0, encOutputOffset=0, decOutputOffset=0, lastChunkSize=32
Algorithm: AES(128bit)
Decryption cipher provider: SunJCE version 20
Decryption cipher algorithm: AES/CBC/PKCS5Padding
key: [16]: f8 f9 fa fb fc fd fe ff 00 01 02 03 04 05 06 07
input: [646]: 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f
encode: [656]: 4c d8 7d 61 57 30 6a f1 14 c3 d4 f9 85 2e 29 a1 a5 42 cc 2b 84 bb d1 8f 57 66 c8 9f 38 05 c3 9e
decode: [656]: 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f
Starting decryption warm-up
Finished decryption warm-up
TestAESDecode runtime was 157.514982 ms
Unexpected exit from test [exit code: 1]
Both tests fail on all s390x machines for jdk19 and 20 s390x Linux
compiler/codegen/aes/Test8292158.java.Test8292158
compiler/codegen/aes/TestAESMain.java.TestAESMain
Both tests fail on all s390x machines for jdk19 and 20 s390x Linux
jdk 19 triage failure #4257 (comment)
jdk20 triage failure #4463 (comment)
Should be excluded
The text was updated successfully, but these errors were encountered: