OSDN Git Service

Add DALVIKVM_FLAGS to test invocation.
authorMathieu Chartier <mathieuc@google.com>
Sun, 18 May 2014 22:30:10 +0000 (15:30 -0700)
committerMathieu Chartier <mathieuc@google.com>
Tue, 20 May 2014 22:29:37 +0000 (15:29 -0700)
commit769a5ad7d2caee5eb4c0ed382ac79cc8c4b9bd23
treebf4cbca31a1a3a25f700b6bb142da570b4b6e02b
parent84e524207b23d58a1b1e5f4443000ccac97c4184
Add DALVIKVM_FLAGS to test invocation.

Now, only gtest don't use these flags.

Running tests with GC options e.g:
DALVIK_VM="-Xgc:GSS" mm test-art-host-oat

Added a --runtime-option to test/run-test which passes the args to
the test:
test/run-test --runtime-option -Xgc:GSS --runtime-option -XX:UseTLAB 080

Change-Id: Ic928df32cb5aa36d3b0b55456e8b535e82ee9e97
Android.mk
build/Android.common.mk
test/Android.mk
test/etc/host-run-test-jar
test/etc/push-and-run-test-jar
test/run-test