test/sun/tools/native2ascii/Native2AsciiTests.sh

Print this page
rev 11177 : 8067964: Native2ascii doesn't close one of the streams it opens
Summary: Change sun.tools.native2ascii.Main.convert() to use try-with-resources; also clean up code formatting.
Reviewed-by: TBD

*** 22,32 **** # or visit www.oracle.com if you need additional information or have any # questions. # # @test ! # @bug 4630463 4630971 4636448 4701617 4721296 4710890 6247817 7021987 # @summary Tests miscellaneous native2ascii bugfixes and regressions if [ "${TESTSRC}" = "" ]; then TESTSRC=.; fi if [ "${TESTJAVA}" = "" ]; then TESTJAVA=$1; shift; fi --- 22,32 ---- # or visit www.oracle.com if you need additional information or have any # questions. # # @test ! # @bug 4630463 4630971 4636448 4701617 4721296 4710890 6247817 7021987 8067964 # @summary Tests miscellaneous native2ascii bugfixes and regressions if [ "${TESTSRC}" = "" ]; then TESTSRC=.; fi if [ "${TESTJAVA}" = "" ]; then TESTJAVA=$1; shift; fi