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

/openjdk10/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.sh44 Fail() { echo "FAIL: $1"; failed="${failed}."; } function
65 Fail "test failed unexpectedly"
67 Fail "test succeeded unexpectedly"
H A DDiagnostics.sh52 test $rc -eq 0 || Fail "Command \"$*\" failed with exitValue $rc";
56 Fail "Command \"$*\" printed an unexpected warning"
58 Fail "Command \"$*\" did not generate the expected warning"
71 Fail "Command \"$*\" failed with return code $rc"
73 Fail "Command \"$*\" did not generate any error message"
76 Fail "Command \"$*\" was supposed to Die with fatal error";
78 Fail "Command \"$*\" printed an unexpected error message"
/openjdk10/jdk/test/java/util/concurrent/tck/
H A DAbstractQueueTest.java63 static class Fail extends AbstractQueue<Integer> { class in class:AbstractQueueTest
86 Fail q = new Fail();
116 Fail q = new Fail();
135 Fail q = new Fail();
195 Fail q = new Fail();
/openjdk10/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"
/openjdk10/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`"
/openjdk10/jdk/test/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java244 public static class Fail extends Tester { class in class:TestInvertMethods.Tester

Completed in 101 milliseconds