/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
* @test
* @bug 4136352
* @summary Test Native2ASCII error messages
*
*/
public class NativeErrors {
static {
try {
"sun.tools.native2ascii.resources.MsgNative2ascii");
} catch (MissingResourceException e) {
throw new Error("Missing message file.");
}
}
// Construct a command that runs the test in other vm
// Exec another vm to run test in
// Read the result to determine if test failed
}
}
if ( !f2.setWritable(false) ) {
}
f2.deleteOnExit();
}
throws Exception {
if (start >= 0) {
}
//System.out.println("received: " + errorReceived);
//System.out.println("expected: " + errorExpected);
throw new RuntimeException("Native2ascii bad arg error broken.");
}
return coms;
}
return coms;
}
/*
* Search for path to native2ascii
*/
}
if (!f.exists()) {
}
if (!f.exists())
}
return path;
}
}