/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | FramesTest.java | 82 printErrorAndFail("Unexpected ERROR = " + err in testFrames005() 102 printErrorAndFail("unexpected behaviour: error is " in testFrames005() 136 printErrorAndFail("Unexpected ERROR = " + err in testFrames004() 156 printErrorAndFail("unexpected behaviour: error is " in testFrames004() 191 printErrorAndFail("Unexpected ERROR = " + err in testFrames003() 208 printErrorAndFail("Unexpected ERROR = " + err in testFrames003() 214 printErrorAndFail("it is expected an empty set of frames, but frameCount = " in testFrames003() 251 printErrorAndFail("Unexpected ERROR = " + err in testFrames002() 271 printErrorAndFail("frameNumber is unexpectedly equal to " + frameNumber); in testFrames002() 276 printErrorAndFail("Unexpected ERROR = " + err in testFrames002() [all …]
|
D | StatusTest.java | 84 printErrorAndFail("Unexpected thread status: " in testStatus002() 92 printErrorAndFail("Unexpected suspend status: " in testStatus002() 141 printErrorAndFail("Unexpected thread status: " in testStatus001() 149 printErrorAndFail("Unexpected suspend status: " in testStatus001()
|
D | ResumeTest.java | 71 printErrorAndFail("\n## Can NOT get number of started threads from debuggee! "); in testResume001() 95 printErrorAndFail("\n## Can NOT get all ThreadID in debuggee! "); in testResume001() 128 printErrorAndFail("\n## Some of tested threads are not found!"); in testResume001() 161 … printErrorAndFail("\n## Error found out while ThreadReference.Resume command performing!"); in testResume001() 177 printErrorAndFail("## VirtualMachine.Suspend command FAILED!"); in testResume001() 262 printErrorAndFail("## VirtualMachine.Resume command FAILED!"); in testResume001() 278 printErrorAndFail("\ntestResume001 FAILED:\n" + errorMessage); in testResume001() 436 printErrorAndFail("\ntestResume001 FAILED:\n" + errorMessage); in testResume001()
|
D | ThreadGroup002Test.java | 77 printErrorAndFail("\n## Can NOT get number of started threads from debuggee! "); in testThreadGroup002() 105 printErrorAndFail("\n## Can NOT get all ThreadID in debuggee! "); in testThreadGroup002() 138 printErrorAndFail("\n## Some of tested threads are not found!"); in testThreadGroup002() 148 printErrorAndFail("\n## Could NOT receive expected signal from debuggee! "); in testThreadGroup002() 285 printErrorAndFail("\ntestThreadGroup002 FAILED:\n" + errorMessage); in testThreadGroup002()
|
D | SuspendCountTest.java | 75 printErrorAndFail("Can NOT get number of started threads from debuggee! "); in testSuspendCount001() 99 printErrorAndFail("Can NOT get all ThreadID in debuggee! "); in testSuspendCount001() 286 printErrorAndFail("\ntestSuspendCount001 FAILED:\n" + errorMessage); in testSuspendCount001() 304 printErrorAndFail("\nCan NOT found out debuggee main thread!"); in testSuspendCount001() 317 printErrorAndFail("\nVirtualMachine.Suspend command FAILED!"); in testSuspendCount001() 383 printErrorAndFail("\ntestSuspendCount001 FAILED:\n" + errorMessage); in testSuspendCount001()
|
D | OwnedMonitorsTest.java | 107 printErrorAndFail("wrong owner thread: " + ownerThread); in testOwnedMonitors001() 110 printErrorAndFail("wrong owner thread name: " + ownerName); in testOwnedMonitors001() 116 … printErrorAndFail("wrong number of owned monitors: " + owned + " (expected at least 2)"); in testOwnedMonitors001()
|
D | SuspendTest.java | 67 printErrorAndFail("Can NOT get number of started threads from debuggee! "); in testSuspend001() 88 printErrorAndFail("Can NOT get all ThreadID in debuggee! "); in testSuspend001() 202 printErrorAndFail("\ntestSuspend001 FAILED:\n" + errorMessage); in testSuspend001()
|
D | ThreadGroupTest.java | 94 printErrorAndFail("unexpected group name, it is expected: " in testThreadGroup001() 101 printErrorAndFail("Tested thread is not found in all_threads list."); in testThreadGroup001()
|
D | Status003Test.java | 96 printErrorAndFail("Unexpected thread status is returned:" in testStatus004() 109 printErrorAndFail("Unexpected thread status is returned:" in testStatus004()
|
D | Status005Test.java | 96 printErrorAndFail("Unexpected thread status is returned:" in testStatus006() 109 printErrorAndFail("Unexpected thread status is returned:" in testStatus006()
|
D | Status002Test.java | 97 printErrorAndFail("Unexpected thread status is returned: " in testStatus003() 112 printErrorAndFail("Unexpected thread status is returned:" in testStatus003()
|
D | Status004Test.java | 95 printErrorAndFail("Unexpected thread status is returned:" in testStatus005() 108 printErrorAndFail("Unexpected thread status is returned:" in testStatus005()
|
D | Status006Test.java | 107 printErrorAndFail("Unexpected thread status is returned:" in testStatus007() 120 printErrorAndFail("Unexpected thread status is returned:" in testStatus007()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | CombinedEvents002Test.java | 117 printErrorAndFail(failureMessage); in prepareDebuggee() 128 printErrorAndFail(failureMessage); in prepareDebuggee() 136 printErrorAndFail(failureMessage); in prepareDebuggee() 142 printErrorAndFail(failureMessage); in prepareDebuggee() 198 printErrorAndFail(failureMessage); in receiveEvents() 221 printErrorAndFail(failureMessage); in receiveEvents() 254 printErrorAndFail(failureMessage); in checkEvents() 262 printErrorAndFail(failureMessage); in checkEvents()
|
D | CombinedEventsTest.java | 98 printErrorAndFail(failureMessage); in testCombinedEvents_01() 112 printErrorAndFail(failureMessage); in testCombinedEvents_01() 221 printErrorAndFail(failureMessage); in testCombinedEvents_02() 246 printErrorAndFail(failureMessage); in testCombinedEvents_02() 360 printErrorAndFail(failureMessage); in testCombinedEvents_03() 405 printErrorAndFail(failureMessage); in testCombinedEvents_03() 475 printErrorAndFail(failureMessage); in testCombinedEvents_04() 532 printErrorAndFail(failureMessage); in testCombinedEvents_04() 606 printErrorAndFail(failureMessage); in testCombinedEvents_05() 634 printErrorAndFail(failureMessage); in testCombinedEvents_05() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | ResumeTest.java | 98 printErrorAndFail("\ntestResume001 FAILED"); in testResume001() 162 printErrorAndFail("\ntestResume002 FAILED"); in testResume002() 218 printErrorAndFail("\ntestResume002 FAILED"); in testResume003() 270 printErrorAndFail("\n## Can NOT get number of started threads " in getThreadsNumber() 300 printErrorAndFail("\n## Can NOT get all ThreadID in debuggee! "); in createThreadInfos() 334 printErrorAndFail("\n## Some of tested threads are not found!"); in createThreadInfos()
|
D | VersionTest.java | 76 printErrorAndFail("description.length = 0"); in testVersion001() 80 printErrorAndFail("vmVersion.length = 0"); in testVersion001() 84 printErrorAndFail("vmName.length = 0"); in testVersion001()
|
D | AllThreadsTest.java | 98 printErrorAndFail(AllThreadsDebuggee.TESTED_THREAD in testAllThreads003() 169 printErrorAndFail("\nThreads with unknown thread status found out!\n" + in testAllThreads002() 218 printErrorAndFail(AllThreadsDebuggee.TESTED_THREAD + " not found"); in testAllThreads001() 221 printErrorAndFail(AllThreadsDebuggee.TESTED_THREAD in testAllThreads001()
|
D | RedefineClassesTest.java | 149 printErrorAndFail("Unexpected number of classes is returned: " + in testRedefineClasses001() 258 printErrorAndFail( in testRedefineClasses001() 279 printErrorAndFail(thisCommandName in testRedefineClasses001() 296 printErrorAndFail("it is NOT expected result" + in testRedefineClasses001()
|
D | ClassesBySignatureTest.java | 92 printErrorAndFail("refTypeTag must be " in testClassesBySignature001() 107 printErrorAndFail("Signature must be " + SIGNATURE001); in testClassesBySignature001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | JDWPStackTraceBaseTest.java | 92 printErrorAndFail("testedThread is not found!"); in getThreadID() 105 printErrorAndFail("Received number of frames = " in findFrameInfo() 130 printErrorAndFail("Tested method is not found"); in findFrameInfo()
|
D | GetValuesTest.java | 146 printErrorAndFail("Variable table check failed."); in testGetValues005_InvalidSlotError() 172 printErrorAndFail("testedThread is not found!"); in examineGetValues() 188 printErrorAndFail("Variable table check failed."); in examineGetValues() 222 printErrorAndFail("Unexpected number of values: " in examineGetValues()
|
D | SetValuesTest.java | 149 printErrorAndFail("Variable table check failed."); in testSetValues005_InvalidSlotError() 176 printErrorAndFail("testedThread is not found!"); in examineGetValues() 192 printErrorAndFail("Variable table check failed."); in examineGetValues()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 741 printErrorAndFail(message); in checkReplyPacket() 783 printErrorAndFail(message + " expected:<" + strExpected + "> but was:<" in assertEquals() 807 printErrorAndFail(message + " expected:<" + expected + "> but was:<" in assertString() 821 printErrorAndFail("Not all data has been read"); in assertAllDataRead() 846 printErrorAndFail(builder.toString()); in assertEventKindEquals() 872 printErrorAndFail(builder.toString()); in assertTagEquals() 882 protected void printErrorAndFail(String message) { in printErrorAndFail() method in JDWPTestCase
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
D | ClassFileVersionTest.java | 88 printErrorAndFail(debuggeeClass + " is not a valid class!"); in testClassFileVersion001() 94 printErrorAndFail(thisCommandName + "has error in reading target class file!"); in testClassFileVersion001()
|