On Thu, 5 Jan 2023 08:55:32 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> Some exception/error message changed with 8299470 so we have to adjust the > test. > Current error is > > Unexpected error 'Successor argument without leading - is expected for 'd' > but we got '-c'' > java.lang.RuntimeException: Bad option test 4 failed > at SAGetoptTest.badOptionsTest(SAGetoptTest.java:124) > at SAGetoptTest.main(SAGetoptTest.java:149) > 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) Looks good and trivial. I assume you verified that the test is fixed now. ------------- Marked as reviewed by clanger (Reviewer). PR: https://git.openjdk.org/jdk/pull/11860