Searched refs:Fail (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/test/tools/javac/Paths/
H A DHelp.sh57 case "$HELP" in *"$opt"*) ;; *) Fail "Bad help output" ;; esac
66 case "$XHELP" in *"$opt"*) ;; *) Fail "Bad help output" ;; esac
H A DUtil.sh43 Fail() { echo "FAIL: $1"; failed="${failed}."; } function
64 Fail "test failed unexpectedly"
66 Fail "test succeeded unexpectedly"
H A DDiagnostics.sh51 test $rc -eq 0 || Fail "Command \"$*\" failed with exitValue $rc";
55 Fail "Command \"$*\" printed an unexpected warning"
57 Fail "Command \"$*\" did not generate the expected warning"
70 Fail "Command \"$*\" failed with return code $rc"
72 Fail "Command \"$*\" did not generate any error message"
75 Fail "Command \"$*\" was supposed to Die with fatal error";
77 Fail "Command \"$*\" printed an unexpected error message"
/openjdk7/jdk/test/sun/rmi/rmic/manifestClassPath/
H A DUtil.sh45 Fail() { echo "FAIL: $1"; failed="${failed}."; } function
66 Fail "test failed unexpectedly"
68 Fail "test succeeded unexpectedly"
/openjdk7/jdk/test/java/lang/Thread/
H A DUncaughtExceptions.sh40 Fail() { echo "FAIL: $1"; failed="${failed}."; } function
76 Fail "Unexpected $name: `cat $got`"
79 Fail "Expected \"$expected\", got `cat $got`"

Completed in 43 milliseconds