History log of /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/NewInstanceTagTest.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/jdwp/ClassType/NewInstanceTagTest.java
5617ae1cb798e58748946c0fa4299f5d982c7b8b 29-Aug-2016 Sebastien Hertz <shertz@google.com> Fix NewInstanceString test to not time out getting string value.

Checks the string value while the debuggee is still suspended on a
breakpoint.

Bug: 30951794
Cherry-pick of two changes:
ea4486cd693527acfcc5aa85a2faebf969142242
93c6e5c49ebaa5e4c6630b21dac49df52143f54c

Change-Id: I9218cec067e6a7ad39fd83680f82aeae0374e3e0
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/NewInstanceTagTest.java
7155f480730369fd86657146a4343551f1a0e0d0 05-Nov-2015 Sebastien Hertz <shertz@google.com> JDWP: test tag returned by ClassType.Newinstance

Tests ClassType.NewInstance returns the appropriate tag depending on
reference type.

Refactor NewInstanceStringTest to use the same infrastructure
(AbstractNewInstanceTestCase) to test constructors.

Bug: 25490662
Change-Id: I0906f1e8fac3ff6b8c50ff65c8ee6b6500ab0ba7
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/NewInstanceTagTest.java