History log of /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/NewInstanceWithSuspensionTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ec561efd83dc4bb97a5677a28f09a7fc41deea79 10-Jun-2015 Sebastien Hertz <shertz@google.com> JDWP: tests invoke commands for thread suspended multiple times

Tests invoke commands against a thread that has been suspended more
than once. We do not expect any error, just that the thread sends the
reply once it has been resumed.

Bug: 19397712
Change-Id: I38dd115d76ae843edd93a858946bbc88dfd15a87
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/NewInstanceWithSuspensionTest.java
237ee3cf55ad8dbbab372f83f1988a3c7c7e3030 01-Jun-2015 Sebastien Hertz <shertz@google.com> JDWP: test invocation with thread suspension

Tests the debuggee can still process new commands while a thread is
blocked invoking a command (because another event in another thread
suspended that thread). The tested commands are:
- ClassType.InvokeCommand
- ClassType.NewInstance
- ObjectReference.InvokeCommand

Also tests the case where the debugger detaches while a thread is
invoking a method on its behalf (with one of the command above). The
method invocation completes but no reply is sent and the thread does
not suspend itself or other threads now the debugger is no longer
attached.

Bug: 21515842
Change-Id: Ifd680fdc4b0dfd72d449cce692b4229eca02cdce
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/NewInstanceWithSuspensionTest.java