< prev index next >

test/jdk/java/nio/file/FileSystem/Basic.java

Print this page
rev 59383 : [mq]: final

*** 126,137 **** // sanity check FileStores checkFileStores(fs); // sanity check supportedFileAttributeViews checkSupported(fs, "basic"); - if (os.equals("SunOS")) - checkSupported(fs, "posix", "unix", "owner", "acl", "user"); if (os.equals("Linux")) checkSupported(fs, "posix", "unix", "owner", "dos", "user"); if (os.contains("OS X")) checkSupported(fs, "posix", "unix", "owner"); if (os.equals("Windows")) --- 126,135 ----
< prev index next >