History log of /openjdk10/jdk/test/java/nio/file/Files/probeContentType/ParallelProbes.java
Revision Date Author Comments
# 17472:21122d3050b1 19-Jul-2017 bpb

8183320: Better cleanup in java/nio/file/Files/probeContentType/ParallelProbes.java
8183321: Better cleanup for jdk/test/java/io/File/createTempFile/NameTooLong.java
8183343: Better cleanup for jdk/test/java/nio/file/spi/SetDefaultProvider.java
8183344: Better cleanup for jdk/test/java/io/File/createTempFile/SpecialTempFile.java
Summary: Change locations where temporary files are created to ensure cleanup
Reviewed-by: chegar, alanb


# 12660:92bea53c71cd 28-Aug-2015 bpb

8133987: (fs) Rename GnomeFileTypeDetector to GioFileTypeDetector
Summary: Rename class and associated native file as indicated and fix some related comments in the source and test.
Reviewed-by: alanb


# 12537:bd4b9aa129bc 10-Aug-2015 bpb

8133287: (fs) java/nio/file/Files/probeContentType/ParallelProbes.java should use othervm mode
Summary: Add @build tag containing ParallelProbes and SimpleFileTypeDetector and reinstate othervm mode.
Reviewed-by: darcy


# 12534:e1aa58e9592c 07-Aug-2015 bpb

8133207: ParallelProbes.java test fails after changes for JDK-8080115
Summary: Do not run in othervm mode.
Reviewed-by: darcy, rriggs


# 12533:fe002a83ba79 07-Aug-2015 bpb

8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads
Summary: Make GnomeFileTypeDetector.probeGio() synchronized and add a regression test based on the test source included in JDK-8080115.
Reviewed-by: chegar