summaryrefslogtreecommitdiffstats
path: root/test/303-verification-stress/build
Commit message (Collapse)AuthorAgeFilesLines
* Support compiling run-tests with jackSebastien Hertz2015-07-091-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | This CL adds support to compile run-test source files with jack. When a test needs to rely on class files, we use jill to convert them to a jack library. We need to pass the full classpath to jack containing at least core classes (like java.lang.Object). This means the Android tree must have been compiled with jack first so we find all the necessary classes.jack files. Some tests still rely on dex files generated with the old toolchain. We keep building them this way for the moment and will update them later, when they get ready for Jack. Also updates a few tests dealing with garbage collection to avoid a situation where a reference can be retained by a local DEX register. Bug: 19467889 (cherry picked from commit 19ac0276208f0afef6ba8a4ab34b74a59b8d11d7) Change-Id: Ia5a989b83430ffe8298a869a1da970b756721bb0
* Remove extraneous fprintf argsBrian Carlstrom2014-10-271-1/+1
| | | | | | Also fix build scripts to die due to such warnings. Change-Id: Ia007744fcef8e37ba73b4f73e7c50c9fc9a1d4f5
* Limit the size of files created by run-test to 2MB.Ian Rogers2014-06-221-1/+1
| | | | | | | In MemMap::MapAnonymous on the host, avoid creating ashmem regions that are backed by files, when the size of the file will be greater than the ulimit. Change-Id: I7cbf2ac59bf5869ed85850bea8d71898f3b7e1c7
* Add verification stress test.Sebastien Hertz2013-12-131-0/+28
This is more a benchmark than a real test. It highlights a pattern where Art's verifier is currently slower than Dalvik's verifier. Bug: 12126841 Change-Id: I1ed6466798696b0aa04b94edac2d2b9d0015c6a2