History log of /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/Packet.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e9e1750a916cf602df722515736d21af63de1def 23-Feb-2017 Sebastien Hertz <shertz@google.com> Cleanup construction of Value instances

Constructors are error-prone due to implicit conversion (char -> int,
...) so we introduce dedicated factory methods instead.

Also allows to remove useless casts (due to safer API).

Test: art/tools/run-jdwp-tests.sh --mode=host --variant=X64
Change-Id: I387eda20a2ff20c06c4a60afcdbfcd4e0392ca28
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/Packet.java
c707eb40c4f99474ffeedab17a5fd562a7808238 17-Apr-2014 Sebastien Hertz <shertz@google.com> Test METHOD_EXIT_WITH_RETURN_VALUE event on void method

Adds MethodExitWithReturnValueTest#testMethodExitWithReturnValueOfVoid test to
check we properly handle METHOD_EXIT_WITH_RETURN_VALUE event on void method. In
this case, there is no bytes to read for the return value.

Adds the handling of VOID tag in Packet.getNextValueAsUntaggedValue.

Change-Id: I38ba47456021cf85def7b53a1181d6b3e492d8b6
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/Packet.java
5f0a23683aa603d8c50b6dd071a565821b76067b 10-Dec-2011 Elliott Hughes <enh@google.com> Add harmony's jdwp tests.

Change-Id: I1c0e70cd9e07244fe422a4f77f3727b55ec28402
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/Packet.java