8314909: tools/jpackage/windows/Win8282351Test.java fails with java.lang.AssertionError: Expected [0]. Actual [1618]:

Reviewed-by: almatvee
This commit is contained in:
Alexey Semenyuk 2023-09-18 20:12:38 +00:00
parent 4421951d8f
commit 1b104b63a9

View file

@ -1,3 +1,12 @@
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