Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit 422eba8

Browse files
author
Alexey Semenyuk
committedMar 16, 2021
8263536: Add @build tags to jpackage tests
Reviewed-by: almatvee, iklam, herrick
1 parent 0d2f87e commit 422eba8

14 files changed

+13
-2
lines changed
 

‎test/jdk/ProblemList.txt

-2
Original file line numberDiff line numberDiff line change
@@ -838,8 +838,6 @@ jdk/jfr/startupargs/TestStartDuration.java 8214685 windows-
838838
# jdk_jpackage
839839

840840
tools/jpackage/share/jdk/jpackage/tests/ModulePathTest3.java#id0 8248418 generic-all
841-
tools/jpackage/windows/WinShortcutPromptTest.java 8263474 windows-all
842-
tools/jpackage/windows/WinInstallerUiTest.java 8263474 windows-all
843841

844842
############################################################################
845843

‎test/jdk/tools/jpackage/linux/AppCategoryTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
* @library ../helpers
4747
* @key jpackagePlatformPackage
4848
* @build jdk.jpackage.test.*
49+
* @build AppCategoryTest
4950
* @requires (os.family == "linux")
5051
* @modules jdk.jpackage/jdk.jpackage.internal
5152
* @run main/othervm/timeout=360 -Xmx512m AppCategoryTest

‎test/jdk/tools/jpackage/linux/LicenseTypeTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
* @library ../helpers
4242
* @key jpackagePlatformPackage
4343
* @build jdk.jpackage.test.*
44+
* @build LicenseTypeTest
4445
* @requires (os.family == "linux")
4546
* @modules jdk.jpackage/jdk.jpackage.internal
4647
* @run main/othervm/timeout=360 -Xmx512m LicenseTypeTest

‎test/jdk/tools/jpackage/linux/LinuxBundleNameTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
* @library ../helpers
4747
* @key jpackagePlatformPackage
4848
* @build jdk.jpackage.test.*
49+
* @build LinuxBundleNameTest
4950
* @requires (os.family == "linux")
5051
* @modules jdk.jpackage/jdk.jpackage.internal
5152
* @run main/othervm/timeout=360 -Xmx512m LinuxBundleNameTest

‎test/jdk/tools/jpackage/linux/MaintainerTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
* @library ../helpers
4343
* @key jpackagePlatformPackage
4444
* @build jdk.jpackage.test.*
45+
* @build MaintainerTest
4546
* @requires (os.family == "linux")
4647
* @modules jdk.jpackage/jdk.jpackage.internal
4748
* @run main/othervm/timeout=360 -Xmx512m MaintainerTest

‎test/jdk/tools/jpackage/linux/ReleaseTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
* @library ../helpers
4646
* @key jpackagePlatformPackage
4747
* @build jdk.jpackage.test.*
48+
* @build ReleaseTest
4849
* @requires (os.family == "linux")
4950
* @modules jdk.jpackage/jdk.jpackage.internal
5051
* @run main/othervm/timeout=360 -Xmx512m ReleaseTest

‎test/jdk/tools/jpackage/macosx/MacFileAssociationsTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
* @summary jpackage with --file-associations and mac specific file association args
4242
* @library ../helpers
4343
* @build jdk.jpackage.test.*
44+
* @build MacFileAssociationsTest
4445
* @modules jdk.jpackage/jdk.jpackage.internal
4546
* @requires (os.family == "mac")
4647
* @run main/othervm -Xmx512m MacFileAssociationsTest

‎test/jdk/tools/jpackage/macosx/SigningAppImageTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
* @build SigningCheck
5050
* @build jtreg.SkippedException
5151
* @build jdk.jpackage.test.*
52+
* @build SigningAppImageTest
5253
* @modules jdk.jpackage/jdk.jpackage.internal
5354
* @requires (os.family == "mac")
5455
* @run main/othervm -Xmx512m SigningAppImageTest

‎test/jdk/tools/jpackage/macosx/SigningPackageTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
* @build SigningCheck
5555
* @build jtreg.SkippedException
5656
* @build jdk.jpackage.test.*
57+
* @build SigningPackageTest
5758
* @modules jdk.jpackage/jdk.jpackage.internal
5859
* @requires (os.family == "mac")
5960
* @run main/othervm -Xmx512m SigningPackageTest

‎test/jdk/tools/jpackage/share/EmptyFolderPackageTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* @key jpackagePlatformPackage
4040
* @build EmptyFolderBase
4141
* @build jdk.jpackage.test.*
42+
* @build EmptyFolderPackageTest
4243
* @modules jdk.jpackage/jdk.jpackage.internal
4344
* @run main/othervm/timeout=720 -Xmx512m EmptyFolderPackageTest
4445
*/

‎test/jdk/tools/jpackage/share/EmptyFolderTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
* @library /test/lib
3838
* @build EmptyFolderBase
3939
* @build jdk.jpackage.test.*
40+
* @build EmptyFolderTest
4041
* @modules jdk.jpackage/jdk.jpackage.internal
4142
* @run main/othervm -Xmx512m EmptyFolderTest
4243
*/

‎test/jdk/tools/jpackage/windows/WinDirChooserTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* @library ../helpers
4040
* @key jpackagePlatformPackage
4141
* @build jdk.jpackage.test.*
42+
* @build WinDirChooserTest
4243
* @requires (os.family == "windows")
4344
* @modules jdk.jpackage/jdk.jpackage.internal
4445
* @run main/othervm/timeout=360 -Xmx512m WinDirChooserTest

‎test/jdk/tools/jpackage/windows/WinInstallerUiTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
* @library ../helpers
4343
* @key jpackagePlatformPackage
4444
* @build jdk.jpackage.test.*
45+
* @build WinInstallerUiTest
4546
* @requires (os.family == "windows")
4647
* @modules jdk.jpackage/jdk.jpackage.internal
4748
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main

‎test/jdk/tools/jpackage/windows/WinShortcutPromptTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
* @library ../helpers
4141
* @key jpackagePlatformPackage
4242
* @build jdk.jpackage.test.*
43+
* @build WinShortcutPromptTest
4344
* @requires (os.family == "windows")
4445
* @modules jdk.jpackage/jdk.jpackage.internal
4546
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main

0 commit comments

Comments
 (0)
This repository has been archived.