History log of /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/JDWPEventModifierTestCase.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
df15cdd03ea2f938892454542d043eecfa1067db 23-Feb-2017 Sebastien Hertz <shertz@google.com> Cleanup event request API

- Restricts event creation through EventBuilder
- Removes unused event-related methods from VmMirror class

Test: art/tools/run-jdwp-tests.sh --mode=host --variant=X64
Change-Id: Ib36b5f7ff5fffe20502225e65d6d967343f85e96
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/JDWPEventModifierTestCase.java
0d3a487c78cf562bf179609ac4737a873463a454 30-Jun-2015 Sebastien Hertz <shertz@google.com> JDWP: remove unecessary feature checks in tests

Removes checks about features both supported by ART and the RI (see
command VirtualMachine.CapabilitiesNew). These capabilities are:
* canWatchFieldModification
* canWatchFieldAccess
* canGetBytecodes
* canGetOwnedMonitorInfo
* canGetCurrentContendedMonitor
* canGetMonitorInfo
* canUseInstanceFilters
* canGetInstanceInfo
* canGetMonitorFrameInfo

For the other capabilites (not supported by both runtimes), adds
dedicated method in VmMirror class and updates tests to use them.

Bug: 17941560
Change-Id: Idf54eb41fa9557f0a4ec0b7a450d42dbd6564265
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/JDWPEventModifierTestCase.java
3df0c797781000302737ead55196b6e110d8db9c 14-Apr-2014 Sebastien Hertz <shertz@google.com> Add event modifier tests

Adds new tests to cover Count, ThreadOnly and InstanceOnly event modifiers with
different events.

Bug: 13922844
Bug: 14053614
Change-Id: I5576c78ba21651575aeb08f9eb5583ddc4e46b85
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/JDWPEventModifierTestCase.java