Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude 2 failing compiler tests on s390x linux jdk19 and 20 #4470

Closed
Haroon-Khel opened this issue Mar 27, 2023 · 2 comments
Closed

Exclude 2 failing compiler tests on s390x linux jdk19 and 20 #4470

Haroon-Khel opened this issue Mar 27, 2023 · 2 comments

Comments

@Haroon-Khel
Copy link
Contributor

compiler/codegen/aes/Test8292158.java.Test8292158

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

jdk 19 triage failure #4257 (comment)
jdk20 triage failure #4463 (comment)

Should be excluded

@Haroon-Khel
Copy link
Contributor Author

Haroon-Khel commented Mar 27, 2023

Exclusion pr is in #4471

@sophia-guo
Copy link
Contributor

close by #4471

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants