RFR: JDK-8299657: sun/tools/jhsdb/SAGetoptTest.java fails after 8299470
Christoph Langer
clanger at openjdk.org
Thu Jan 5 09:29:49 UTC 2023
On Thu, 5 Jan 2023 08:55:32 GMT, Matthias Baesken <mbaesken at 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
More information about the serviceability-dev
mailing list