Skip to content

Commit

Permalink
[23] many errors, some failure in AutomatedTestSuite with latest from…
Browse files Browse the repository at this point in the history
… JDT/Core (#1646)

move jit-exclusion to the correct ant target (hopefully)

fixes #1639
  • Loading branch information
stephan-herrmann authored Sep 13, 2024
1 parent 99c7af1 commit d116fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ui.tests/test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<property name="data-dir" value="${jdt-folder}"/>
<property name="plugin-name" value="${plugin-name}"/>
<property name="classname" value="org.eclipse.jdt.ui.tests.AutomatedSuite"/>
<property name="vmargs" value="-XX:CompileCommand=exclude,org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer::getExtendedRange" />
</ant>

</target>
Expand Down Expand Up @@ -349,7 +350,6 @@
--add-opens java.management/sun.management.spi=ALL-UNNAMED
--add-opens jdk.management/com.sun.management=ALL-UNNAMED
--add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
-XX:CompileCommand=exclude,org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer::getExtendedRange
" else="${java9vmargs}">
<javaversion atleast="17"/>
</condition>
Expand Down

0 comments on commit d116fe8

Please sign in to comment.