jdk-24/test/jdk/java/nio/channels/FileChannel
2023-06-29 05:42:19 +00:00
..
directio 8295456: (ch) sun.nio.ch.Util::checkBufferPositionAligned gives misleading/incorrect error 2022-10-19 15:53:01 +00:00
Args.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AtomicAppend.java 8202290: AtomicAppend tests fail on macOS 10.13 ("High Sierra") 2018-05-25 07:22:37 -07:00
BlockDeviceSize.java 8278172: java/nio/channels/FileChannel/BlockDeviceSize.java should only run on Linux 2021-12-03 16:00:27 +00:00
CleanerTest.java 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -07:00
ClosedByInterrupt.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ClosedChannelTransfer.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CloseDuringTransfer.java 8310902: (fc) FileChannel.transferXXX async close and interrupt issues 2023-06-29 05:42:19 +00:00
ExpandingMap.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FileChannelUtils.java 8294437: java/nio/channels/FileChannel tests slow on Windows 2022-10-03 17:42:56 +00:00
Force.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
GetClosedChannel.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InterruptDeadlock.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InterruptMapDeadlock.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LargeGatheringWrite.java 8290252: Add TEST.properties to java/nio/channels/FileChannel and move tests out of largeMemory sub-dir 2022-07-14 15:23:42 +00:00
LargeMapTest.java 8304265: Implementation of Foreign Function and Memory API (Third Preview) 2023-04-27 09:00:58 +00:00
Lock.java 5041655: (ch) FileLock: negative param and overflow issues 2022-02-22 17:24:15 +00:00
LongTransferTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LoopingTruncate.java 8210779: 8182404 and 8210732 haven't updated copyright years 2018-09-17 11:50:39 -07:00
MapAssertions.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MapOverEnd.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MapReadOnly.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MapTest.java 8294437: java/nio/channels/FileChannel tests slow on Windows 2022-10-03 17:42:56 +00:00
MapToMemorySegmentTest.java 8304265: Implementation of Foreign Function and Memory API (Third Preview) 2023-04-27 09:00:58 +00:00
MapWithSecurityManager.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
Mode.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Position.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Pread.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Pwrite.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Read.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ReadFull.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ReadToLimit.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Release.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ReleaseOnCloseDeadlock.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ScatteringRead.java 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -07:00
Size.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
TempDirectBuffersReclamation.java 8202788: Explicitly reclaim cached thread-local direct buffers at thread exit 2018-06-22 17:56:55 +02:00
TEST.properties 8290252: Add TEST.properties to java/nio/channels/FileChannel and move tests out of largeMemory sub-dir 2022-07-14 15:23:42 +00:00
Transfer2GPlus.java 8294437: java/nio/channels/FileChannel tests slow on Windows 2022-10-03 17:42:56 +00:00
Transfer4GBFile.java 8294437: java/nio/channels/FileChannel tests slow on Windows 2022-10-03 17:42:56 +00:00
Transfer.java 8305596: (fc) Two java/nio/channels tests fail after JDK-8303260 2023-04-05 20:16:13 +00:00
TransferFromExtend.java 8303260: (fc) FileChannel::transferFrom should support position > size() 2023-04-04 15:57:56 +00:00
TransferOverlappedFileChannel.java 8140241: (fc) Data transfer from FileChannel to itself causes hang in case of overlap 2021-08-12 15:27:09 +00:00
Transfers.java 8286763: [REDO] (fc) Tune FileChannel.transferFrom() 2022-05-18 15:55:21 +00:00
TransferTo6GBFile.java 8294437: java/nio/channels/FileChannel tests slow on Windows 2022-10-03 17:42:56 +00:00
TransferToAppending.java 8292562: (fc) Use copy_file_range in FileChannel::transferTo on Linux 2022-08-26 16:12:58 +00:00
TransferToChannel.java 8274112: (fc) Tune FileChannel.transferTo() 2022-05-04 14:33:16 +00:00
TransferToNonWritable.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Truncate.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TruncateRAF.java 8204310: Simpler RandomAccessFile.setLength() on Windows 2018-06-29 17:35:04 -07:00
TryLock.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Write.java 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -07:00