Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 10
-
Fix Version/s: 10
-
Component/s: client-libs
-
Subcomponent:
-
Resolved In Build:b23
-
CPU:generic
-
OS:generic
Backports
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 |
Description
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}.
Attachments
Issue Links
- 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
-