Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[19] testLimitModulesTest might fail with Java 19 #65

Closed
Tracked by #11
SarikaSinha opened this issue Jun 15, 2022 · 1 comment · Fixed by #67
Closed
Tracked by #11

[19] testLimitModulesTest might fail with Java 19 #65

SarikaSinha opened this issue Jun 15, 2022 · 1 comment · Fixed by #67
Assignees
Milestone

Comments

@SarikaSinha
Copy link
Member

Package dependency change might need a change for Debug test.

@SarikaSinha
Copy link
Member Author

Failing for 19:
https://download.eclipse.org/eclipse/downloads/drops4/Y20220613-0600/testresults/html/org.eclipse.jdt.debug.tests_ep425Y-unit-cen64-gtk3-java19_linux.gtk.x86_64_19.html

org.eclipse.jdt.debug.tests.core.ModuleOptionsTests testLimitModules1 Failure Unknown set of default modules java.se,jdk.accessibility,jdk.attach,jdk.compiler,jdk.dynalink,jdk.httpserver,jdk.incubator.concurrent,jdk.incubator.vector,jdk.jartool,jdk.javadoc,jdk.jconsole,jdk.jdi,jdk.jfr,jdk.jshell,jdk.jsobject,jdk.management,jdk.management.jfr,jdk.net,jdk.nio.mapmode,jdk.sctp,jdk.security.auth,jdk.security.jgss,jdk.unsupported,jdk.unsupported.desktop,jdk.xml.domjunit.framework.AssertionFailedError: Unknown set of default modules java.se,jdk.accessibility,jdk.attach,jdk.compiler,jdk.dynalink,jdk.httpserver,jdk.incubator.concurrent,jdk.incubator.vector,jdk.jartool,jdk.javadoc,jdk.jconsole,jdk.jdi,jdk.jfr,jdk.jshell,jdk.jsobject,jdk.management,jdk.management.jfr,jdk.net,jdk.nio.mapmode,jdk.sctp,jdk.security.auth,jdk.security.jgss,jdk.unsupported,jdk.unsupported.desktop,jdk.xml.domat junit.framework.Assert.fail(Assert.java:57)at junit.framework.TestCase.fail(TestCase.java:223)at org.eclipse.jdt.debug.tests.core.ModuleOptionsTests.testLimitModules1(ModuleOptionsTests.java:269)at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)at java.base/java.lang.reflect.Method.invoke(Method.java:578)at junit.framework.TestCase.runTest(TestCase.java:177)at junit.framework.TestCase.runBare(TestCase.java:142)at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:2670)at junit.framework.TestResult$1.protect(TestResult.java:122)at junit.framework.TestResult.runProtected(TestResult.java:142)at junit.framework.TestResult.run(TestResult.java:125)at junit.framework.TestCase.run(TestCase.java:130)at junit.framework.TestSuite.runTest(TestSuite.java:241)at junit.framework.TestSuite.run(TestSuite.java:236)at junit.framework.TestSuite.runTest(TestSuite.java:241)at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:61)at java.base/java.lang.Thread.run(Thread.java:1596)

Last change was for Java 16
Bug 568295 - [16] testLimitModulesTest might fail with Java 16

SarikaSinha added a commit to SarikaSinha/eclipse.jdt.debug that referenced this issue Jun 15, 2022
SarikaSinha added a commit that referenced this issue Jun 15, 2022
* Add JavaSE-19 (#50)

fixes #49

* Modules changed for Java 19
fixes #65
@SarikaSinha SarikaSinha reopened this Jun 16, 2022
SarikaSinha added a commit to SarikaSinha/eclipse.jdt.debug that referenced this issue Jun 16, 2022
SarikaSinha added a commit that referenced this issue Jun 21, 2022
* Modules changed for Java 19
fixes #65

* Pom updates

* Update Jenkinsfile

Jenkins file update to avoid Comparator errors mentioned in filter list

* Revert Jenkins file update

Workaround did not work

* Skipping baseline analysis
SarikaSinha added a commit to SarikaSinha/eclipse.jdt.debug that referenced this issue Jul 25, 2022
SarikaSinha added a commit that referenced this issue Jul 28, 2022
* Another set of Module change for Java 19
fixes ##65

* Setting up environment to run Beta branch with Java se 19

* Jenkins file syntax correction

* Test fix for Java 19
SarikaSinha added a commit to SarikaSinha/eclipse.jdt.debug that referenced this issue Jul 29, 2022
@SarikaSinha SarikaSinha mentioned this issue Jul 29, 2022
3 tasks
SarikaSinha added a commit that referenced this issue Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant