Searched defs:fail (Results 1 - 25 of 342) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javac/ExtDirs/
H A DExtDirs.sh75 fail() { function
89 if [ $? -ne 0 ] ; then fail ; fi
93 if [ $? -ne 0 ] ; then fail ; fi
97 if [ $? -ne 0 ] ; then fail ; fi
/openjdk7/jdk/test/com/sun/jdi/
H A DImmutableResourceTest.sh36 #Call this from anywhere to fail the test with an error message
37 # usage: fail "reason why the test failed"
38 fail() function
43 } #end of fail()
70 fail "Unrecognized system! $OS"
113 else fail "unspecified test failure"
H A DJITDebug.sh41 #Call this from anywhere to fail the test with an error message
42 # usage: fail "reason why the test failed"
43 fail() function
48 } #end of fail()
79 fail "Unrecognized system! $OS"
134 then fail "test failed for class=$TARGETCLASS!"
137 # pass or fail the test based on status of the command
141 else fail "unspecified test failure"
H A DJdbArgTest.sh32 #Call this from anywhere to fail the test with an error message
33 # usage: fail "reason why the test failed"
34 fail() function
39 } #end of fail()
68 fail "FAILED: jdb got an IllegalArgumentException"
H A DPrivateTransportTest.sh39 #Call this from anywhere to fail the test with an error message
40 # usage: fail "reason why the test failed"
41 fail() function
46 } #end of fail()
194 fail "cannot find dt_socket in ${libloc} for ${private_transport}"
218 fail "unspecified test failure"
H A DSolaris32AndSolaris64Test.sh42 #Call this from anywhere to fail the test with an error message
43 # usage: fail "reason why the test failed"
44 fail() function
49 } #end of fail()
126 fail "Unrecognized system! $OS"
147 fail "Unrecognized instruction set! $OS/$PTYPE/${ISET}"
215 then fail "$DEBUGGERMODEL to $TARGETMODEL test failed for class=$TARGETCLASS!"
221 # pass or fail the test based on status of the command
225 else fail "unspecified test failure"
H A DSuspendNoFlagTest.sh40 #Call this from anywhere to fail the test with an error message
41 # usage: fail "reason why the test failed"
42 fail() function
47 } #end of fail()
103 else fail "unspecified test failure (timed out or hung)"
/openjdk7/jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/
H A DShowExitTest.sh40 #Call this from anywhere to fail the test with an error message
41 # usage: fail "reason why the test failed"
42 fail() function
47 } #end of fail()
108 fail "Unrecognized system! $OS"
177 # pass or fail the test based on status of the command
181 else fail "The program didn't terminate automatically!"
/openjdk7/jdk/test/sun/tools/jconsole/
H A DResourceCheckTest.sh34 #Call this from anywhere to fail the test with an error message
35 # usage: fail "reason why the test failed"
36 fail() function
41 } #end of fail()
68 fail "Unrecognized system! $OS"
111 else fail "unspecified test failure"
/openjdk7/jdk/test/sun/tools/native2ascii/resources/
H A DImmutableResourceTest.sh36 #Call this from anywhere to fail the test with an error message
37 # usage: fail "reason why the test failed"
38 fail() function
43 } #end of fail()
70 fail "Unrecognized system! $OS"
113 else fail "unspecified test failure"
/openjdk7/jdk/test/javax/imageio/stream/StreamCloserLeak/
H A Drun_test.sh54 #Call this from anywhere to fail the test with an error message
55 # usage: fail "reason why the test failed"
56 fail() function
61 } #end of fail()
122 fail "Unrecognized system! $OS"
172 fail "Failed to create TestApp.jar"
183 fail "Failed to create Test.jar"
189 fail "Unable to create temp directory."
195 fail "Test FAILED: some classloaders weren't destroyed."
202 fail "Tes
[all...]
/openjdk7/jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/
H A DIOExceptionIfEncodedURLTest.sh39 #Call this from anywhere to fail the test with an error message
40 # usage: fail "reason why the test failed"
41 fail() function
46 } #end of fail()
68 then fail "test failed for "${URL}", see err file and CRs #6193279,6329251,6376334"
74 then fail "test failed for "${URL}", see err file and CRs #6193279,6329251,6376334"
83 then fail "test failed for "${URL}": syntax errors or inaccessible files"
88 else fail "test failed for "${URL}": the appletviewer behaviour is unexpected: "$started", see err file"
143 fail "Unrecognized system! $OS"
154 # note that the name of the executable is in the fail strin
[all...]
/openjdk7/langtools/test/tools/javac/ClassPathTest/
H A DClassPathTest.sh78 fail() { function
90 fail "test failed unexpectedly"
92 fail "test succeeded unexpectedly"
94 fail "internal error"
/openjdk7/jdk/test/java/io/pathNames/win32/
H A DDriveRelativePath.java34 static void fail(String s) { method in class:DriveRelativePath
50 if (di == -1) fail("No drive in canonical path");
56 if (!c2.equals(c)) fail("Canonical path mismatch: \""
/openjdk7/jdk/test/javax/swing/JButton/6604281/
H A Dbug6604281.java46 fail(e.getMessage());
67 fail("Two similar buttons have different size");
73 private static void fail(String s) { method in class:bug6604281
/openjdk7/jdk/test/java/lang/instrument/
H A DIsModifiableClassAgent.java38 public static boolean fail = false; field in class:IsModifiableClassAgent
57 fail = true;
61 fail = true;
67 fail = true;
73 fail = true;
78 fail = true;
/openjdk7/jdk/test/java/net/CookieHandler/
H A DB6277794.java53 fail("CookieStore.getURIs() fail.");
57 private static void fail(String msg) throws Exception { method in class:B6277794
H A DNullUriCookieTest.java38 static boolean fail = false; field in class:NullUriCookieTest
57 fail = true;
63 fail = true;
69 fail = true;
75 if (fail) {
/openjdk7/jdk/test/javax/swing/JSlider/6794831/
H A Dbug6794831.java51 fail(e.getMessage());
98 fail("bug6794831 failed");
102 private static void fail(String msg) { method in class:bug6794831
/openjdk7/langtools/test/tools/javac/versions/
H A Dcheck.sh74 fail() { function
77 echo "-- did not fail as expected"
95 checksrc14() { pass $* $TC/X.java; fail $* $TC/Y.java; }
119 fail -source 1.5 -target 1.4 $TC/X.java
120 fail -source 1.6 -target 1.4 $TC/X.java
121 fail -source 6 -target 1.4 $TC/X.java
122 fail -source 1.6 -target 1.5 $TC/X.java
123 fail -source 6 -target 1.5 $TC/X.java
/openjdk7/jdk/test/java/awt/regtesthelpers/
H A DAbstractTest.java50 public static void fail() method in class:AbstractTest
53 fail("no reason given.");
56 public static void fail( String whyFailed ) method in class:AbstractTest
63 public static void fail(Exception ex) throws Exception method in class:AbstractTest
/openjdk7/jdk/test/java/io/File/
H A DUnicode.java34 static int fail = 0; field in class:Unicode
35 static void fail(String msg) { method in class:Unicode
36 fail++;
62 if (! f.exists()) fail("! f.exists()");
63 if ( f.length() != 3) fail(" f.length() != 3");
64 if ( f.isAbsolute()) fail(" f.isAbsolute()");
65 if (! f.canRead()) fail("! f.canRead()");
66 if (! f.canWrite()) fail("! f.canWrite()");
67 if ( f.isHidden()) fail(" f.isHidden()");
68 if (! f.isFile()) fail("!
[all...]
/openjdk7/jdk/test/java/io/RandomAccessFile/
H A DSetLength.java33 static void fail(String s) { method in class:SetLength
44 if (f.length() != 2 * chunk) fail("Length not increased to " + (2 * chunk));
45 if ((i = f.getFilePointer()) != 0) fail("File pointer shifted to " + i);
48 if (f.length() != max) fail("Write didn't work");
49 if (f.getFilePointer() != max) fail("File pointer inconsistent");
51 if (f.length() != 3 * chunk) fail("Length not reduced to " + 3 * chunk);
52 if (f.getFilePointer() != 3 * chunk) fail("File pointer not shifted to " + (3 * chunk));
54 if (f.getFilePointer() != 1 * chunk) fail("File pointer not shifted to " + (1 * chunk));
56 if (f.length() != 2 * chunk) fail("Length not reduced to " + (2 * chunk));
57 if (f.getFilePointer() != 1 * chunk) fail("Fil
[all...]
/openjdk7/jdk/test/java/io/charStreams/
H A DBufferedReaderMark.java44 static void fail(String s) { method in class:BufferedReaderMark
60 fail("Read failed");
62 fail("reset() didn't throw");
68 fail(x.toString());
76 fail("Read 1 failed");
80 fail("reset() didn't throw");
89 fail(x.toString());
93 fail("Invalid-mark test failed: Exception not thrown");
H A DStringConvert.java40 static void fail(String s) { method in class:StringConvert
72 fail("Conversion failure");
90 fail("Conversion failure");
108 fail("Conversion failure");
127 fail("Conversion failure");
144 fail("Conversion failure");

Completed in 151 milliseconds

1234567891011>>