File tree Expand file tree Collapse file tree 6 files changed +1263
-14
lines changed
helpers/jdk/jpackage/test Expand file tree Collapse file tree 6 files changed +1263
-14
lines changed Original file line number Diff line number Diff line change 1- keys =jpackagePlatformPackage
2- requires.properties =jpackage.test.SQETest
3- maxOutputSize =2000000
1+ keys = \
2+ jpackagePlatformPackage
3+
4+ requires.properties = \
5+ jpackage.test.SQETest \
6+ jpackage.test.MacSignTests
7+
8+ maxOutputSize = 2000000
49
510# Run jpackage tests on windows platform sequentially.
611# Having "share" directory in the list affects tests on other platforms.
@@ -9,10 +14,13 @@ maxOutputSize=2000000
914# exclusiveAccess.dirs=share windows
1015# }
1116# but conditionals are not supported by jtreg configuration files.
12- exclusiveAccess.dirs =share windows
17+ exclusiveAccess.dirs = \
18+ share \
19+ windows
1320
14- modules =jdk.jpackage/jdk.jpackage.internal:+open \
15- jdk.jpackage/jdk.jpackage.internal.util \
16- jdk.jpackage/jdk.jpackage.internal.util.function \
17- java.base/jdk.internal.util \
18- jdk.jlink/jdk.tools.jlink.internal
21+ modules = \
22+ jdk.jpackage/jdk.jpackage.internal:+open \
23+ jdk.jpackage/jdk.jpackage.internal.util \
24+ jdk.jpackage/jdk.jpackage.internal.util.function \
25+ java.base/jdk.internal.util \
26+ jdk.jlink/jdk.tools.jlink.internal
You can’t perform that action at this time.
0 commit comments