< prev index next >

test/jdk/java/nio/file/attribute/BasicFileAttributeView/SetTimesNanos.java

Print this page
rev 59105 : imported patch corelibs

*** 22,32 **** */ /* @test * @bug 8181493 8231174 * @summary Verify that nanosecond precision is maintained for file timestamps ! * @requires (os.family == "linux") | (os.family == "mac") | (os.family == "solaris") | (os.family == "windows") * @modules java.base/sun.nio.fs:+open */ import java.io.IOException; import java.lang.reflect.Method; --- 22,32 ---- */ /* @test * @bug 8181493 8231174 * @summary Verify that nanosecond precision is maintained for file timestamps ! * @requires (os.family == "linux") | (os.family == "mac") | (os.family == "windows") * @modules java.base/sun.nio.fs:+open */ import java.io.IOException; import java.lang.reflect.Method;
< prev index next >