Searched refs:ZOMBIE (Results 1 - 4 of 4) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DStatus006Test.java64 * <BR>&nbsp;&nbsp; - returned thread status is ZOMBIE status;
105 if (threadStatus != JDWPConstants.ThreadStatus.ZOMBIE) {
109 + Integer.toHexString(JDWPConstants.ThreadStatus.ZOMBIE)
110 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.ZOMBIE) + ")");
H A DThreadGroup002Test.java61 * <BR>&nbsp;&nbsp; - all threads with status ZOMBIE are only finished tested threads;
62 * <BR>&nbsp;&nbsp; - all threads without status ZOMBIE are only NOT finished tested threads;
63 * <BR>&nbsp;&nbsp; - if status of thread is ZOMBIE then returned groupID must be null;
64 * <BR>&nbsp;&nbsp; - if status of thread is not ZOMBIE then returned groupID must not be null;
65 * <BR>&nbsp;&nbsp; - thread group name should be expected name for thread which is not ZOMBIE;
202 if (threadStatus == JDWPConstants.ThreadStatus.ZOMBIE) {
206 " should NOT be ZOMBIE!");
212 logWriter.println("## FAILURE: Unexpected thread groupID for checked thread with status = ZOMBIE!");
221 " should be ZOMBIE!");
226 logWriter.println("## FAILURE: Unexpected thread groupID for checked thread with status != ZOMBIE!");
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPConstants.java40 public static final byte ZOMBIE = 0; field in class:JDWPConstants.ThreadStatus
59 case ZOMBIE:
60 return "ZOMBIE";
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DAllThreadsTest.java112 * <BR>'RUNNING' or 'MONITOR' or 'SLEEPING' or 'ZOMBIE' or 'WAIT' status;
159 || threadStatus == JDWPConstants.ThreadStatus.ZOMBIE

Completed in 316 milliseconds