Searched refs:MESG (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/PremainClass/
H A DNoPremainAgent.sh59 MESG="java.lang.NoSuchMethodException"
60 grep "$MESG" output.log
63 echo "PASS: found '$MESG' in the test output"
65 echo "FAIL: did NOT find '$MESG' in the test output"
H A DZeroArgPremainAgent.sh59 MESG="java.lang.NoSuchMethodException"
60 grep "$MESG" output.log
63 echo "PASS: found '$MESG' in the test output"
65 echo "FAIL: did NOT find '$MESG' in the test output"
/openjdk7/jdk/test/java/lang/instrument/
H A DStressGetObjectSizeTest.sh59 MESG="ASSERTION FAILED"
60 grep "$MESG" output.log
63 echo "FAIL: found '$MESG' in the test output"
66 echo "PASS: did NOT find '$MESG' in the test output"
H A DRedefineBigClass.sh71 MESG="Exception"
72 grep "$MESG" output.log
75 echo "FAIL: found '$MESG' in the test output"
78 echo "PASS: did NOT find '$MESG' in the test output"
H A DRedefineClassWithNativeMethod.sh70 MESG="Exception"
71 grep "$MESG" output.log
74 echo "FAIL: found '$MESG' in the test output"
77 echo "PASS: did NOT find '$MESG' in the test output"
H A DRetransformBigClass.sh72 MESG="Exception"
73 grep "$MESG" output.log
76 echo "FAIL: found '$MESG' in the test output"
79 echo "PASS: did NOT find '$MESG' in the test output"
H A DRedefineMethodAddInvoke.sh71 MESG="Exception"
72 grep "$MESG" output.log
75 echo "FAIL: found '$MESG' in the test output"
78 echo "PASS: did NOT find '$MESG' in the test output"
H A DManifestTest.sh389 MESG="Hello from ${AGENT}!"
390 grep -s "$MESG" output.log > /dev/null
393 echo "PASS: found '$MESG' in the test output"
395 echo "FAIL: did NOT find '$MESG' in the test output"
399 MESG=`cat expect_boot_cp_line`
400 grep -s "$MESG" output.log > /dev/null
403 echo "PASS: found '$MESG' in the test output"
405 echo "FAIL: did NOT find '$MESG' in the test output"
409 MESG=`cat expect_redef_line`
410 grep -s "$MESG" outpu
[all...]

Completed in 85 milliseconds