fea5f2b145
Reviewed-by: almatvee
18 lines
630 B
Properties
18 lines
630 B
Properties
keys=jpackagePlatformPackage
|
|
requires.properties=jpackage.test.SQETest
|
|
maxOutputSize=2000000
|
|
|
|
# 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
|
|
|
|
modules=jdk.jpackage/jdk.jpackage.internal:+open \
|
|
jdk.jpackage/jdk.jpackage.internal.util \
|
|
jdk.jpackage/jdk.jpackage.internal.util.function \
|
|
java.base/jdk.internal.util
|