Searched refs:checkOutput (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/test/compiler/7184394/
H A DTestAESDecode.java36 if (checkOutput) {
H A DTestAESEncode.java36 if (checkOutput) {
H A DTestAESBase.java41 boolean checkOutput = Boolean.getBoolean("checkOutput"); field in class:TestAESBase
70 System.out.println("\nalgorithm=" + algorithm + ", mode=" + mode + ", msgSize=" + msgSize + ", keySize=" + keySize + ", noReinit=" + noReinit + ", checkOutput=" + checkOutput);
110 if (checkOutput) {
/openjdk7/jdk/test/java/lang/Thread/
H A DUncaughtExceptions.sh71 checkOutput() { function
88 checkOutput "stdout" "$expectedOut" "TmpTest.Out"
89 checkOutput "stderr" "$expectedErr" "TmpTest.Err"
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestShortBuffer.java108 private void checkOutput() throws Exception { method in class:TestShortBuffer
130 checkOutput();
153 checkOutput();
169 checkOutput();
192 checkOutput();
/openjdk7/langtools/test/tools/javac/api/
H A DT6430241.java88 checkOutput(out, expectWarnings);
116 checkOutput(out, expectWarnings);
151 checkOutput(out, expectWarnings);
213 void checkOutput(String out, boolean expectWarnings) { method in class:T6430241
/openjdk7/langtools/test/tools/javac/Diagnostics/6769027/
H A DT6769027.java365 checkOutput(diag,
444 void checkOutput(String msg, OutputKind outputKind, ErrorKind errorKind, MultilineKind multiKind, method in class:T6769027

Completed in 49 milliseconds