summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove libsigchain from LD_PRELOADS"Dmitriy Ivanov2014-10-141-5/+2
|\
| * Remove libsigchain from LD_PRELOADSDmitriy Ivanov2014-10-071-5/+2
* | Merge "Merge reference-run-test-classes and run-test-jar."Nicolas Geoffray2014-10-143-66/+18
|\ \
| * | Merge reference-run-test-classes and run-test-jar.Nicolas Geoffray2014-10-073-66/+18
* | | Merge "Make finalization test more robust"Mathieu Chartier2014-10-131-6/+7
|\ \ \
| * | | Make finalization test more robustMathieu Chartier2014-10-131-6/+7
* | | | Merge "Make gc-thrash able to handle OOME"Mathieu Chartier2014-10-131-9/+20
|\ \ \ \
| * | | | Make gc-thrash able to handle OOMEMathieu Chartier2014-10-131-9/+20
| |/ / /
* | | | Add regression test for null check elimination.Vladimir Marko2014-10-132-0/+20
|/ / /
* | | ART: Add smali-based run-testAndreas Gampe2014-10-107-3/+194
* | | Disable 114-ParallelGC for GC stress testing.Ian Rogers2014-10-101-1/+2
* | | Makefile cleanups.Nicolas Geoffray2014-10-091-1/+1
* | | Really fix --gdb when running tests on target.Nicolas Geoffray2014-10-081-2/+2
| |/ |/|
* | Add support for floats and doubles.Nicolas Geoffray2014-10-073-0/+109
* | Fix movw on x86/x86_64 to accept any 16bits immediate.Nicolas Geoffray2014-10-071-0/+15
|/
* 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