[jdk11u-dev] RFR: 8266460: java.io tests fail on null stream with upgraded jtreg/TestNG
Goetz Lindenmaier
goetz at openjdk.org
Thu Jul 21 12:21:51 UTC 2022
On Thu, 21 Jul 2022 08:09:52 GMT, George Adams <duke at openjdk.org> wrote:
> Backport required to bump JDK11u to jtreg 6
>
> `test/jdk/java/io/InputStream/NullInputStream.java`
> - no `import java.io.EOFException;` in jdk11u which prevented the patch from applying cleanly.
LGTM.
Some methods are missing in NullInputStream.java becasue
"6516099: InputStream.skipFully(int k) to skip exactly k bytes" is not in 17.
so the corresponding patches are omitted.
-------------
Marked as reviewed by goetz (Reviewer).
PR: https://git.openjdk.org/jdk11u-dev/pull/1254
More information about the jdk-updates-dev
mailing list