Skip to content

Commit

Permalink
8265527: tools/javac/diags/CheckExamples.java fails after JDK-8078024…
Browse files Browse the repository at this point in the history
… 8u backport

Reviewed-by: sgehwolf
  • Loading branch information
Peter Zhelezniakov committed Oct 26, 2022
1 parent 1f8eafd commit f04ad96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions langtools/test/tools/javac/diags/examples.not-yet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ compiler.misc.verbose.retro.with # UNUSED
compiler.misc.verbose.retro.with.list # UNUSED
compiler.misc.version.not.available # JavaCompiler; implies build error
compiler.misc.where.description.captured
compiler.misc.where.description.intersection.1
compiler.misc.where.typevar.1
compiler.misc.wrong.version # ClassReader
compiler.warn.annotation.method.not.found # ClassReader
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
* questions.
*/

// key: compiler.misc.inferred.do.not.conform.to.upper.bounds
// key: compiler.misc.intersection.type
// key: compiler.misc.where.description.intersection.1
// key: compiler.misc.where.intersection
// key: compiler.misc.incompatible.upper.lower.bounds
// key: compiler.misc.where.description.typevar
// key: compiler.misc.where.typevar
// key: compiler.err.prob.found.req
// options: -XDdiags=where
// run: simple
Expand Down

0 comments on commit f04ad96

Please sign in to comment.