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

Add failing string concat tests (Java 11) #327

Merged
merged 1 commit into from
Apr 11, 2022
Merged

Add failing string concat tests (Java 11) #327

merged 1 commit into from
Apr 11, 2022

Conversation

ThisTestUser
Copy link
Contributor

Add string concatenation tests involving toString(), which currrently fail in Java 11, as the object itself is passed into StringConcatFactory.makeConcatWithConstants() during the invokedynamic call. This issue was described in #258.

@ThisTestUser ThisTestUser changed the title Add failing tests Add failing string concat tests (Java 11) Apr 9, 2022
@ThisTestUser ThisTestUser mentioned this pull request Apr 9, 2022
@cyrille-artho
Copy link
Member

Thank you for the tests. I will merge the PR but have realized that GitHub actions were not yet set up for this branch. I'll do that first, and I hope I can run this PR on the CI setup retroactively (perhaps it has to be closed and re-opened?).

@cyrille-artho cyrille-artho reopened this Apr 11, 2022
@cyrille-artho cyrille-artho merged commit a816054 into javapathfinder:java-10-gradle Apr 11, 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 this pull request may close these issues.

2 participants