| /openjdk7/jdk/test/com/sun/jdi/ |
| H A D | ImmutableResourceTest.sh | 45 #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 D | JITDebug.sh | 50 #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 D | JdbArgTest.sh | 41 #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 D | PrivateTransportTest.sh | 48 #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 D | Solaris32AndSolaris64Test.sh | 51 #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 D | SuspendNoFlagTest.sh | 49 #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 D | ShowExitTest.sh | 49 #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 D | ResourceCheckTest.sh | 43 #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 D | ImmutableResourceTest.sh | 45 #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 D | run_test.sh | 63 #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 D | IOExceptionIfEncodedURLTest.sh | 48 #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 D | ShortcutNotDisplayedTest.java | 38 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 D | check.sh | 84 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 D | AbstractTest.java | 44 public static void pass() method in class:AbstractTest 48 }//pass()
|
| /openjdk7/jdk/test/java/lang/reflect/ReflectPermission/ |
| H A D | Exceptions.java | 33 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 D | Password.java | 135 * @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 D | Constructors.java | 36 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 D | Test6849805.java | 36 static boolean pass = true; field in class:Test6849805 51 pass = false; 69 if (! pass) {
|
| /openjdk7/jdk/test/sun/security/krb5/auto/ |
| H A D | MoreKvno.java | 57 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 D | TruncateHMAC.java | 61 // 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 D | Exceptions.java | 38 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 D | Exceptions.java | 38 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 D | Exceptions.java | 40 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 D | Exceptions.java | 38 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 D | Exceptions.java | 43 private static void pass(String s) { method in class:Exceptions 65 pass(s);
|