jdk-24/test/jdk/java/io
2022-11-23 17:10:05 +00:00
..
BufferedInputStream 8294541: java/io/BufferedInputStream/TransferTo.java fails with OOME 2022-10-09 13:55:27 +00:00
BufferedReader
BufferedWriter
ByteArrayInputStream 6766844: ByteArrayInputStream#read with a byte array of length 0 not consistent with InputStream when at EOF 2021-07-08 19:05:29 +00:00
ByteArrayOutputStream 8249699: java/io/ByteArrayOutputStream/MaxCapacity.java should use @requires instead of @ignore 2020-09-01 19:04:42 +01:00
CharArrayReader 4926314: Optimize Reader.read(CharBuffer) 2021-04-26 17:33:35 +00:00
charStreams
ClassCache 8280041: Retry loop issues in java.io.ClassCache 2022-01-25 19:22:07 +00:00
Console 8265918: java/io/Console/CharsetTest.java failed with "expect: spawn id exp6 not open" 2021-04-29 13:01:30 +00:00
DataInputStream 8245036: DataInputStream.readFully(byte[], int, int) does not throw expected IndexOutOfBoundsExceptions 2020-08-07 12:58:40 -07:00
DataOutputStream 8223254: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space" 2019-05-02 14:15:09 -07:00
etc
Externalizable
File 8290313: Produce warning when user specified java.io.tmpdir directory doesn't exist 2022-11-23 17:10:05 +00:00
FileDescriptor
FileInputStream 8272297: FileInputStream should override transferTo() for better performance 2021-08-16 15:53:33 +00:00
FileOutputStream 8285523: Improve test java/io/FileOutputStream/OpenNUL.java 2022-04-29 07:34:46 +00:00
FilePermission 8230407: SocketPermission and FilePermission action list allows leading comma 2019-10-16 14:32:17 -07:00
FileReader 8183554: Add constructors with Charset parameter for FileReader and FileWriter 2018-03-15 14:54:10 -07:00
FileWriter 8183554: Add constructors with Charset parameter for FileReader and FileWriter 2018-03-15 14:54:10 -07:00
FilterOutputStream
InputStream 8266460: java.io tests fail on null stream with upgraded jtreg/TestNG 2021-05-06 14:18:41 +00:00
InputStreamReader 8292043: Incorrect decoding near EOF for stateful decoders like UTF-16 2022-08-22 16:26:37 +00:00
IOException 8249836: java/io/IOException/LastErrorString.java should have bug-id as 1st word in @ignore 2020-12-01 12:57:36 +00:00
LineNumberInputStream
LineNumberReader 8235792: LineNumberReader.getLineNumber() behavior is inconsistent with respect to EOF 2020-08-05 11:40:07 -07:00
ObjectInputStream 8231427: Warning cleanup in tests of java.io.Serializable 2019-10-11 13:11:56 -04:00
ObjectStreamClass 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs 2022-08-04 13:25:15 +00:00
OutputStream 8266460: java.io tests fail on null stream with upgraded jtreg/TestNG 2021-05-06 14:18:41 +00:00
OutputStreamWriter 8280157: wrong texts Falied in a couple of tests 2022-01-19 12:01:10 +00:00
pathNames 8283698: Refactor Locale constructors used in src/test 2022-04-08 15:23:25 +00:00
PipedInputStream
PipedOutputStream
PipedReader
PipedWriter
PrintStream 8276970: Default charset for PrintWriter that wraps PrintStream 2021-11-18 01:12:12 +00:00
PrintWriter 8183743: Umbrella: add overloads that take a Charset parameter 2017-12-12 11:10:12 -08:00
PushbackInputStream 8296431: PushbackInputStream should override transferTo 2022-11-14 18:03:18 +00:00
PushbackReader
RandomAccessFile 8284780: Need methods to create pre-sized HashSet and LinkedHashSet 2022-06-09 01:50:54 +00:00
readBytes
Reader 8266460: java.io tests fail on null stream with upgraded jtreg/TestNG 2021-05-06 14:18:41 +00:00
SequenceInputStream 8078891: java.io.SequenceInputStream.close is not atomic and not idempotent 2019-07-29 09:09:23 -07:00
Serializable 8284191: Replace usages of 'a the' in hotspot and java.base 2022-05-24 11:25:13 +00:00
StreamTokenizer
StringBufferInputStream
StringReader
StringWriter
Writer 8266460: java.io tests fail on null stream with upgraded jtreg/TestNG 2021-05-06 14:18:41 +00:00
NegativeInitSize.java 8228392: Backout incorrect change done by JDK-8067801 2019-07-18 17:10:33 -07:00
SystemInAvailable.java
Unicode.java