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

Cleanup tests using Java records #3261

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

LorenzoBettini
Copy link
Contributor

Closes #3258

Besides what's described in the issue, I also added Java records to ITs of our Maven plugins, since now we required Java 17. The ITs related to Java 21 are still useful because in those ITs we generate Java 21 bytecode.

Copy link

Test Results

  6 460 files  ±0    6 460 suites  ±0   3h 15m 2s ⏱️ + 3m 0s
 43 238 tests ±0   42 654 ✅ ±0    584 💤 ±0   0 ❌ ±0 
170 256 runs  +5  167 904 ✅ ±0  2 336 💤 ±0  16 ❌ +6 

Results for commit ef5a71a. ± Comparison against base commit 4eebe72.

This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
org.eclipse.xtext.builder.standalone.incremental.IncrementalStandaloneBuilderWithJava21Test ‑ testCleanBuildAccessingJava21Record
org.eclipse.xtext.java.tests.JavaSourceLanguageTest ‑ testJava21Record
org.eclipse.xtext.builder.standalone.incremental.IncrementalStandaloneBuilderWithJava21Test ‑ testCleanBuildAccessingJavaRecord
org.eclipse.xtext.java.tests.JavaSourceLanguageTest ‑ testJavaRecord

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 this pull request may close these issues.

Cleanup tests using Java records
1 participant