aboutsummaryrefslogtreecommitdiff
path: root/test/java/nio
AgeCommit message (Collapse)Author
2014-05-078042470: (fs) Path.register doesn't throw IllegalArgumentException if ↵igerasim
multiple OVERFLOW events are specified Reviewed-by: alanb, chegar
2014-05-078011537: (fs) Path.register(..) clears interrupt status of thread with no ↵igerasim
InterruptedException Reviewed-by: alanb
2014-11-078054029: (fc) FileChannel.size() returns 0 for block devices on Linuxigerasim
Reviewed-by: alanb
2014-03-248037945: Paths.get("").normalize() throws ArrayIndexOutOfBoundsExceptionalanb
Reviewed-by: chegar
2014-01-218032220: Files.createDirectories throws exception with confusing message for ↵alanb
root directories that exist Reviewed-by: chegar
2014-02-25Mergekvn
2014-01-22Mergekvn
2014-02-208027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittentlyigerasim
Reviewed-by: chegar, ewang
2014-01-178028537: PPC64: Updated the JDK regression tests to run on AIXsimonis
Reviewed-by: alanb Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, volker.simonis@gmail.com
2013-12-268029235: Update copyright year to match last edit in jdk8 jdk repository for ↵lana
2013 Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
2013-11-218028628: java/nio/channels/FileChannel/Size.java failed once in the same ↵dxu
binary run Reviewed-by: alanb, chegar, mchung, lancea
2013-11-217065902: (file) test/java/nio/file/Files/Misc.java fails on Solaris 11 when ↵dxu
run as root Reviewed-by: alanb
2013-11-138028270: Files.readSymbolicLink calls AccessController directly so security ↵alanb
manager can't grant the permission Reviewed-by: mchung, martin, chegar
2013-10-227074436: (sc) SocketChannel can do short gathering writes when channel ↵alanb
configured blocking (win) Reviewed-by: chegar
2013-10-228024833: (fc) FileChannel.map does not handle async close/interrupt correctlyalanb
Reviewed-by: alanb Contributed-by: chris.w.dennis@gmail.com
2013-10-188026859: (fs) test/java/nio/file/Files/StreamTest.java fails to compile ↵alanb
intermittently Reviewed-by: psandoz
2013-10-118019526: (fs) Files.lines, etc without Charset parameteralanb
Reviewed-by: psandoz, henryjen
2013-10-10Mergelana
2013-10-088024788: (fs) Files.readAllBytes uses FileChannel which may not be supported ↵alanb
by all providers Reviewed-by: chegar
2013-10-01Mergekatleman
2013-09-278020552: [launcher] changes to support removal of Solaris 32-bit distributionksrini
8023495: [infra] create 64-bit solaris bits with symlinks Reviewed-by: ihse, tbell, dholmes, darcy, alanb, erikj, sla, martin
2013-09-108023878: (fs) TEST_BUG java/nio/file/WatchService/SensitivityModifier.java ↵alanb
fails intermittently Reviewed-by: alanb Contributed-by: yiming.wang@oracle.com
2013-09-188015762: TEST_BUG: ↵ewang
java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win] Reviewed-by: chegar, alanb
2013-09-188024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx)alanb
Reviewed-by: alanb, coffeys Contributed-by: nmaurer@redhat.com, alan.bateman@oracle.com
2013-09-038017513: Support for closeable streamshenryjen
8022237: j.u.s.BaseStream.onClose() has an issue in implementation or requires spec clarification 8022572: Same exception instances thrown from j.u.stream.Stream.onClose() handlers are not listed as suppressed Summary: BaseStream implements AutoCloseable; Remove CloseableStream and DelegatingStream Reviewed-by: alanb, mduigou, psandoz Contributed-by: brian.goetz@oracle.com
2013-08-268023139: java/nio/file/WatchService/SensitivityModifier.java failing ↵alanb
intermittently (win8) Reviewed-by: alanb Contributed-by: yiming.wang@oracle.com
2013-08-158015765: TEST_BUG: ↵alanb
java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failing intermittently Reviewed-by: chegar, dholmes, alanb Contributed-by: yiming.wang@oracle.com
2013-07-298020669: (fs) Files.readAllBytes() does not read any data when Files.size() is 0igerasim
Reviewed-by: alanb, chegar, martin, rriggs
2013-06-118009736: Comparator API cleanuphenryjen
Reviewed-by: psandoz, briangoetz, mduigou, plevart
2013-06-208014377: (dc) DatagramChannel should set IP_MULTICAST_ALL=0 (lnx)alanb
Reviewed-by: chegar, jzavgren
2013-06-058003895: java/nio/channels/AsynchronousChannelGroup/Unbounded.java failing ↵alanb
again [win64] Reviewed-by: chegar
2013-06-048014855: TEST_BUG: java/nio/file/Files/StreamTest.java fails when sym links ↵alanb
not supported Reviewed-by: alanb Contributed-by: henry.jen@oracle.com
2013-05-318014854: (bf) CharBuffer.chars too slow with default implementationalanb
Reviewed-by: erikj, briangoetz, henryjen, psandoz, mduigou
2013-05-098006884: (fs) Add Files.list, lines and findhenryjen
Reviewed-by: briangoetz, mduigou Contributed-by: alan.bateman@oracle.com, henry.jen@oracle.com
2013-05-108011128: (fs) Files.createDirectory fails if the resolved path is exactly ↵alanb
248 characters long Reviewed-by: khazra, chegar
2013-04-308013647: JPRT unable to clean-up after tests that leave file trees with loopsalanb
Reviewed-by: chegar, tbell
2013-04-238012930: (fs) Eliminate recursion from FileTreeWalkeralanb
Reviewed-by: chegar --HG-- rename : test/java/nio/file/Files/walkFileTree/walk_file_tree.sh => test/java/nio/file/Files/walkFileTree/find.sh
2013-04-188011536: (fs) BasicFileAttributes.creationTime() should return birth time (mac)alanb
Reviewed-by: chegar
2013-04-178012019: (fc) Thread.interrupt triggers hang in FileChannelImpl.pread (win)alanb
Reviewed-by: chegar
2013-04-128011647: Add java.time.Instant methods to java.nio.file.attribute.FileTimesherman
Summary: added the toInstant()/from(Instant) to FileTime Reviewed-by: alanb
2013-03-15Mergelana
2013-03-147183800: TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1)alanb
Reviewed-by: alanb, chegar Contributed-by: yiming.wang@oracle.com
2013-03-12Mergelana
2013-03-018006645: TEST_BUG: java/nio/file/Files/CopyAndMove.java failing ↵dxu
intermittently (sol) Summary: Fix test failures and update java doc of Files.move Reviewed-by: alanb, chegar
2013-02-19Mergeewendeli
2013-02-186429204: (se) Concurrent Selector.register and SelectionKey.interestOps can ↵dingxmin
ignore interestOps Reviewed-by: alanb
2013-01-186939260: (fs) BasicFileAttributes.lastModifiedTime() should return last ↵alanb
modified time with higher precision Reviewed-by: chegar
2013-01-118005978: shell tests need to use the $COMPILEJDK for javac, jar and other toolsalanb
Reviewed-by: chegar
2013-01-118005566: (fs) test/java/nio/file/Files/Misc.java failing (sol)alanb
Reviewed-by: chegar
2013-01-088002306: (se) Selector.open fails if invoked with thread interrupt status ↵dxu
set [win] Reviewed-by: alanb