Searched defs:ThreadReference (Results 1 - 25 of 45) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DCurrentContendedMonitorTest.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
38 * JDWP Unit test for ThreadReference.CurrentContendedMonitor command.
43 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.CurrentContendedMonitorDebuggee";
47 * This testcase exercises ThreadReference.CurrentContendedMonitor command.
50 * <BR> Then the test performs the ThreadReference.CurrentContendedMonitor command
92 checkReplyPacket(reply, "ThreadReference::CurrentContendedMonitor command");
134 checkReplyPacket(reply, "ThreadReference::Interrupt command");
H A DNameTest.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
36 * JDWP Unit test for ThreadReference.Name command.
45 * This testcase exercises ThreadReference.Name command.
47 * <BR> Then the tests performs the ThreadReference.Name command
68 checkReplyPacket(thrdReply, "ThreadReference::Name command");
H A DOwnedMonitorsTest.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
38 * JDWP Unit test for ThreadReference.OwnedMonitors command.
43 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.OwnedMonitorsDebuggee";
47 * This testcase exercises ThreadReference.OwnedMonitors command.
50 * <BR>Then the test performs the ThreadReference.OwnedMonitors command
88 checkReplyPacket(reply, "ThreadReference::OwnedMonitors command");
H A DThreadGroupTest.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
36 * JDWP Unit test for ThreadReference.ThreadGroup command.
41 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ThreadGroupDebuggee";
45 * This testcase exercises ThreadReference.ThreadGroup command.
53 * ThreadReference.ThreadGroup command for tested thread returns 'TESTED_GROUP' thread group.
80 checkReplyPacket(replyThread, "ThreadReference::ThreadGroup command");
H A DForceEarlyReturn002Test.java19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
33 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command ";
38 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ForceEarlyReturnDebuggee";
51 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR>
54 * ThreadReference.ForceEarlyReturn command for the tested thread and gets
99 "ThreadReference::ForceEarlyReturn command");
H A DForceEarlyReturn003Test.java19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
30 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command ";
35 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ForceEarlyReturnDebuggee";
48 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR>
51 * ThreadReference.ForceEarlyReturn command for the tested thread and gets
100 "ThreadReference::ForceEarlyReturn command");
H A DForceEarlyReturn004Test.java19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
30 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command ";
35 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ForceEarlyReturnDebuggee";
48 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR>
51 * ThreadReference.ForceEarlyReturn command for the tested thread and gets
100 "ThreadReference::ForceEarlyReturn command");
H A DForceEarlyReturn005Test.java19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
31 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command ";
34 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ForceEarlyReturnDebuggee";
47 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR>
50 * ThreadReference.ForceEarlyReturn command for the tested thread and gets
100 "ThreadReference::ForceEarlyReturn command");
H A DForceEarlyReturn006Test.java19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
31 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command ";
33 static final String testObjSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ThreadReference/TestObject;";
36 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ForceEarlyReturnDebuggee";
72 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR>
75 * ThreadReference.ForceEarlyReturn command for the tested thread and gets
130 "ThreadReference::ForceEarlyReturn command");
H A DFrameCountTest.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.FrameCount command.
42 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesDebuggee";
46 * This testcase exercises ThreadReference.CurrentContendedMonitor command.
51 * the JDWP command ThreadReference.Frames and compares size of
52 * this list with the value got via invoking ThreadReference.FrameCount command.
74 checkReplyPacket(reply, "ThreadReference::FrameCount command");
H A DFramesDebuggee.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
32 * The class specifies debuggee for <code>org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTest</code>.
H A DInterruptTest.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Interrupt command.
45 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.InterruptDebuggee";
49 * This testcase exercises ThreadReference.Interrupt command.
53 * <BR> Then the tests performs the ThreadReference.Interrupt command
H A DOwnedMonitorsStackDepthInfoTest.java19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
30 * JDWP Unit test for ThreadReference.OwnedMonitorsStackDepthInfo command.
34 static final String thisCommandName = "ThreadReference.OwnedMonitorsStackDepthInfo command ";
37 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.OwnedMonitorsStackDepthInfoDebuggee";
55 checkReplyPacket(reply, "ThreadReference::FrameCount command");
60 * This testcase exercises ThreadReference.OwnedMonitorsStackDepthInfo
64 * Then the test performs the ThreadReference.OwnedMonitorsStackDepthInfo
110 checkReplyPacket(stackDepthReply, "ThreadReference::OwnedMonitorsStackDepthInfo command");
H A DResumeTest.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Resume command.
44 "Lorg/apache/harmony/jpda/tests/jdwp/ThreadReference/ResumeDebuggee;";
47 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ResumeDebuggee";
51 * This testcase exercises ThreadReference.Resume command.
53 * <BR> Then the tests checks that for every tested thread the ThreadReference.Resume
141 ("\n==> Check that ThreadReference.Resume command does not cause any error if thread is not suspended...");
146 logWriter.println("==> Send ThreadReference.Resume command...");
152 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) {
155 logWriter.println("==> OK - ThreadReference
[all...]
H A DStatus002Test.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Status command for the sleeping Thread.
45 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status002Debuggee";
58 * This testcase exercises ThreadReference.Status command for the sleeping Thread.
62 * <BR> Then the tests performs the ThreadReference.Status command
71 " for ThreadReference.Status command: START...");
81 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
88 checkReplyPacket(checkedReply, "ThreadReference.Status command");
123 " for ThreadReference.Status command: FINISH...");
H A DStatus003Test.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Status command for the Thread waiting for time.
45 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status003Debuggee";
58 * This testcase exercises ThreadReference.Status command for the Thread waiting for time.
62 * <BR> Then the tests performs the ThreadReference.Status command
70 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: START...");
80 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
87 checkReplyPacket(checkedReply, "ThreadReference.Status command");
120 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: FINISH...");
H A DStatus004Test.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Status command for the Thread waiting UNDEFINITELY.
45 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status004Debuggee";
57 * This testcase exercises ThreadReference.Status command for the Thread waiting UNDEFINITELY.
61 * <BR> Then the tests performs the ThreadReference.Status command
69 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: START...");
79 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
86 checkReplyPacket(checkedReply, "ThreadReference.Status command");
119 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: FINISH...");
H A DStatus005Test.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Status command for the Thread waiting to enter in locked Monitor.
45 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status005Debuggee";
58 * This testcase exercises ThreadReference.Status command for the Thread waiting to enter in locked Monitor.
61 * <BR> Then the tests performs the ThreadReference.Status command
69 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: START...");
80 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
87 checkReplyPacket(checkedReply, "ThreadReference.Status command");
120 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: FINISH...");
H A DStatus006Test.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Status command for the Thread which has started and finished.
45 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status006Debuggee";
58 * This testcase exercises ThreadReference.Status command for the Thread which has started and finished.
61 * <BR> Then the tests performs the ThreadReference.Status command
69 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: START...");
74 ("ThreadReference.Status006Test: testStatus007(#1)");
88 ("ThreadReference.Status006Test: testStatus007(#2)");
91 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
98 checkReplyPacket(checkedReply, "ThreadReference
[all...]
H A DStatusTest.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Status command.
42 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.StatusDebuggee";
46 * This testcase exercises ThreadReference.Status command for suspended Thread.
49 * <BR> At first the test suspends tested thread by ThreadReference.Suspend command.
50 * <BR> Then the tests performs the ThreadReference.Status command
73 checkReplyPacket(reply, "ThreadReference::Status command");
106 * This testcase exercises ThreadReference.Status command.
109 * <BR> Then the tests performs the ThreadReference.Status command
130 checkReplyPacket(reply, "ThreadReference
[all...]
H A DStopTest.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Stop command.
41 static String SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/ThreadReference/StopDebuggee;";
44 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.StopDebuggee";
48 * This testcase exercises ThreadReference.Stop command.
51 * <BR>After the tested thread starts, the test performs ThreadReference.Stop command
99 checkReplyPacket(reply, "ThreadReference::Stop command");
H A DSuspendCountTest.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
38 * JDWP Unit test for ThreadReference.SuspendCount command.
45 "Lorg/apache/harmony/jpda/tests/jdwp/ThreadReference/SuspendCountDebuggee;";
48 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.SuspendCountDebuggee";
52 * This testcase exercises ThreadReference.SuspendCount command.
56 * check that ThreadReference.SuspendCount command returns
59 * and check that ThreadReference.SuspendCount command returns 1 value
62 * and check that ThreadReference.SuspendCount command returns 0 value
137 logWriter.println("==> Send ThreadReference.SuspendCount command...");
143 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference
[all...]
H A DSuspendTest.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
38 * JDWP Unit test for ThreadReference.Suspend command.
46 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.SuspendDebuggee";
50 * This testcase exercises ThreadReference.Suspend command.
53 * <BR>&nbsp;&nbsp; - suspends thread by ThreadReference.Suspend command;
54 * <BR>&nbsp;&nbsp; - performs the ThreadReference.Status command for tested thread;
123 logWriter.println("==> Send ThreadReference.Suspend command...");
129 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Suspend command") ) {
134 logWriter.println("==> Send ThreadReference.Status command...");
140 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference
[all...]
H A DThreadGroup002Test.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.ThreadGroup command.
44 "Lorg/apache/harmony/jpda/tests/jdwp/ThreadReference/ThreadGroup002Debuggee;";
47 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ThreadGroup002Debuggee";
51 * This testcase exercises ThreadReference.ThreadGroup command.
57 * <BR>&nbsp;&nbsp; - performs ThreadReference.Status command;
58 * <BR>&nbsp;&nbsp; - performs the ThreadReference.ThreadGroup command;
165 ("\n==> Check that ThreadReference.ThreadGroup command returns expected thread group for each tsted thread...");
170 logWriter.println("==> Send ThreadReference.Status command...");
176 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference
[all...]
H A DCurrentContendedMonitorDebuggee.java26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
36 * <code>org.apache.harmony.jpda.tests.jdwp.ThreadReference.CurrentContendedMonitorTest</code>.

Completed in 2334 milliseconds

12