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

add jit-exclusion also to test.xml for production test runs (eclipse-jdt#1642)

Fixes eclipse-jdt#1639
  • Loading branch information
stephan-herrmann authored Sep 12, 2024
1 parent 7265bc2 commit 99c7af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org.eclipse.jdt.ui.tests/test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
--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 99c7af1

Please sign in to comment.