Community
Participate
Working Groups
Leak tests might fail with Java 16. Do we need them now as tests are not running for Java 8.
(In reply to Sarika Sinha from comment #0) > Leak tests might fail with Java 16. > Do we need them now as tests are not running for Java 8. Asking about the tests if we need them?
(In reply to Noopur Gupta from comment #1) > (In reply to Sarika Sinha from comment #0) > > Leak tests might fail with Java 16. > > > > Do we need them now as tests are not running for Java 8. > > Asking about the tests if we need them? Yes.
(In reply to Sarika Sinha from comment #2) > (In reply to Noopur Gupta from comment #1) > > (In reply to Sarika Sinha from comment #0) > > > Leak tests might fail with Java 16. > > > > > > > Do we need them now as tests are not running for Java 8. > > > > Asking about the tests if we need them? > > Yes. These tests don't test any Java version-specific functionality. They are for Java text editors. So we still need them.
This time the tests may not fail with JDK 16 unless a new --add-opens is required similar to bug 567682 as the XML already mentions <javaversion atleast="9"/>. We can reopen the bug if it is failing.