Searched defs:pass (Results 1 - 25 of 257) sorted by relevance

1234567891011

/openjdk7/jdk/test/com/sun/jdi/
H A DImmutableResourceTest.sh45 #Call this from anywhere to pass the test with a message
46 # usage: pass "reason why the test passed if applicable"
47 pass() function
51 } #end of pass()
111 then pass ""
H A DJITDebug.sh50 #Call this from anywhere to pass the test with a message
51 # usage: pass "reason why the test passed if applicable"
52 pass() function
56 } #end of pass()
137 # pass or fail the test based on status of the command
139 then pass ""
H A DJdbArgTest.sh41 #Call this from anywhere to pass the test with a message
42 # usage: pass "reason why the test passed if applicable"
43 pass() function
47 } #end of pass()
65 pass " This test passed and jbd got no IllegalArgumentException"
H A DPrivateTransportTest.sh48 #Call this from anywhere to pass the test with a message
49 # usage: pass "reason why the test passed if applicable"
50 pass() function
54 } #end of pass()
222 pass "found private transport library"
H A DSolaris32AndSolaris64Test.sh51 #Call this from anywhere to pass the test with a message
52 # usage: pass "reason why the test passed if applicable"
53 pass() function
57 } #end of pass()
111 pass "This test always passes on $OS/$PTYPE (32-bit ${ISET})"
116 pass "This test always passes on $OS"
120 pass "This test always passes on $OS"
133 pass "This test always passes on $OS/$PTYPE (32-bit ${ISET})"
136 pass "This test always passes on $OS/$PTYPE (32-bit ${ISET})"
155 # The 64 bit version is not installed. Make the test pass
[all...]
H A DSuspendNoFlagTest.sh49 #Call this from anywhere to pass the test with a message
50 # usage: pass "reason why the test passed if applicable"
51 pass() function
55 } #end of pass()
101 then pass "status = 0 and no timeout occured"
/openjdk7/jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/
H A DShowExitTest.sh49 #Call this from anywhere to pass the test with a message
50 # usage: pass "reason why the test passed if applicable"
51 pass() function
55 } #end of pass()
167 # pass, you should be able to cut and paste it into here and it will
177 # pass or fail the test based on status of the command
179 then pass ""
/openjdk7/jdk/test/sun/tools/jconsole/
H A DResourceCheckTest.sh43 #Call this from anywhere to pass the test with a message
44 # usage: pass "reason why the test passed if applicable"
45 pass() function
49 } #end of pass()
109 then pass ""
/openjdk7/jdk/test/sun/tools/native2ascii/resources/
H A DImmutableResourceTest.sh45 #Call this from anywhere to pass the test with a message
46 # usage: pass "reason why the test passed if applicable"
47 pass() function
51 } #end of pass()
111 then pass ""
/openjdk7/jdk/test/javax/imageio/stream/StreamCloserLeak/
H A Drun_test.sh63 #Call this from anywhere to pass the test with a message
64 # usage: pass "reason why the test passed if applicable"
65 pass() function
69 } #end of pass()
156 # pass, you should be able to cut and paste it into here and it will
161 # this shell test as appropriate ( 0 status is considered a pass here )
217 pass ""
/openjdk7/jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/
H A DIOExceptionIfEncodedURLTest.sh48 #Call this from anywhere to pass the test with a message
49 # usage: pass "reason why the test passed if applicable"
50 pass() function
54 } #end of pass()
215 # pass, you should be able to cut and paste it into here and it will
220 # this shell test as appropriate ( 0 status is considered a pass here )
/openjdk7/jdk/test/javax/swing/JMenuItem/ShortcutNotDiplayed/
H A DShortcutNotDisplayedTest.java38 static volatile boolean pass = false; field in class:ShortcutNotDisplayedTest
39 static final String PASS_COMMAND = "pass";
54 if (!pass) {
87 pass = true;
/openjdk7/langtools/test/tools/javac/versions/
H A Dcheck.sh84 pass() { function
95 checksrc14() { pass $* $TC/X.java; fail $* $TC/Y.java; }
96 checksrc15() { pass $* $TC/X.java; pass $* $TC/Y.java; }
/openjdk7/jdk/test/java/awt/regtesthelpers/
H A DAbstractTest.java44 public static void pass() method in class:AbstractTest
48 }//pass()
/openjdk7/jdk/test/java/lang/reflect/ReflectPermission/
H A DExceptions.java33 private static int pass = 0; field in class:Exceptions
37 static void pass() { method in class:Exceptions
38 pass++;
55 pass();
63 pass();
72 pass();
80 pass();
86 throw new RuntimeException((fail + pass) + " tests: "
89 System.out.println("all " + (fail + pass) + " tests passed");
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DPassword.java135 * @param pass a char[]
136 * @return its byte[] format, similar to new String(pass).getBytes()
138 private static byte[] convertToBytes(char[] pass) { argument
148 byte[] ba = new byte[(int)(enc.maxBytesPerChar() * pass.length)];
151 enc.reset().encode(CharBuffer.wrap(pass), bb, true);
/openjdk7/jdk/test/java/util/IllegalFormatException/
H A DConstructors.java36 private static int pass = 0; field in class:Constructors
40 private static void pass() { method in class:Constructors
41 pass++;
58 pass();
65 pass();
72 pass();
79 pass();
86 pass();
93 pass();
100 pass();
[all...]
/openjdk7/jdk/test/javax/swing/plaf/nimbus/
H A DTest6849805.java36 static boolean pass = true; field in class:Test6849805
51 pass = false;
69 if (! pass) {
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DMoreKvno.java57 char[] pass = "pass2".toCharArray();
58 kdc.addPrincipal(OneKDC.SERVER, pass);
59 go(OneKDC.SERVER, "com.sun.security.jgss.krb5.accept", pass);
61 pass = "pass3".toCharArray();
62 kdc.addPrincipal(OneKDC.SERVER, pass);
64 go(OneKDC.SERVER, "server", pass);
67 pass = "pass4".toCharArray();
68 kdc.addPrincipal(OneKDC.SERVER, pass);
69 go(OneKDC.SERVER, "com.sun.security.jgss.krb5.accept", pass);
80 static void go(String server, String entry, char[] pass) throw argument
[all...]
/openjdk7/jdk/test/com/sun/org/apache/xml/internal/security/
H A DTruncateHMAC.java61 // this one should pass
71 private static void validate(String data, boolean pass) throws Exception { argument
88 if (!pass) {
96 if (!pass) {
/openjdk7/jdk/test/java/lang/Class/getDeclaredField/
H A DExceptions.java38 private static final String [] pass = {"f0", "f1", "f2", "f4"}; field in class:Exceptions
61 for (int i = 0; i < pass.length; i++)
62 e.test(pass[i], null);
/openjdk7/jdk/test/java/lang/Class/getDeclaredMethod/
H A DExceptions.java38 private static final String [] pass = {"m0", "m1", "m2", "m4"}; field in class:Exceptions
61 for (int i = 0; i < pass.length; i++)
62 e.test(pass[i], null);
/openjdk7/jdk/test/java/lang/Class/getField/
H A DExceptions.java40 private static final String [] pass = {"f1"}; field in class:Exceptions
65 for (int i = 0; i < pass.length; i++)
66 e.test(pass[i], null);
/openjdk7/jdk/test/java/lang/Class/getMethod/
H A DExceptions.java38 private static final String [] pass = {"m1"}; field in class:Exceptions
61 for (int i = 0; i < pass.length; i++)
62 e.test(pass[i], null);
/openjdk7/jdk/test/java/lang/StringBuffer/
H A DExceptions.java43 private static void pass(String s) { method in class:Exceptions
65 pass(s);

Completed in 205 milliseconds

1234567891011