History log of /art/test/run-all-tests
Revision Date Author Comments
bfac14acef0c2327ef8c28f146dd17d009aa8669 30-Jul-2014 Alex Light <allight@google.com> Add --always-clean flag to run-test.

This flag makes run-test remove the test-artifacts even if it fails. Also
enable this option by default when doing run-tests with make. Add
a ART_TEST_RUN_TEST_ALWAYS_CLEAN environment variable to control this
option.

Change-Id: I7867b400d570d8d679d9822d1fa65f49eb3522ae
9d722533b0ef6547ee0ab5286f65af98451c36e4 23-Jul-2014 Alex Light <allight@google.com> Changed default non-full tests to be prebuild.

Also added ability to turn off non-prebuild manually.

Change-Id: I0315ac43703a9c7e79812658523013799fb5d5dd
a59dd80f9f48cb750d329d4d4af2d99d72b484d1 03-Jul-2014 Alex Light <allight@google.com> Runtime can now be set to require relocation

Add a pair of runtime flags -Xrelocate and -Xnorelocate that can force
the runtime to require that all files that are run are relocated, to
prevent attacks based on the known art base address.

Add support for running patchoat on oat files compiled without an image.

Change run-test to have new --prebuild and --relocate flags.

Bug: 15358152

Change-Id: I91166c62dd1ab80e5cbcb7883a2cd0d56afca32d
07aaac812c5935fc5c4023f843697fc96a42ea87 09-Jul-2014 Sebastien Hertz <shertz@google.com> Allow method tracing for run-test

Adds "--trace" option to enable method tracing.

Bug: 11683397
Change-Id: I20a6b25c71067eafd848db26f13d62cfdb9a6159
dc8e732abc7409a6aac40fa693c60ada54dd9cc1 07-May-2014 Zheng Xu <zheng.xu@arm.com> Add --64 option for run-all-tests.

Change-Id: I26c5ad8e1bf6747fecf4a5311eac6e051b2d3cd8
81c56e73558dee0a8e537a12a210d4bc0ef01a62 05-Mar-2014 Dmitry Petrochenko <dmitry.petrochenko@intel.com> art/test: support sequential run

Introduce --seq option for art/test/run-all-tests.
This option runs tests one-by-one, avoiding failures
caused by busy CPU

Change-Id: Ibe29f749d267fb05dff4617787c7afcbdbeb43c0
Signed-off-by: Dmitry Petrochenko <dmitry.petrochenko@intel.com>
0dff3f4d41ce8308d1973f317463941abbf79b81 21-Nov-2012 jeffhao <jeffhao@google.com> Add -interpreter to run-test to test interpreter only mode.

Change-Id: I0addb26d22d3e7d486b40119ad35639dd15b9d53
b92bcabcbb28f69fe99e1c2f2e5559ab2c47aa60 08-Apr-2012 TDYa127 <tdy@google.com> Fix run-test on host.

Change-Id: I44ebb4cdc2f5966be51a063e3c7256ab3016c404
58bcc40e42d0438d3a71149ac53420d50a71fd8c 14-Feb-2012 Elliott Hughes <enh@google.com> We replace -d with -O recently, but not uniformly.

Change-Id: Ia66037addabe8f0c61531d955bf570aa4c7c83e6
7c04610d42cad31e6593ae1561ed855aceac1d7a 20-Oct-2011 Elliott Hughes <enh@google.com> Add --invoke-with and -d to the dalvik tests.

Change-Id: I358945fd2b41c1615441c1687a582a66e662eba9
9ca7a1fdd0daa546b790adb6a24dbc13c22df76a 11-Oct-2011 Elliott Hughes <enh@google.com> Add -Xzygote to suppress starting the signal catcher thread.

Change-Id: Iae98ac9d362c71074befbc702f8cae96888211ec
8cbc8bc716d7a47019ad14403920c72547b2fb96 04-Oct-2011 Elliott Hughes <enh@google.com> Use a test-specific name for each generated file.

This lets us run multiple tests in parallel (and know what we've got lying
around on our devices).

Change-Id: I90ecc4ceaae0ee4b323d861c2b408e2944a2f8c1
5d1ac920fdaef5d4ec8f66bb734488cd9660b024 30-Sep-2011 jeffhao <jeffhao@google.com> Adding old unit tests to test suite.

These tests are copied straight over. They'll still run, but they're
using the old system.

Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8