Searched refs:FAIL (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/test/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java40 FAIL, enum constant in enum:TestResult
66 actual = TestResult.FAIL;
71 if (expected == TestResult.FAIL) {
89 test("DES", 0, p, TestResult.FAIL);
92 test("DES", 128, p, TestResult.FAIL);
94 test("DESede", 0, p, TestResult.FAIL);
101 test("DESede", 64, p, TestResult.FAIL);
102 test("DESede", 256, p, TestResult.FAIL);
112 test("Blowfish", 0, p, TestResult.FAIL);
113 test("Blowfish", 24, p, TestResult.FAIL);
[all...]
/openjdk7/jdk/test/java/io/File/
H A DGetXSpace.sh39 FAIL=0;
61 FAIL=`expr ${FAIL} + 1`
76 if [ ${FAIL} -ne 0 ]
79 echo "${FAIL} test(s) failed"
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DBuildStep.java71 public static final int FAIL = 4; field in class:BuildStep
84 * FOLLOW, FAIL, SUCCEED
176 * are POSSIBLE, FOLLOW, BACK, FAIL, SUCCEED.
204 case BuildStep.FAIL:
227 case FAIL:
253 case FAIL:
H A DAdjacencyList.java77 * values <code>SUCCEED</code> and <code>FAIL</code> mean that we've come to
163 mStepList.add(new BuildStep(null, BuildStep.FAIL));
231 mStepList.add(new BuildStep(null, BuildStep.FAIL));
/openjdk7/jdk/test/java/nio/file/Files/walkFileTree/
H A DWalkWithSecurity.java81 case FAIL:
104 FAIL, enum constant in enum:WalkWithSecurity.ExpectedResult
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineChangeClassOrder.sh62 System.out.println("FAIL: expected and isNewVersion do not match.");
150 debuggeeFailIfPresent 'FAIL:'
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DGenerateCharacter.java275 static void FAIL(String s) { method in class:GenerateCharacter
488 FAIL("Character " + hex(c) +
505 FAIL("Case offset " + offset + " for character " + hex4(c) + " must be handled as a special case");
621 FAIL("Length " + n + " is not a multiple of " + (1 << size));
909 FAIL("Unknown text substitution marker " + commandMarker + x);
1083 else FAIL("Unrecognized token: " + token);
1197 FAIL("Entry too big");
1689 FAIL("File name missing after -o");
1697 FAIL("Bin count missing after -search");
1701 FAIL("Bi
[all...]
/openjdk7/jdk/test/javax/swing/SpringLayout/4726194/
H A Dbug4726194.java40 private static int[] FAIL = new int[3]; field in class:bug4726194
140 return FAIL;
/openjdk7/langtools/test/tools/javac/types/
H A DGenericTypeWellFormednessTest.java69 FAIL(false), enum constant in enum:GenericTypeWellFormednessTest.Result
84 static final Result F = Result.FAIL;
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp3149 const int FAIL = 0; local
3151 return FAIL; // an inscrutable StoreNode (card mark?)
3154 return FAIL; // must be unconditional after the initialization
3157 return FAIL; // must not be preceded by other stores
3162 return FAIL; // inscrutable address
3164 return FAIL; // wrong allocation! (store needs to float up)
3168 return FAIL; // stored value must be 'simple enough'
3252 return FAIL;
3268 const int FAIL = 0, MAX_STORE = BytesPerLong; local
3271 return FAIL; // arraycop
[all...]

Completed in 266 milliseconds