Searched refs:Expected (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/test/runtime/7107135/
H A DTest7107135.sh75 echo Check testprogram. Expected to pass:
/openjdk7/jdk/test/javax/management/query/
H A DQueryExpStringTest.java147 System.err.println("Expected: {" + expected + "}; got: {" +
192 throw new Exception("Expected ) after not (...");
202 throw new Exception("Expected types `attr like string': " +
216 throw new Exception("Expected ) after in (...");
221 throw new Exception("Expected in or like after expression");
242 throw new Exception("Expected `) and/or ('");
244 throw new Exception("Expected `)' after subquery");
250 throw new Exception("Expected `) ' after subexpression: " + ss[0]);
253 throw new Exception("Expected ` (' after `" + op + "'");
256 throw new Exception("Expected `)' afte
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2895 assert(UseLargePages, "Expected to be here for large page use only");
4054 int Actual, Expected, prv; local
4181 Actual = Expected = 0xBAD;
4185 Expected = RTPRI(ParmInfo)->rt_pri;
4188 Expected = IAPRI(ParmInfo)->ia_upri;
4191 Expected = TSPRI(ParmInfo)->ts_upri;
4194 Expected = FXPRI(ParmInfo)->fx_upri;
4202 if (Actual != Expected) {
4205 lwpid, newPrio, ReadBack.pc_cid, Actual, Expected);

Completed in 216 milliseconds