-
Bug
-
Resolution: Fixed
-
P4
-
10
-
b23
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8248558 | openjdk8u272 | Philip Race | P4 | Resolved | Fixed | b01 |
JDK-8247440 | 8u271 | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
JDK-8251809 | emb-8u271 | Philip Race | P4 | Resolved | Fixed | team |
BadPluginConfigurationTest.sh creates a directory in ${TMP}
cat -n jdk/test/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh
[...]
172 PLUGINDST_DIR=${TMP}/test_ext
[...]
176 if [ ! -d ${PLUGINDST_DIR} ] ; then
177 mkdir ${PLUGINDST_DIR}
178 fi
At the end of the test run it cleans up a few files, but does not remove ${PLUGINDST_DIR}.
cat -n jdk/test/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh
[...]
172 PLUGINDST_DIR=${TMP}/test_ext
[...]
176 if [ ! -d ${PLUGINDST_DIR} ] ; then
177 mkdir ${PLUGINDST_DIR}
178 fi
At the end of the test run it cleans up a few files, but does not remove ${PLUGINDST_DIR}.
- backported by
-
JDK-8247440 Better cleanup for jdk/test/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh
-
- Resolved
-
-
JDK-8248558 Better cleanup for jdk/test/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh
-
- Resolved
-
-
JDK-8251809 Better cleanup for jdk/test/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh
-
- Resolved
-