Re: RFR: 8351372: Improve negative tests coverage of jpackage [v2]

2025-03-11 Thread Alexey Semenyuk
On Sat, 8 Mar 2025 04:01:41 GMT, Alexander Matveev wrote: >> Alexey Semenyuk has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Fix typo >> - Fix Unicode signing certificate index > > test/jdk/tools/jpackage/macosx/base/SigningBase.java

Re: RFR: 8351372: Improve negative tests coverage of jpackage [v2]

2025-03-11 Thread Alexey Semenyuk
> Changes to tests: > - Added more test cases to ErrorTest. > - Added functionality to jpackage test lib to facilitate new ErrorTest test > cases. > - Make all other negative tests use the `CannedFormattedString` class to > validate error messages in jpackage output strictly. > - Removed redu

Re: RFR: 8351372: Improve negative tests coverage of jpackage [v2]

2025-03-11 Thread Alexander Matveev
On Mon, 10 Mar 2025 15:54:56 GMT, Alexey Semenyuk wrote: >> Changes to tests: >> - Added more test cases to ErrorTest. >> - Added functionality to jpackage test lib to facilitate new ErrorTest test >> cases. >> - Make all other negative tests use the `CannedFormattedString` class to >> valid

Re: RFR: 8351372: Improve negative tests coverage of jpackage [v3]

2025-03-10 Thread Alexander Matveev
On Mon, 10 Mar 2025 20:48:42 GMT, Alexey Semenyuk wrote: >> Changes to tests: >> - Added more test cases to ErrorTest. >> - Added functionality to jpackage test lib to facilitate new ErrorTest test >> cases. >> - Make all other negative tests use the `CannedFormattedString` class to >> valid

Re: RFR: 8351372: Improve negative tests coverage of jpackage [v3]

2025-03-10 Thread Alexey Semenyuk
> Changes to tests: > - Added more test cases to ErrorTest. > - Added functionality to jpackage test lib to facilitate new ErrorTest test > cases. > - Make all other negative tests use the `CannedFormattedString` class to > validate error messages in jpackage output strictly. > - Removed redu

Re: RFR: 8351372: Improve negative tests coverage of jpackage

2025-03-07 Thread Alexander Matveev
On Thu, 6 Mar 2025 23:30:09 GMT, Alexey Semenyuk wrote: > Changes to tests: > - Added more test cases to ErrorTest. > - Added functionality to jpackage test lib to facilitate new ErrorTest test > cases. > - Make all other negative tests use the `CannedFormattedString` class to > validate err

Re: RFR: 8351372: Improve negative tests coverage of jpackage

2025-03-07 Thread Alexey Semenyuk
On Thu, 6 Mar 2025 23:30:09 GMT, Alexey Semenyuk wrote: > Changes to tests: > - Added more test cases to ErrorTest. > - Added functionality to jpackage test lib to facilitate new ErrorTest test > cases. > - Make all other negative tests use the `CannedFormattedString` class to > validate err

Re: RFR: 8351372: Improve negative tests coverage of jpackage

2025-03-07 Thread Alexey Semenyuk
On Thu, 6 Mar 2025 23:30:09 GMT, Alexey Semenyuk wrote: > Changes to tests: > - Added more test cases to ErrorTest. > - Added functionality to jpackage test lib to facilitate new ErrorTest test > cases. > - Make all other negative tests use the `CannedFormattedString` class to > validate err

RFR: 8351372: Improve negative tests coverage of jpackage

2025-03-07 Thread Alexey Semenyuk
Changes to tests: - Added more test cases to ErrorTest. - Added functionality to jpackage test lib to facilitate new ErrorTest test cases. - Make all other negative tests use the `CannedFormattedString` class to validate error messages in jpackage output strictly. - Removed redundant negative