Searched refs:pass (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/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/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/test/java/util/zip/
H A DConstructDeflaterInput.java57 pass();
64 pass();
71 pass();
82 pass();
89 pass();
96 pass();
103 pass();
118 pass();
130 pass();
142 pass();
163 static void pass() {passed++;} method in class:ConstructDeflaterInput
[all...]
H A DConstructInflaterOutput.java56 pass();
63 pass();
70 pass();
81 pass();
88 pass();
95 pass();
102 pass();
117 pass();
123 pass();
133 pass();
139 static void pass() {passed++;} method in class:ConstructInflaterOutput
[all...]
/openjdk7/jdk/test/com/sun/jdi/
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 DZZZcleanup.sh56 pass
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...]
/openjdk7/jdk/test/java/util/TreeMap/
H A DEmptyMapAndNulls.java48 pass();
54 pass();
64 pass();
75 pass();
81 pass();
91 pass();
101 pass();
108 static void pass() {passed++;} method in class:EmptyMapAndNulls
112 static void check(boolean cond) {if (cond) pass(); else fail();}
114 if (x == null ? y == null : x.equals(y)) pass();
[all...]
/openjdk7/jdk/test/java/util/Formatter/
H A DConstructors.java36 private static int pass = 0; field in class:Constructors
40 static void pass() { method in class:Constructors
41 pass++;
69 pass();
81 pass();
90 pass();
99 pass();
108 pass();
117 pass();
126 pass();
[all...]
H A DBasic.java38 private static int pass = 0; field in class:Basic
42 static void pass() { method in class:Basic
43 pass++;
74 pass();
100 throw new RuntimeException((fail + pass) + " tests: "
103 out.println("all " + (fail + pass) + " tests passed");
/openjdk7/jdk/test/sun/management/
H A DAgentCheckTest.java50 boolean pass = true;
58 pass = false;
62 if (!pass) {
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/PBE/
H A DPBEKeyTest.java41 char[] pass = new char[] { 'p', 'a', 's', 's', 'w', 'o', 'r', 'd' };
42 PBEKeySpec spec = new PBEKeySpec(pass);
51 pass = new char[] { 'p', 'a', 's', 's', 'w', 'o', 'r', '\u0019' };
52 spec = new PBEKeySpec(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/java/util/Arrays/
H A DFill.java42 catch (ArrayStoreException e) { pass(); }
49 catch (ArrayStoreException e) { pass(); }
56 catch (ArrayIndexOutOfBoundsException e) { pass(); }
62 static void pass() {passed++;} method in class:Fill
66 static void check(boolean cond) {if (cond) pass(); else fail();}
68 if (x == null ? y == null : x.equals(y)) pass();
/openjdk7/jdk/test/java/util/concurrent/Executors/
H A DThrows.java76 try { newFixedThreadPool(1).shutdownNow(); pass(); }
79 try { newFixedThreadPool(1, fac).shutdownNow(); pass(); }
82 try { newSingleThreadExecutor().shutdownNow(); pass(); }
85 try { newCachedThreadPool().shutdownNow(); pass(); }
88 try { newSingleThreadScheduledExecutor().shutdownNow(); pass(); }
91 try { newSingleThreadScheduledExecutor(fac).shutdownNow(); pass(); }
94 try { newScheduledThreadPool(0).shutdownNow(); pass(); }
97 try { newScheduledThreadPool(0, fac).shutdownNow(); pass(); }
100 try { new ScheduledThreadPoolExecutor(0).shutdownNow(); pass(); }
103 try { new ScheduledThreadPoolExecutor(0, fac).shutdownNow(); pass(); }
113 static void pass() {passed++;} method in class:Throws
[all...]
/openjdk7/jdk/test/java/security/cert/CertPathValidator/nameConstraints/
H A Dgenerate.sh40 -passin pass:passphrase -passout pass:passphrase
51 -days 7650 -passin pass:passphrase -passout pass:passphrase
56 -CAserial root/root_cert.srl -days 7200 -passin pass:passphrase
68 -passin pass:passphrase -passout pass:passphrase
74 -CAserial subca/subca_cert.srl -days 7200 -passin pass:passphrase
86 -passin pass:passphrase -passout pass
[all...]
/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/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/javax/print/applet/
H A DYesNo.java60 Button pass = new Button("Pass");
62 pass.addActionListener(this);
64 add(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/security/provider/certpath/DisabledAlgorithms/
H A Dgenerate.sh43 -passin pass:passphrase -passout pass:passphrase
49 -passin pass:passphrase -passout pass:passphrase
55 -passin pass:passphrase -passout pass:passphrase
59 -passin pass:passphrase -passout pass:passphrase
65 -passin pass:passphrase
80 -days 7650 -passin pass
[all...]
/openjdk7/jdk/test/sun/nio/cs/
H A DTestISO2022CNDecoder.java402 boolean pass = true;
408 pass &= decodeTest6392664();
416 pass &= false;
422 pass &= decodeTest(test0_bytes, test0_chars, "first batch");
423 pass &= decodeTest(test1_bytes, test1_chars, "escapes1");
424 pass &= decodeTest(test2_bytes, test2_chars, "escapes2");
425 pass &= decodeTest(test3_bytes, test3_chars, "escapes3");
426 pass &= decodeTest(test3a_bytes, test3_chars, "escapes3a");
427 pass &= decodeTest(test4_bytes, test4_chars, "escapes4");
428 pass
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMSafeStringPool.java79 for(int pass=0;pass<=1;++pass)
109 System.out.println("\nPass "+pass+" complete\n");
110 } // end pass loop
/openjdk7/jdk/test/com/sun/tools/extcheck/
H A DTestExtcheckArgs.java71 pass();
80 static boolean pass() {passed++; return true;} method in class:TestExtcheckArgs
84 static boolean check(boolean cond) {if (cond) pass(); else fail(); return cond;}
86 if (x == null ? y == null : x.equals(y)) return pass();

Completed in 3026 milliseconds

1234567891011>>