8263536: Add @build tags to jpackage tests

Reviewed-by: almatvee, iklam, herrick
This commit is contained in:
Alexey Semenyuk 2021-03-16 19:14:41 +00:00
parent 0d2f87e494
commit 422eba81b1
14 changed files with 13 additions and 2 deletions

View File

@ -838,8 +838,6 @@ jdk/jfr/startupargs/TestStartDuration.java 8214685 windows-
# jdk_jpackage
tools/jpackage/share/jdk/jpackage/tests/ModulePathTest3.java#id0 8248418 generic-all
tools/jpackage/windows/WinShortcutPromptTest.java 8263474 windows-all
tools/jpackage/windows/WinInstallerUiTest.java 8263474 windows-all
############################################################################

View File

@ -46,6 +46,7 @@ import jdk.jpackage.test.PackageType;
* @library ../helpers
* @key jpackagePlatformPackage
* @build jdk.jpackage.test.*
* @build AppCategoryTest
* @requires (os.family == "linux")
* @modules jdk.jpackage/jdk.jpackage.internal
* @run main/othervm/timeout=360 -Xmx512m AppCategoryTest

View File

@ -41,6 +41,7 @@ import jdk.jpackage.test.PackageType;
* @library ../helpers
* @key jpackagePlatformPackage
* @build jdk.jpackage.test.*
* @build LicenseTypeTest
* @requires (os.family == "linux")
* @modules jdk.jpackage/jdk.jpackage.internal
* @run main/othervm/timeout=360 -Xmx512m LicenseTypeTest

View File

@ -46,6 +46,7 @@ import jdk.jpackage.test.PackageType;
* @library ../helpers
* @key jpackagePlatformPackage
* @build jdk.jpackage.test.*
* @build LinuxBundleNameTest
* @requires (os.family == "linux")
* @modules jdk.jpackage/jdk.jpackage.internal
* @run main/othervm/timeout=360 -Xmx512m LinuxBundleNameTest

View File

@ -42,6 +42,7 @@ import jdk.jpackage.test.TKit;
* @library ../helpers
* @key jpackagePlatformPackage
* @build jdk.jpackage.test.*
* @build MaintainerTest
* @requires (os.family == "linux")
* @modules jdk.jpackage/jdk.jpackage.internal
* @run main/othervm/timeout=360 -Xmx512m MaintainerTest

View File

@ -45,6 +45,7 @@ import jdk.jpackage.test.TKit;
* @library ../helpers
* @key jpackagePlatformPackage
* @build jdk.jpackage.test.*
* @build ReleaseTest
* @requires (os.family == "linux")
* @modules jdk.jpackage/jdk.jpackage.internal
* @run main/othervm/timeout=360 -Xmx512m ReleaseTest

View File

@ -41,6 +41,7 @@ import jdk.jpackage.test.MacHelper.PListWrapper;
* @summary jpackage with --file-associations and mac specific file association args
* @library ../helpers
* @build jdk.jpackage.test.*
* @build MacFileAssociationsTest
* @modules jdk.jpackage/jdk.jpackage.internal
* @requires (os.family == "mac")
* @run main/othervm -Xmx512m MacFileAssociationsTest

View File

@ -49,6 +49,7 @@ import jdk.jpackage.test.TKit;
* @build SigningCheck
* @build jtreg.SkippedException
* @build jdk.jpackage.test.*
* @build SigningAppImageTest
* @modules jdk.jpackage/jdk.jpackage.internal
* @requires (os.family == "mac")
* @run main/othervm -Xmx512m SigningAppImageTest

View File

@ -54,6 +54,7 @@ import jdk.jpackage.test.TKit;
* @build SigningCheck
* @build jtreg.SkippedException
* @build jdk.jpackage.test.*
* @build SigningPackageTest
* @modules jdk.jpackage/jdk.jpackage.internal
* @requires (os.family == "mac")
* @run main/othervm -Xmx512m SigningPackageTest

View File

@ -39,6 +39,7 @@ import jdk.jpackage.test.TKit;
* @key jpackagePlatformPackage
* @build EmptyFolderBase
* @build jdk.jpackage.test.*
* @build EmptyFolderPackageTest
* @modules jdk.jpackage/jdk.jpackage.internal
* @run main/othervm/timeout=720 -Xmx512m EmptyFolderPackageTest
*/

View File

@ -37,6 +37,7 @@ import jdk.jpackage.internal.ApplicationLayout;
* @library /test/lib
* @build EmptyFolderBase
* @build jdk.jpackage.test.*
* @build EmptyFolderTest
* @modules jdk.jpackage/jdk.jpackage.internal
* @run main/othervm -Xmx512m EmptyFolderTest
*/

View File

@ -39,6 +39,7 @@ import jdk.jpackage.test.PackageType;
* @library ../helpers
* @key jpackagePlatformPackage
* @build jdk.jpackage.test.*
* @build WinDirChooserTest
* @requires (os.family == "windows")
* @modules jdk.jpackage/jdk.jpackage.internal
* @run main/othervm/timeout=360 -Xmx512m WinDirChooserTest

View File

@ -42,6 +42,7 @@ import jdk.jpackage.test.TKit;
* @library ../helpers
* @key jpackagePlatformPackage
* @build jdk.jpackage.test.*
* @build WinInstallerUiTest
* @requires (os.family == "windows")
* @modules jdk.jpackage/jdk.jpackage.internal
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main

View File

@ -40,6 +40,7 @@ import jdk.jpackage.test.PackageType;
* @library ../helpers
* @key jpackagePlatformPackage
* @build jdk.jpackage.test.*
* @build WinShortcutPromptTest
* @requires (os.family == "windows")
* @modules jdk.jpackage/jdk.jpackage.internal
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main