summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-2/+130
* Quickening support.Sebastien Hertz2013-06-241-4/+13
* am fa42b441: Move to new art dalvikvmBrian Carlstrom2013-06-183-18/+24
|\
| * Move to new art dalvikvmBrian Carlstrom2013-06-173-18/+24
* | Fix Class.getModifiers for array classes.Elliott Hughes2013-06-142-2/+91
* | am 7675e16b: Rename art-cache to dalvik-cacheBrian Carlstrom2013-06-112-2/+2
|\|
| * Rename art-cache to dalvik-cacheBrian Carlstrom2013-06-102-2/+2
* | Fixed list of String methods after removal of old JIT methods.Jeff Hao2013-06-101-1/+1
* | Stage 2 of cast elision opt.Dragos Sbirlea2013-06-043-0/+59
* | Add array of abstract classes reflection test.Ian Rogers2013-06-012-0/+14
|/
* Allow passing of multitple --invoke-with.Ian Rogers2013-04-193-4/+12
* Port AOSP dalvik change 9e11a836e0927e6ea9246b56d99e0482920b81c6 to art.Elliott Hughes2013-04-112-38/+31
* Interpreter entries and instrumentation as a listener.Ian Rogers2013-04-086-37/+293
* Add test 302-float-conversion from dalvik.Elliott Hughes2013-04-013-0/+48
* Always supply matching -source and -target to javac.Elliott Hughes2013-03-211-1/+1
* Pass NULL as receiver for static methods for ArgArray builder.Jeff Hao2013-03-181-0/+11
* Various performance improvements.Ian Rogers2013-03-181-0/+2
* Fix object verification.Ian Rogers2013-03-161-0/+1
* Disable gdb annotate support for Emacs in run-testBrian Carlstrom2013-03-061-1/+3
* Merge "Remove ExtractCodeAndPrelink and switch Portable to MCLinker" into dal...Brian Carlstrom2013-03-061-1/+1
|\
| * Remove ExtractCodeAndPrelink and switch Portable to MCLinkerBrian Carlstrom2013-03-061-1/+1
* | Update intrinsic inlining test.Sebastien Hertz2013-03-061-0/+42
|/
* Fix proxy return ClassCastException and add test.Ian Rogers2013-02-253-0/+76
* Port the "abstract methods are not implementations" fix to art.Elliott Hughes2013-02-223-0/+37
* Merge "Port new test for package annotations from dalvik." into dalvik-devElliott Hughes2013-02-204-0/+26
|\
| * Port new test for package annotations from dalvik.Elliott Hughes2013-02-204-0/+26
* | run-test --gdb on host should imply dev mode.Ian Rogers2013-02-201-0/+1
|/
* Fix ReferenceMap oat test.Ian Rogers2013-02-081-4/+0
* Directory restructuring of object.hIan Rogers2013-01-302-4/+8
* Move .oat files to ELF formatBrian Carlstrom2013-01-251-2/+5
* Refactor StackVisitor to take a Thread*.Ian Rogers2013-01-232-15/+10
* add jasmin dependency so that it can be used when building the tests.Tsu Chiang Chuang2013-01-173-3/+9
* Move IntMath into run-test.Ian Rogers2013-01-163-11/+48
* Merge "Don't mask OOMEs in 102-concurrent-gc." into dalvik-devIan Rogers2013-01-111-31/+28
|\
| * Don't mask OOMEs in 102-concurrent-gc.Ian Rogers2013-01-111-31/+28
* | Move ExceptionTest to a run-test.Ian Rogers2013-01-113-21/+26
|/
* Merge "Move Invoke to a run-test." into dalvik-devIan Rogers2013-01-113-2/+4
|\
| * Move Invoke to a run-test.Ian Rogers2013-01-113-2/+4
* | Move GrowthLimit to a run-test.Ian Rogers2013-01-113-7/+14
|/
* Merge "Move MemUsage into run-test." into dalvik-devIan Rogers2013-01-114-15/+33
|\
| * Move MemUsage into run-test.Ian Rogers2013-01-104-15/+33
* | Merge "Move ConcurrentGC to run-test." into dalvik-devIan Rogers2013-01-113-5/+5
|\ \
| * | Move ConcurrentGC to run-test.Ian Rogers2013-01-103-5/+5
| |/
* | Merge "Move Fibonacci to run-test." into dalvik-devIan Rogers2013-01-113-1/+4
|\ \
| * | Move Fibonacci to run-test.Ian Rogers2013-01-103-1/+4
| |/
* / Move ReflectionTest to a run-test.Ian Rogers2013-01-103-60/+138
|/
* Implement the Thread.sleep native method.Elliott Hughes2013-01-081-3/+21
* Support for deoptimization needed for debugging.Ian Rogers2013-01-022-2/+2
* Add a run-test test for annotation classes missing at run time.Elliott Hughes2012-12-173-0/+41
* Test and fixes for invoke-interface on java.lang.Object methods.Ian Rogers2012-12-1512-0/+40