History log of /openjdk10/jdk/test/java/nio/file/FileStore/Basic.java
Revision Date Author Comments
# 17330:e4ba845822d5 12-Jun-2017 iignatyev

8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: alanb


# 17251:81161a824e8f 30-May-2017 iignatyev

8180887: move FileUtils to top level testlibrary
Reviewed-by: psandoz


# 16836:a643e91c7138 09-Mar-2017 bpb

8176237: (fs) java/nio/file/FileStore/Basic.java should conditionally check FileStores
Summary: On Unix platforms, spawn a 'df' process and skip FileStore check if it hangs
Reviewed-by: alanb, chegar


# 15047:a5f9e3acea2e 08-Jul-2016 bpb

8157287: java/nio/file/FileStore/Basic.java failed with "java.nio.file.AccessDeniedException : /zones/zoneone/root "
Summary: Ignore AccessDeniedException when testing space attributes.
Reviewed-by: alanb


# 12494:4050877ddd7b 31-Jul-2015 bpb

8073078: java/nio/file/FileStore/Basic.java sensitive to NFS configuration
Summary: Ignore NoSuchFileExceptions as the store might have been deleted subsequent to creation of the FileStore iterator which is not dynamic.
Reviewed-by: alanb


# 11649:85c0670dbf53 19-Mar-2015 darcy

8075565: Define @intermittent jtreg keyword and mark intermittently failing jdk tests
Reviewed-by: lancea


# 3909:272483f6650b 06-Apr-2011 ohair

7033660: Update copyright year to 2011 on any files changed in 2011
Reviewed-by: dholmes


# 3640:dbdafe65af60 21-Feb-2011 alanb

7020517: (fs) FileStore.equals returns true if both volumes have the same serial number
Reviewed-by: chegar


# 3471:236e3f2d0a6b 28-Jan-2011 alanb

7006126: (fs) Updates to file system API (1/2011)
Reviewed-by: chegar, sherman


# 3261:a06412e13bf7 28-Dec-2010 ohair

6962318: Update copyright year
Reviewed-by: xdono


# 2824:f439d8b1e84a 01-Oct-2010 alanb

6979526: (file) java/nio/file/FileStore/Basic.java fails if the same file system is mounted more than once
Reviewed-by: kevinw, forax


# 2362:00cd9dc3c2b5 25-May-2010 ohair

6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun


# 1609:3f87b755b1c8 04-Sep-2009 alanb

6873621: (file) FileStore.supportsFileAttributeView(Class<FileAttributeView> type) returns wrong result
Reviewed-by: andrew


# 893:f06f30b29f36 14-Feb-2009 alanb

6781363: New I/O: Update socket-channel API to jsr203/nio2-b99
4313887: New I/O: Improved filesystem interface
4607272: New I/O: Support asynchronous I/O
Reviewed-by: sherman, chegar