Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2019-11-01 06:29:52 +0000
committerNoopur Gupta2019-11-01 06:29:52 +0000
commit09c81ab3103311782bf63f63642831fd3dbb0555 (patch)
tree14395927a6de48f98be11b6f765ecd24fa1ee20a
parent7e193f50e6652db32d1b98d44a95d8444c726d6c (diff)
downloadeclipse.jdt.ui-09c81ab3103311782bf63f63642831fd3dbb0555.tar.gz
eclipse.jdt.ui-09c81ab3103311782bf63f63642831fd3dbb0555.tar.xz
eclipse.jdt.ui-09c81ab3103311782bf63f63642831fd3dbb0555.zip
Bug 552611: [13] 23 leak test failures in I-build with Java 13I20191102-1800I20191101-1800
-rw-r--r--org.eclipse.jdt.ui.tests/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.ui.tests/test.xml b/org.eclipse.jdt.ui.tests/test.xml
index 437da06483..7d3d074c38 100644
--- a/org.eclipse.jdt.ui.tests/test.xml
+++ b/org.eclipse.jdt.ui.tests/test.xml
@@ -45,7 +45,7 @@
<delete dir="${jdt-folder}" quiet="true"/>
<condition property="java9vmargs" value="--add-opens java.base/jdk.internal.loader=ALL-UNNAMED --add-opens jdk.localedata/sun.util.resources.cldr.provider=ALL-UNNAMED --add-opens jdk.localedata/sun.util.resources.provider=ALL-UNNAMED --add-opens java.base/jdk.internal.module=ALL-UNNAMED --add-opens java.base/java.lang.module=ALL-UNNAMED --add-opens java.base/jdk.internal.reflect=ALL-UNNAMED --add-opens java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/jdk.internal.math=ALL-UNNAMED --add-opens java.base/jdk.internal.misc=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED" else="">
- <matches pattern="^(9|10|11|12)$" string="${ant.java.version}" />
+ <matches pattern="^(9|10|11|12|13)$" string="${ant.java.version}" />
</condition>
<ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">

Back to the top