summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ART: Generate chained compare-and-branch for short switchesAndreas Gampe2014-08-062-0/+16
* Merge "Add trampoline invoke and ART callback tests for native-bridge"Andreas Gampe2014-08-012-22/+239
|\
| * Add trampoline invoke and ART callback tests for native-bridgeYong WU2014-08-032-22/+239
* | AArch64: Add inlining support for ceil(), floor(), rint(), round()Serban Constantinescu2014-08-041-0/+206
* | ART: Implement the easy long division/remainder by a constantAlexei Zavjalov2014-08-041-1/+1
* | Fix broken JNI IsAssignableFrom.Narayan Kamath2014-08-012-0/+21
|/
* Merge "ART: LoadConstWide should clobber temp reg"Bill Buzbee2014-07-292-0/+16
|\
| * ART: LoadConstWide should clobber temp regAlexei Zavjalov2014-07-312-0/+16
* | Merge "Add --always-clean flag to run-test."Ian Rogers2014-07-293-16/+39
|\ \
| * | Add --always-clean flag to run-test.Alex Light2014-07-303-16/+39
| |/
* | Make 32bit run-tests work correctly on 64bit default devices.Alex Light2014-07-302-4/+8
|/
* Merge "Revert "Fix proxy tracing and enable tests that now work with tracing.""Nicolas Geoffray2014-07-231-1/+29
|\
| * Revert "Fix proxy tracing and enable tests that now work with tracing."Nicolas Geoffray2014-07-291-1/+29
* | Fix braino in Makefile.Nicolas Geoffray2014-07-291-0/+1
* | Merge "Add a variable to disable PREBUILD in run-tests."Nicolas Geoffray2014-07-231-0/+2
|\ \ | |/ |/|
| * Add a variable to disable PREBUILD in run-tests.Nicolas Geoffray2014-07-281-0/+2
* | Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-07-281-29/+1
|/
* Implement array get and array put in optimizing.Nicolas Geoffray2014-07-284-0/+327
* Merge "ART: Native bridge command-line parameter"Andreas Gampe2014-07-249-1/+457
|\
| * ART: Native bridge command-line parameterAndreas Gampe2014-07-269-1/+457
* | ART: Rewrite ParallelGC run-testAndreas Gampe2014-07-261-11/+111
|/
* ART: Fix run-test 114 ParallelGC to account for OOMAndreas Gampe2014-07-251-3/+10
* Fix stale remembered sets error.Mathieu Chartier2014-07-242-3/+2
* Reduce allocations in ParallelGC test.Mathieu Chartier2014-07-231-1/+1
* Use a (somewhat) more documented environment variable.Nicolas Geoffray2014-07-241-4/+4
* Fix run-test --trace option if --host is specified after.Jeff Hao2014-07-231-1/+6
* Merge "Add test-art-*-run-test-###-test-name32/64 test targets."Andreas Gampe2014-07-221-0/+25
|\
| * Add test-art-*-run-test-###-test-name32/64 test targets.Alex Light2014-07-231-0/+25
* | ART: Fix erroneous outputAndreas Gampe2014-07-231-2/+0
|/
* ART: Make run tests out of oat testsAndreas Gampe2014-07-23108-802/+213
* Merge "Use the correct HOST_ARCH for oat files."Nicolas Geoffray2014-07-231-2/+2
|\
| * Use the correct HOST_ARCH for oat files.Nicolas Geoffray2014-07-231-2/+2
* | Merge "Fix null pointer check elimination for catch entries."Vladimir Marko2014-07-232-0/+24
|\ \ | |/ |/|
| * Fix null pointer check elimination for catch entries.Vladimir Marko2014-07-222-0/+24
* | Merge "Fix x86 instrumentation exit entrypoint and trace size limit."Jeff Hao2014-07-221-1/+1
|\ \
| * | Fix x86 instrumentation exit entrypoint and trace size limit.Jeff Hao2014-07-221-1/+1
* | | Merge "Changed default non-full tests to be prebuild."Andreas Gampe2014-07-225-16/+117
|\ \ \ | |/ / |/| |
| * | Changed default non-full tests to be prebuild.Alex Light2014-07-225-16/+117
* | | Recycle mem-maps for collector transitions.Mathieu Chartier2014-07-222-6/+3
* | | Merge "Put oat test output on stderr."Ian Rogers2014-07-221-2/+2
|\ \ \
| * | | Put oat test output on stderr.Ian Rogers2014-07-221-2/+2
* | | | Merge "Set vtable in class object to null after linking."Mingyao Yang2014-07-221-1/+1
|\ \ \ \
| * | | | Set vtable in class object to null after linking.Mingyao Yang2014-07-221-1/+1
* | | | | Merge "Made sync-test actually wait for first thread to start."Andreas Gampe2014-07-221-7/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Made sync-test actually wait for first thread to start.Alex Light2014-07-221-7/+11
| | |/ / | |/| |
* | | | ART: Blacklist relocate option in oat testsAndreas Gampe2014-07-221-0/+16
|/ / /
* | | Runtime can now be set to require relocationAlex Light2014-07-227-68/+764
| |/ |/|
* | Stack overflow checks and NPE checks for optimizing.Nicolas Geoffray2014-07-221-0/+21
* | Merge "ART: Throw StackOverflowError in native code"Andreas Gampe2014-07-213-5/+57
|\ \ | |/ |/|
| * ART: Throw StackOverflowError in native codeAndreas Gampe2014-07-213-5/+57