Skip to content

Commit e293166

Browse files
author
Alexey Semenyuk
committed
8370963: Errors in jpackage jtreg test descriptions
Reviewed-by: almatvee
1 parent c6eea8a commit e293166

13 files changed

+5
-24
lines changed

test/jdk/tools/jpackage/TEST.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Assign "jpackagePlatformPackage" key on jpackage tests that output and
2+
# optionally install native packages. Don't use the key with tests that output
3+
# native packages but will never install them.
14
keys = \
25
jpackagePlatformPackage
36

test/jdk/tools/jpackage/macosx/CustomInfoPListTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,9 @@
6969
* @test
7070
* @summary jpackage with --type image --resource-dir "Info.plist" and "Runtime-Info.plist"
7171
* @library /test/jdk/tools/jpackage/helpers
72-
* @key jpackagePlatformPackage
7372
* @build jdk.jpackage.test.*
7473
* @build CustomInfoPListTest
7574
* @requires (os.family == "mac")
76-
* @requires (jpackage.test.SQETest == null)
7775
* @run main/othervm/timeout=1440 -Xmx512m jdk.jpackage.test.Main
7876
* --jpt-run=CustomInfoPListTest
7977
*/

test/jdk/tools/jpackage/macosx/DmgContentTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
* @test
3939
* @summary jpackage with --type dmg --mac-dmg-content
4040
* @library /test/jdk/tools/jpackage/helpers
41-
* @key jpackagePlatformPackage
4241
* @build jdk.jpackage.test.*
4342
* @build DmgContentTest
4443
* @requires (os.family == "mac")

test/jdk/tools/jpackage/macosx/HostArchPkgTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
* @build jdk.jpackage.test.*
4848
* @compile -Xlint:all -Werror HostArchPkgTest.java
4949
* @requires (os.family == "mac")
50-
* @key jpackagePlatformPackage
5150
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
5251
* --jpt-run=HostArchPkgTest
5352
*/

test/jdk/tools/jpackage/macosx/SigningPackageTwoStepTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
* @build jdk.jpackage.test.*
6767
* @build SigningPackageTwoStepTest
6868
* @requires (jpackage.test.MacSignTests == "run")
69+
* @requires (jpackage.test.SQETest == null)
6970
* @run main/othervm/timeout=720 -Xmx512m jdk.jpackage.test.Main
7071
* --jpt-run=SigningPackageTwoStepTest
7172
* --jpt-before-run=SigningBase.verifySignTestEnvReady

test/jdk/tools/jpackage/macosx/SigningRuntimeImagePackageTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
* @build jdk.jpackage.test.*
8181
* @build SigningRuntimeImagePackageTest
8282
* @requires (jpackage.test.MacSignTests == "run")
83+
* @requires (jpackage.test.SQETest == null)
8384
* @run main/othervm/timeout=720 -Xmx512m jdk.jpackage.test.Main
8485
* --jpt-run=SigningRuntimeImagePackageTest
8586
* --jpt-before-run=SigningBase.verifySignTestEnvReady

test/jdk/tools/jpackage/share/RuntimeImageSymbolicLinksTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
* @test
4141
* @summary jpackage with --runtime-image
4242
* @library /test/jdk/tools/jpackage/helpers
43-
* @key jpackagePlatformPackage
4443
* @requires (os.family != "windows")
4544
* @build jdk.jpackage.test.*
4645
* @compile -Xlint:all -Werror RuntimeImageSymbolicLinksTest.java

test/jdk/tools/jpackage/share/RuntimeImageTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
* @test
3535
* @summary jpackage with --runtime-image
3636
* @library /test/jdk/tools/jpackage/helpers
37-
* @key jpackagePlatformPackage
3837
* @build jdk.jpackage.test.*
3938
* @compile -Xlint:all -Werror RuntimeImageTest.java
4039
* @run main/othervm/timeout=1400 jdk.jpackage.test.Main

test/jdk/tools/jpackage/windows/WinInstallerResourceTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
* @test
4141
* @summary jpackage with installer exe from the resource directory
4242
* @library /test/jdk/tools/jpackage/helpers
43-
* @key jpackagePlatformPackage
4443
* @build jdk.jpackage.test.*
4544
* @compile -Xlint:all -Werror WinInstallerResourceTest.java
4645
* @requires (os.family == "windows")

test/jdk/tools/jpackage/windows/WinLongPathTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
* @bug 8289771
4141
* @summary jpackage with long paths on windows
4242
* @library /test/jdk/tools/jpackage/helpers
43-
* @key jpackagePlatformPackage
4443
* @build jdk.jpackage.test.*
4544
* @requires (os.family == "windows")
4645
* @compile -Xlint:all -Werror WinLongPathTest.java

0 commit comments

Comments
 (0)