You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
#825 runs tests on JDK 22 and there are failures in
checker/jtreg/nullness/stub-typeparams/
:In all four cases, fewer errors than expected are produced.
The text was updated successfully, but these errors were encountered: