RFR: 8266179: [macos] jpackage should specify architecture for produced pkg files [v2]
Alexey Semenyuk
asemenyuk at openjdk.java.net
Mon May 3 19:16:50 UTC 2021
On Mon, 3 May 2021 17:24:16 GMT, Alexander Matveev <almatvee at openjdk.org> 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
More information about the core-libs-dev
mailing list