On Mon, 3 May 2021 17:24:16 GMT, Alexander Matveev <[email protected]> wrote:

>> test/jdk/tools/jpackage/macosx/HostArchPkgTest.java line 84:
>> 
>>> 82:     }
>>> 83: 
>>> 84:     public static void main(String[] args) throws Exception {
>> 
>> Please don't use direct TKit.run() call. Use 
>> jdk.jpackage.test.Annotations.Test annotation for test method. You can use 
>> SimplePackageTest jtreg test as an example
>
> I will fix it. Do we have a bug or I can file one to fix other tests? We have 
> several tests such as SigningPackageTest which uses TKit.run() call and I 
> just copy paste it.

No, we don't have a CR to track replacement of direct TKit.run() calls. Please 
feel free to file one.

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

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

Reply via email to