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

Investigate tests disabled during transition to minimal 1.8 target #2758

Open
23 tasks
iloveeclipse opened this issue Jul 25, 2024 · 0 comments
Open
23 tasks
Labels
help wanted Extra attention is needed

Comments

@iloveeclipse
Copy link
Member

Commit 1bcb15a disabled few failing tests that started to fail after changing minimal compilation level to 1.8 in #2551

Some of disabled tests have already own tickets, the rest must be analyzed & either tests updated or removed or code fixed.

To find tests in the workspace, just search for _2551_.
Current list has 42 matches, here the overview:

  • ASTConverter15JLS4Test.java - org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom (2 matches)
  • ASTConverter15JLS8Test.java - org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom (2 matches)
  • ASTConverter15Test.java - org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom (2 matches)
  • ASTConverter17Test.java - org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom (6 matches)
  • ASTConverter18Test.java - org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom (2 matches)
  • ASTConverterTest2.java - org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom
  • ASTConverterTestAST4_2.java - org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom (7 matches)
  • AttachSourceTests.java - SourceMapper can't find source for inner classes for source compiled with Java 8 target #2754
  • BatchASTCreationTests.java - org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom
  • ClasspathTests.java - org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model
  • CompletionTests.java - org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model
  • Compliance_1_4.java - org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression (2 matches)
  • Compliance_CLDC.java - org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression
  • CopyMoveResourcesTests.java - org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model
  • GenericTypeTest.java - org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression (2 matches)
  • Java50Tests.java - org.eclipse.jdt.core.tests.builder/src/org/eclipse/jdt/core/tests/builder
  • JavadocTest_1_3.java - org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression
  • JavadocTest_1_4.java - org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression (3 matches)
  • JavaSearchBugsTests.java - org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model
  • MultiProjectTests.java - org.eclipse.jdt.core.tests.builder/src/org/eclipse/jdt/core/tests/builder
  • NullAnnotationBatchCompilerTest.java - org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression
  • NullAnnotationModelTests.java - jclMin1.8.jar is not complete for 1.8 JLS target tests #2756
  • SearchTests.java - org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model
@iloveeclipse iloveeclipse added the help wanted Extra attention is needed label Jul 25, 2024
zelenyhleb added a commit to zelenyhleb/eclipse.jdt.core that referenced this issue Aug 3, 2024
…mal target

test080 - removed expected error warning since it is a bug that was
fixed before 1.8 release, added raw types warnings
test088 - added raw types warnings

Signed-off-by: Nikifor Fedorov <nikifor.fedorov@arsysop.ru>
zelenyhleb added a commit to zelenyhleb/eclipse.jdt.core that referenced this issue Aug 3, 2024
…mal target

test080 - removed expected error warning since it is a bug that was
fixed before 1.8 release, added raw types warnings
test088 - added raw types warnings

Signed-off-by: Nikifor Fedorov <nikifor.fedorov@arsysop.ru>
zelenyhleb added a commit to zelenyhleb/eclipse.jdt.core that referenced this issue Aug 29, 2024
…mal target

test080 - removed expected error warning since it is a bug that was
fixed before 1.8 release, added raw types warnings
test088 - added raw types warnings

Signed-off-by: Nikifor Fedorov <nikifor.fedorov@arsysop.ru>
iloveeclipse pushed a commit to zelenyhleb/eclipse.jdt.core that referenced this issue Sep 5, 2024
…mal target

test080 - removed expected error warning since it is a bug that was
fixed before 1.8 release, added raw types warnings
test088 - added raw types warnings

Signed-off-by: Nikifor Fedorov <nikifor.fedorov@arsysop.ru>
iloveeclipse pushed a commit that referenced this issue Sep 5, 2024
test080 - removed expected error warning since it is a bug that was
fixed before 1.8 release, added raw types warnings
test088 - added raw types warnings

Signed-off-by: Nikifor Fedorov <nikifor.fedorov@arsysop.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant