RFR: 8266456: Replace direct TKit.run() calls with jdk.jpackage.test.Annotations.Test annotation [v2]

Alexey Semenyuk asemenyuk at openjdk.java.net
Mon May 10 15:36:26 UTC 2021


On Sat, 8 May 2021 01:44:46 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:

>> - Replaced direct TKit.run() calls with Test annotation.
>>  - Increased timeout for SigningPackageTest from default to 360 due to timeout. This is regression from JDK-8248904 due to changes done in signing and --remove-signature adds additional time since it is run per file.
>>  - Fixed issue with jtreg.SkippedException which caused test to fail instead of being skipped, since it was wrapped in ExceptionBox.
>
> Alexander Matveev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8266456: Replace direct TKit.run() calls with jdk.jpackage.test.Annotations.Test annotation [v2]

Changes requested by asemenyuk (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/3911


More information about the core-libs-dev mailing list