Skip to content

Commit 7592a6b

Browse files
SendaoYanTheRealMDoerr
authored andcommitted
8337038: Test java/nio/file/attribute/BasicFileAttributeView/CreationTime.java shoud set as /native
Backport-of: 2c9f741d9ce27cd81e4ad9395a88af1b34a2ba77
1 parent c597da2 commit 7592a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* that support it, tests using /tmp directory.
2828
* @library ../.. /test/lib
2929
* @build jdk.test.lib.Platform
30-
* @run main CreationTime
30+
* @run main/native CreationTime
3131
*/
3232

3333
/* @test id=cwd
@@ -36,7 +36,7 @@
3636
* scratch directory maybe at diff disk partition to /tmp on linux.
3737
* @library ../.. /test/lib
3838
* @build jdk.test.lib.Platform
39-
* @run main CreationTime .
39+
* @run main/native CreationTime .
4040
*/
4141

4242
import java.nio.file.Path;

0 commit comments

Comments
 (0)