summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Move to new art dalvikvmBrian Carlstrom2013-06-173-18/+24
* Rename art-cache to dalvik-cacheBrian Carlstrom2013-06-102-2/+2
* 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
* Merge "Support for --gdb for target run-test." into dalvik-devIan Rogers2012-12-113-20/+12
|\
| * Support for --gdb for target run-test.Ian Rogers2012-12-113-20/+12
* | Port new 084 test to art.Elliott Hughes2012-12-103-0/+36
|/
* Fix run-test to tell the truth.Elliott Hughes2012-11-271-5/+6
* Fixes to make all run-tests except 051-thread work.jeffhao2012-11-262-2/+6
* Add -interpreter to run-test to test interpreter only mode.jeffhao2012-11-204-4/+29
* Fix 080-oom-throw println failing.Mathieu Chartier2012-11-191-0/+4
* Add "kind" argument to Get/SetVReg.Ian Rogers2012-11-161-5/+0