diff options
| author | Noopur Gupta | 2020-10-15 08:02:38 +0000 |
|---|---|---|
| committer | Noopur Gupta | 2020-10-15 08:03:30 +0000 |
| commit | cfaf35630d32d457e9dae29765bf43f46b9eedfc (patch) | |
| tree | 92799e43a0b0b797e91b963a4e2e480d11e9e371 | |
| parent | 0554db5338bdc6ea3e2e342472f5136c01291a7e (diff) | |
| download | eclipse.jdt.ui-cfaf35630d32d457e9dae29765bf43f46b9eedfc.tar.gz eclipse.jdt.ui-cfaf35630d32d457e9dae29765bf43f46b9eedfc.tar.xz eclipse.jdt.ui-cfaf35630d32d457e9dae29765bf43f46b9eedfc.zip | |
Bug 567682: [tests] Java 15 based LeakTestCase failing on I-buildsY20201015-1200
Change-Id: Id4d09aeb21b0cfb40915a48964cdff3301b5bea9
| -rw-r--r-- | org.eclipse.jdt.ui.tests/test.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.jdt.ui.tests/test.xml b/org.eclipse.jdt.ui.tests/test.xml index c491bda7f6..e644346f6c 100644 --- a/org.eclipse.jdt.ui.tests/test.xml +++ b/org.eclipse.jdt.ui.tests/test.xml @@ -44,8 +44,7 @@ <property name="jdt-folder" value="${eclipse-home}/jdt_folder"/> <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=""> - <javaversion atleast="9"/> + <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 --add-opens java.base/jdk.internal.icu.impl=ALL-UNNAMED --add-opens java.base/jdk.internal.icu.text=ALL-UNNAMED" else=""> </condition> <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}"> |
