2019-12-05 16:25:33 +00:00
|
|
|
keys=jpackagePlatformPackage
|
|
|
|
requires.properties=jpackage.test.SQETest
|
|
|
|
maxOutputSize=2000000
|
2023-09-18 20:12:38 +00:00
|
|
|
|
|
|
|
# Run jpackage tests on windows platform sequentially.
|
|
|
|
# Having "share" directory in the list affects tests on other platforms.
|
|
|
|
# The better option would be:
|
|
|
|
# if (platfrom == windowws) {
|
|
|
|
# exclusiveAccess.dirs=share windows
|
|
|
|
# }
|
|
|
|
# but conditionals are not supported by jtreg configuration files.
|
|
|
|
exclusiveAccess.dirs=share windows
|
2024-11-05 13:42:27 +00:00
|
|
|
|
|
|
|
modules=jdk.jpackage/jdk.jpackage.internal:+open \
|
2024-11-19 13:54:57 +00:00
|
|
|
jdk.jpackage/jdk.jpackage.internal.util \
|
|
|
|
jdk.jpackage/jdk.jpackage.internal.util.function \
|
2024-11-05 13:42:27 +00:00
|
|
|
java.base/jdk.internal.util
|