java-topology/test/jdk/tools/jpackage/TEST.properties
russell@unturf.com 0a580b313d undefect. CWE-407 — 63 sites patched across 27 ecosystems
Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com

Patches, unit tests, benchmarks, whitepaper, and outreach briefs.
Public domain — no copyright claimed. Use freely.
2026-03-26 17:11:57 -04:00

34 lines
1.1 KiB
Properties

# Assign "jpackagePlatformPackage" key on jpackage tests that output and
# optionally install native packages. Don't use the key with tests that output
# native packages but will never install them.
keys = \
jpackagePlatformPackage
requires.properties = \
jpackage.test.SQETest \
jpackage.test.MacSignTests
maxOutputSize = 10000000
# 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 == windows) {
# 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.cli \
jdk.jpackage/jdk.jpackage.internal.model \
jdk.jpackage/jdk.jpackage.internal.util \
jdk.jpackage/jdk.jpackage.internal.util.function \
jdk.jpackage/jdk.jpackage.internal.resources:+open \
java.base/jdk.internal.util \
java.base/sun.security.util \
java.base/sun.security.x509 \
jdk.jlink/jdk.tools.jlink.internal