History log of /external/apache-harmony/jdwp/Android_debug_config.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
52a5d0457041a5a5dc2dd8c4b44d2c583cce5350 23-May-2016 Roland Levillain <rpl@google.com> Do not explicity set jpda.settings.syncPort in JDWP settings.

(cherry picked from commit 5562fb8dc6535e0c6632d16ca5ef6648a90691b5)

Bug: 28869570
Change-Id: I413da53ec8764b0e4876676a2609627a80f289c6
/external/apache-harmony/jdwp/Android_debug_config.mk
2bb476ac3c4d738766d8fc9b64ffd672346bda54 16-Mar-2015 Sebastien Hertz <shertz@google.com> JDWP: run tests with debuggable flag

Adds "-Xcompiler-option --debuggable" to command-line to run JDWP
tests with full debugging support.

Bug: 18547544
Bug: 18406998
Change-Id: Ifb4603203021c40b9486f1019d484f6d9772fb32
/external/apache-harmony/jdwp/Android_debug_config.mk
72f0592ec4fa75b8c758f90c18c5766d9e5b368c 28-Nov-2014 Sebastien Hertz <shertz@google.com> Update makefile for JDWP tests

This CL updates the makefile so we can run JDWP tests on each ABI
supported by the host and the target.
It adds the following ABI-specific rules for host and target:
* run-jdwp-tests-host32 and run-jdwp-tests-target32 for 32-bit ABI
* run-jdwp-tests-host64 and run-jdwp-tests-target64 for 64-bit ABI

The existing run-jdwp-tests-host and run-jdwp-tests-target now run
tests for each ABI. To avoid interleaving the output, we need to
run them sequentally. Therefore, we create variants of the new rules
above so they depend on the previous ABI. Here is an example for host
supporting 64-bit and 32-bit ABIs:
run-jdwp-tests-host
-> run-jdwp-tests-host-all32
-> run-jdwp-tests-host-all64
This will execute 64-bit host tests before 32-bit host tests.

It also updates AllTests suite to System.exit(1) in case of failure
or error so the make fails. This allows to catch regression during
continuous testing on the host.

Bug: 18406998
Change-Id: I9b4273783ac01e59d3c50242fcaf22ea8b325300
/external/apache-harmony/jdwp/Android_debug_config.mk