mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8314909: tools/jpackage/windows/Win8282351Test.java fails with java.lang.AssertionError: Expected [0]. Actual [1618]:
Reviewed-by: almatvee
This commit is contained in:
parent
4421951d8f
commit
1b104b63a9
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue