/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | FramesTest.java | 83 printErrorAndFail("Unexpected ERROR = " + err in testFrames005() 103 printErrorAndFail("unexpected behaviour: error is " in testFrames005() 137 printErrorAndFail("Unexpected ERROR = " + err in testFrames004() 157 printErrorAndFail("unexpected behaviour: error is " in testFrames004() 192 printErrorAndFail("Unexpected ERROR = " + err in testFrames003() 209 printErrorAndFail("Unexpected ERROR = " + err in testFrames003() 215 printErrorAndFail("it is expected an empty set of frames, but frameCount = " in testFrames003() 252 printErrorAndFail("Unexpected ERROR = " + err in testFrames002() 272 printErrorAndFail("frameNumber is unexpectedly equal to " + frameNumber); in testFrames002() 277 printErrorAndFail("Unexpected ERROR = " + err in testFrames002() [all …]
|
D | ResumeTest.java | 70 printErrorAndFail("\n## Can NOT get number of started threads from debuggee! "); in testResume001() 94 printErrorAndFail("\n## Can NOT get all ThreadID in debuggee! "); in testResume001() 127 printErrorAndFail("\n## Some of tested threads are not found!"); in testResume001() 160 … printErrorAndFail("\n## Error found out while ThreadReference.Resume command performing!"); in testResume001() 176 printErrorAndFail("## VirtualMachine.Suspend command FAILED!"); in testResume001() 261 printErrorAndFail("## VirtualMachine.Resume command FAILED!"); in testResume001() 277 printErrorAndFail("\ntestResume001 FAILED:\n" + errorMessage); in testResume001() 435 printErrorAndFail("\ntestResume001 FAILED:\n" + errorMessage); in testResume001()
|
D | StatusTest.java | 85 printErrorAndFail("Unexpected thread status: " in testStatus002() 93 printErrorAndFail("Unexpected suspend status: " in testStatus002() 142 printErrorAndFail("Unexpected thread status: " in testStatus001() 150 printErrorAndFail("Unexpected suspend status: " in testStatus001()
|
D | ThreadGroup002Test.java | 76 printErrorAndFail("\n## Can NOT get number of started threads from debuggee! "); in testThreadGroup002() 104 printErrorAndFail("\n## Can NOT get all ThreadID in debuggee! "); in testThreadGroup002() 137 printErrorAndFail("\n## Some of tested threads are not found!"); in testThreadGroup002() 147 printErrorAndFail("\n## Could NOT receive expected signal from debuggee! "); in testThreadGroup002() 284 printErrorAndFail("\ntestThreadGroup002 FAILED:\n" + errorMessage); in testThreadGroup002()
|
D | SuspendCountTest.java | 74 printErrorAndFail("Can NOT get number of started threads from debuggee! "); in testSuspendCount001() 98 printErrorAndFail("Can NOT get all ThreadID in debuggee! "); in testSuspendCount001() 285 printErrorAndFail("\ntestSuspendCount001 FAILED:\n" + errorMessage); in testSuspendCount001() 303 printErrorAndFail("\nCan NOT found out debuggee main thread!"); in testSuspendCount001() 316 printErrorAndFail("\nVirtualMachine.Suspend command FAILED!"); in testSuspendCount001() 382 printErrorAndFail("\ntestSuspendCount001 FAILED:\n" + errorMessage); in testSuspendCount001()
|
D | OwnedMonitorsTest.java | 108 printErrorAndFail("wrong owner thread: " + ownerThread); in testOwnedMonitors001() 111 printErrorAndFail("wrong owner thread name: " + ownerName); in testOwnedMonitors001() 117 … printErrorAndFail("wrong number of owned monitors: " + owned + " (expected at least 2)"); in testOwnedMonitors001()
|
D | SuspendTest.java | 68 printErrorAndFail("Can NOT get number of started threads from debuggee! "); in testSuspend001() 89 printErrorAndFail("Can NOT get all ThreadID in debuggee! "); in testSuspend001() 203 printErrorAndFail("\ntestSuspend001 FAILED:\n" + errorMessage); in testSuspend001()
|
D | ThreadGroupTest.java | 95 printErrorAndFail("unexpected group name, it is expected: " in testThreadGroup001() 102 printErrorAndFail("Tested thread is not found in all_threads list."); in testThreadGroup001()
|
D | Status002Test.java | 98 printErrorAndFail("Unexpected thread status is returned: " in testStatus003() 113 printErrorAndFail("Unexpected thread status is returned:" in testStatus003()
|
D | Status005Test.java | 97 printErrorAndFail("Unexpected thread status is returned:" in testStatus006() 110 printErrorAndFail("Unexpected thread status is returned:" in testStatus006()
|
D | Status004Test.java | 96 printErrorAndFail("Unexpected thread status is returned:" in testStatus005() 109 printErrorAndFail("Unexpected thread status is returned:" in testStatus005()
|
D | Status006Test.java | 108 printErrorAndFail("Unexpected thread status is returned:" in testStatus007() 121 printErrorAndFail("Unexpected thread status is returned:" in testStatus007()
|
D | Status003Test.java | 97 printErrorAndFail("Unexpected thread status is returned:" in testStatus004() 110 printErrorAndFail("Unexpected thread status is returned:" in testStatus004()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | CombinedEvents002Test.java | 118 printErrorAndFail(failureMessage); in prepareDebuggee() 129 printErrorAndFail(failureMessage); in prepareDebuggee() 137 printErrorAndFail(failureMessage); in prepareDebuggee() 143 printErrorAndFail(failureMessage); in prepareDebuggee() 202 printErrorAndFail(failureMessage); in receiveEvents() 225 printErrorAndFail(failureMessage); in receiveEvents() 258 printErrorAndFail(failureMessage); in checkEvents() 266 printErrorAndFail(failureMessage); in checkEvents()
|
D | CombinedEventsTest.java | 97 printErrorAndFail(failureMessage); in testCombinedEvents_01() 111 printErrorAndFail(failureMessage); in testCombinedEvents_01() 220 printErrorAndFail(failureMessage); in testCombinedEvents_02() 245 printErrorAndFail(failureMessage); in testCombinedEvents_02() 359 printErrorAndFail(failureMessage); in testCombinedEvents_03() 404 printErrorAndFail(failureMessage); in testCombinedEvents_03() 474 printErrorAndFail(failureMessage); in testCombinedEvents_04() 531 printErrorAndFail(failureMessage); in testCombinedEvents_04() 605 printErrorAndFail(failureMessage); in testCombinedEvents_05() 633 printErrorAndFail(failureMessage); in testCombinedEvents_05() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | ResumeTest.java | 96 printErrorAndFail("\ntestResume001 FAILED"); in testResume001() 160 printErrorAndFail("\ntestResume002 FAILED"); in testResume002() 216 printErrorAndFail("\ntestResume002 FAILED"); in testResume003() 268 printErrorAndFail("\n## Can NOT get number of started threads " in getThreadsNumber() 298 printErrorAndFail("\n## Can NOT get all ThreadID in debuggee! "); in createThreadInfos() 332 printErrorAndFail("\n## Some of tested threads are not found!"); in createThreadInfos()
|
D | VersionTest.java | 77 printErrorAndFail("description.length = 0"); in testVersion001() 81 printErrorAndFail("vmVersion.length = 0"); in testVersion001() 85 printErrorAndFail("vmName.length = 0"); in testVersion001()
|
D | AllThreadsTest.java | 99 printErrorAndFail(AllThreadsDebuggee.TESTED_THREAD in testAllThreads003() 170 printErrorAndFail("\nThreads with unknown thread status found out!\n" + in testAllThreads002() 219 printErrorAndFail(AllThreadsDebuggee.TESTED_THREAD + " not found"); in testAllThreads001() 222 printErrorAndFail(AllThreadsDebuggee.TESTED_THREAD in testAllThreads001()
|
D | RedefineClassesTest.java | 262 printErrorAndFail("Unexpected number of classes is returned: " + in testRedefineClasses001() 304 printErrorAndFail( in testRedefineClasses001() 324 printErrorAndFail(thisCommandName in testRedefineClasses001() 341 printErrorAndFail("it is NOT expected result" + in testRedefineClasses001()
|
D | ClassesBySignatureTest.java | 94 printErrorAndFail("refTypeTag must be " in testClassesBySignature001() 109 printErrorAndFail("Signature must be " + SIGNATURE001); in testClassesBySignature001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
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 | JDWPStackTraceBaseTest.java | 93 printErrorAndFail("testedThread is not found!"); in getThreadID() 106 printErrorAndFail("Received number of frames = " in findFrameInfo() 131 printErrorAndFail("Tested method is not found"); in findFrameInfo()
|
D | SetValuesTest.java | 150 printErrorAndFail("Variable table check failed."); in testSetValues005_InvalidSlotError() 177 printErrorAndFail("testedThread is not found!"); in examineGetValues() 193 printErrorAndFail("Variable table check failed."); in examineGetValues()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 688 printErrorAndFail(message); in checkReplyPacket() 730 printErrorAndFail(message + " expected:<" + strExpected + "> but was:<" in assertEquals() 754 printErrorAndFail(message + " expected:<" + expected + "> but was:<" in assertString() 768 printErrorAndFail("Not all data has been read"); in assertAllDataRead() 793 printErrorAndFail(builder.toString()); in assertEventKindEquals() 819 printErrorAndFail(builder.toString()); in assertTagEquals() 829 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 | 87 printErrorAndFail(debuggeeClass + " is not a valid class!"); in testClassFileVersion001() 93 printErrorAndFail(thisCommandName + "has error in reading target class file!"); in testClassFileVersion001()
|