Searched refs:Die (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/test/sun/rmi/rmic/manifestClassPath/
H A DUtil.sh47 Die() { printf "%s\n" "$*"; exit 1; } function
51 test "$rc" -eq 0 || Die "Command \"$*\" failed with exitValue $rc";
55 for f in "$@"; do test -r "$f" || Die "File $f not found"; done
59 test "$#" != 2 && Die "Usage: Report success|failure rc"
70 Die "Usage: Report success|failure rc"
94 test "$#" = 1 -a "$1" = "Line" || Die "Usage: Bottom Line"
/openjdk10/langtools/test/tools/javac/Paths/
H A DUtil.sh46 Die() { printf "%s\n" "$*"; exit 1; } function
50 test "$rc" -eq 0 || Die "Command \"$*\" failed with exitValue $rc";
54 for f in "$@"; do test -r "$f" || Die "File $f not found"; done
58 test "$#" != 2 && Die "Usage: Report success|failure rc"
69 Die "Usage: Report success|failure rc"
93 test "$#" = 1 -a "$1" = "Line" || Die "Usage: Bottom Line"
/openjdk10/jdk/test/java/lang/Thread/
H A DUncaughtExceptions.sh42 Die() { printf "%s\n" "$*"; exit 1; } function
46 test "$rc" -eq 0 || Die "Command \"$*\" failed with exitValue $rc";
54 test "$#" = 1 -a "$1" = "Line" || Die "Usage: Bottom Line"
/openjdk10/jdk/test/java/util/prefs/
H A DPrefsSpi.sh50 Die() { printf "%s\n" "$*"; exit 1; } function
54 test "$rc" -eq 0 || Die "Command \"$*\" failed with exitValue $rc";

Completed in 92 milliseconds