summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge host-run-test-jar and push-and-run-test-jar.Nicolas Geoffray2014-10-064-508/+360
* Make host-run-test-ar take --no-prebuild.Nicolas Geoffray2014-10-041-0/+3
* Merge "Merge push-and-run-{prebuilt}-test-jar files."Nicolas Geoffray2014-10-043-257/+87
|\
| * Merge push-and-run-{prebuilt}-test-jar files.Nicolas Geoffray2014-10-033-257/+87
* | Add test for getDeclaredClasses of with missing classBrian Carlstrom2014-10-034-13/+21
* | Merge "Revert "Fix OOM throwing if it happens in finalizer reference""Nicolas Geoffray2014-10-031-46/+4
|\ \
| * | Revert "Fix OOM throwing if it happens in finalizer reference"Nicolas Geoffray2014-10-031-46/+4
* | | Merge "Fix OOM throwing if it happens in finalizer reference"Hiroshi Yamauchi2014-10-031-4/+46
|\ \ \ | |/ /
| * | Fix OOM throwing if it happens in finalizer referenceDmitry Petrochenko2014-10-021-4/+46
* | | Fix test-art-(host|target)-run-test(32|64) targets.Ian Rogers2014-10-021-1/+1
* | | Merge "More native bridge tests"Calin Juravle2014-10-021-0/+20
|\ \ \
| * | | More native bridge testsCalin Juravle2014-10-011-0/+20
| | |/ | |/|
* | | Merge "Quick: Fix LVN/GVN handling of acquire operations."Vladimir Marko2014-10-013-0/+125
|\ \ \ | |/ / |/| |
| * | Quick: Fix LVN/GVN handling of acquire operations.Vladimir Marko2014-10-013-0/+125
| |/
* | Add VMRuntime.isBootClassPathOnDiskBrian Carlstrom2014-09-302-5/+37
|/
* Disable ThreadStress.Nicolas Geoffray2014-09-301-0/+9
* Make the script bash because it uses PIPESTATUS.Nicolas Geoffray2014-09-251-2/+2
* Merge "ART: Update for split native bridge initialization"Andreas Gampe2014-09-242-2/+42
|\
| * ART: Update for split native bridge initializationjgu212014-09-232-2/+42
* | Fix code generation with materialized conditions.Nicolas Geoffray2014-09-233-0/+72
* | Fix a bug in the handling of moves in register allocator.Nicolas Geoffray2014-09-223-0/+71
* | Implement invoke virtual in optimizing compiler.Nicolas Geoffray2014-09-173-146/+53
|/
* Revert "Revert "Implement suspend checks in new compiler.""Nicolas Geoffray2014-09-163-0/+37
* Merge "ART: Update host run test script"Andreas Gampe2014-09-151-1/+1
|\
| * ART: Update host run test scriptAndreas Gampe2014-09-151-1/+1
* | ART: Change access flag behavior in verifierAndreas Gampe2014-09-1513-0/+464
|/
* Revert "Implement suspend checks in new compiler."Nicolas Geoffray2014-09-153-37/+0
* Implement suspend checks in new compiler.Nicolas Geoffray2014-09-153-0/+37
* Add 5 minute time out to host run tests.Ian Rogers2014-09-141-0/+12
* Quick compiler (arm64) Fix inline Math.round()buzbee2014-09-122-0/+13
* Add a test for our NPE checks.Nicolas Geoffray2014-09-123-0/+488
* Improve dex location canonicalization-related performance.Vladimir Marko2014-09-103-9/+9
* Change 099-vmdebug test to use File.createTempFile.Jeff Hao2014-09-091-10/+8
* Disable tracing if enabled by default for new tracing test.Jeff Hao2014-09-091-0/+4
* Change when sampling thread is reset during shutdown to prevent races.Jeff Hao2014-09-093-0/+150
* Merge "Fix darwin run-test problems"Brian Carlstrom2014-09-092-4/+6
|\
| * Fix darwin run-test problemsBrian Carlstrom2014-09-082-4/+6
* | Add test for hashCode and System.identityHashCode.Mathieu Chartier2014-09-083-0/+42
* | Add CallNonvirtual testBrian Carlstrom2014-09-083-9/+272
|/
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-1/+1
* Fix numerous issues with DdmVmInternal allocation trackingBrian Carlstrom2014-09-053-0/+178
* Merge "Add test case for runFinalization."Mathieu Chartier2014-09-042-0/+34
|\
| * Add test case for runFinalization.Mathieu Chartier2014-09-042-0/+34
* | Merge "ART: Change ART for new native bridge sequence"Andreas Gampe2014-09-041-1/+1
|\ \ | |/ |/|
| * ART: Change ART for new native bridge sequenceAndreas Gampe2014-09-041-1/+1
* | ART: Fix host run-test scriptAndreas Gampe2014-09-041-4/+13
* | Fix stack overflow and duplicate methods while tracing.Jeff Hao2014-09-041-15/+0
* | ART: Fix x86_64 GenSelect case when destination is RefJean Christophe Beyler2014-09-043-0/+30
* | Merge "Add numerator check for integer divide and modulo"Ian Rogers2014-09-042-0/+28
|\ \
| * | Add numerator check for integer divide and moduloYixin Shou2014-08-272-0/+28