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

JDK 22: problems with stubs and type parameters #826

Open
wmdietl opened this issue Aug 2, 2024 · 0 comments
Open

JDK 22: problems with stubs and type parameters #826

wmdietl opened this issue Aug 2, 2024 · 0 comments

Comments

@wmdietl
Copy link
Member

wmdietl commented Aug 2, 2024

#825 runs tests on JDK 22 and there are failures in checker/jtreg/nullness/stub-typeparams/:

        -Werror /home/runner/work/checker-framework/checker-framework/checker/jtreg/nullness/stub-typeparams/StubTypeParamsClassNbl.java

TEST RESULT: Failed. Compilation passed unexpectedly: Compilation successful

        -Werror /home/runner/work/checker-framework/checker-framework/checker/jtreg/nullness/stub-typeparams/StubTypeParamsMethNbl.java

TEST RESULT: Failed. Compilation passed unexpectedly: Compilation successful

        -Werror /home/runner/work/checker-framework/checker-framework/checker/jtreg/nullness/stub-typeparams/StubWildcardsNbl.java
direct:
StubWildcardsNbl.java:15:29: compiler.err.proc.messager: (argument.type.incompatible)
1 error

TEST RESULT: Failed. Output does not match reference file: StubWildcardsNbl.out, line 1

        -Werror /home/runner/work/checker-framework/checker-framework/checker/jtreg/nullness/stub-typeparams/StubWildcardsNon.java
direct:
StubWildcardsNon.java:15:29: compiler.err.proc.messager: (argument.type.incompatible)
1 error

TEST RESULT: Failed. Output does not match reference file: StubWildcardsNon.out, line 1

In all four cases, fewer errors than expected are produced.

This was referenced Aug 2, 2024
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

No branches or pull requests

1 participant