Files
SDK_RK3288/art/test
Firefly 2ff973cfd1 [art] ART: Add support for special handlers in sigchainlib
Add support for a special managed handler in sigchainlib that
will be called as the first user handler.
Use this support for native bridge v2. Extend test 115-native-bridge
to test the functionality.
Google Bug 20217701
Google Change Id I78cc01fbdabe169154ff6b94c9f3ddb95b5c7448

Change-Id: I0538e82f3878aa0c0e59e3ff6b7dbcf66ef9ca92
Category: aosp improvement
Domain: AOSP-Framework-CoreService
Origin: 3rd-party Google
Upstream-Candidate: no, proprietary
Signed-off-by: Firefly <service@t-firefly.com>
2015-12-31 15:57:14 +08:00
..

VM test harness.

Use "./run-all-tests" to run all tests, or "./run-test <number>" to run a
single test.  Run "./run-test" with no arguments to see command flags;
in particular, the tests can be run on the desktop, on a USB-attached
device, or using the desktop "reference implementation".


For most tests, the sources are in the "src" subdirectory.  Sources found
in the "src2" directory are compiled separately but to the same output
directory; this can be used to exercise "API mismatch" situations by
replacing class files created in the first pass.  The "src-ex" directory
is built separately, and is intended for exercising class loaders.