This test fails due to changes in the underlying implementation. Verify the test is still valid and update accordingly.
ommand: main -Djsse.enableCBCProtection=false CheckStatus
reason: User specified action: run main/othervm -Djsse.enableCBCProtection=false CheckStatus
started: Thu Dec 15 09:57:44 EST 2022
Mode: othervm [/othervm specified]
finished: Thu Dec 15 09:57:44 EST 2022
elapsed time (seconds): 0.172
----------configuration:(0/0)----------
----------System.out:(23/601)----------
AppOut1 = java.nio.HeapByteBuffer[pos=0 lim=26 cap=26]
AppOut2 = java.nio.HeapByteBuffer[pos=0 lim=29 cap=29]
================
unexpected empty unwrap
======================================
client hello
running delegated task...
Check for unwrap when wrap needed
======================================
ServerHello
running delegated task...
======================================
Key Exchange
running delegated task...
======================================
CCS
======================================
Finished
======================================
CCS
======================================
FINISHED
----------System.err:(13/781)----------
java.lang.Exception: Unexpected hsStatus: need = FINISHED got = NEED_WRAP
at CheckStatus.checkResult(CheckStatus.java:101)
at CheckStatus.test(CheckStatus.java:245)
at CheckStatus.main(CheckStatus.java:620)
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)