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

2023-01-05 Thread Matthias Baesken
On Thu, 5 Jan 2023 08:55:32 GMT, Matthias Baesken 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

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

2023-01-05 Thread Christoph Langer
On Thu, 5 Jan 2023 08:55:32 GMT, Matthias Baesken 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

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

2023-01-05 Thread Matthias Baesken
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)