Integrated: JDK-8299657: sun/tools/jhsdb/SAGetoptTest.java fails after 8299470

Matthias Baesken mbaesken at openjdk.org
Thu Jan 5 09:34:58 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)

This pull request has now been integrated.

Changeset: 1ca31d34
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/1ca31d34fcba5e9861104402466b5dd4cccdbafd
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

8299657: sun/tools/jhsdb/SAGetoptTest.java fails after 8299470

Reviewed-by: clanger

-------------

PR: https://git.openjdk.org/jdk/pull/11860


More information about the serviceability-dev mailing list