History log of /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/NewInstanceStringTest.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/NewInstanceStringTest.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/NewInstanceStringTest.java
3b5288f5c800d4d56b68a8b8dec54f032908bf93 20-Aug-2016 Jeff Hao <jeffhao@google.com> Make NewInstanceString test returned String contents.

Bug: 30951794
Test: mm -j24 run-jdwp-tests-host

(cherry-picked from commit be5386b80c1e649da468c1c0e2e247784c8e9991)

Change-Id: I2e8e693a9a4b921b55c7965262dd90cd3f67fcfa
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/NewInstanceStringTest.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/NewInstanceStringTest.java
ad8a1ac1d45d7626686bfb431f1039e12d5f5794 03-Nov-2015 Sebastien Hertz <shertz@google.com> JDWP: test java.lang.String construction

Tests the creation of java.lang.String with ClassType.NewInstance
command (for all public constructors).

Bug: 25439464
Change-Id: I0a2f43d41c1d8505340d03fc523b9f6a6b3a1ca6
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/NewInstanceStringTest.java