summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Testing should use debug dex2oat and oatexec by defaultIan Rogers2012-02-032-5/+6
* Tests should include exception stack traces on failure.Elliott Hughes2012-02-021-2/+2
* Fix a few bugs in push-and-run-test-jar.Elliott Hughes2012-02-017-14/+14
* Manually merge my AOSP update to the VM tests.Elliott Hughes2012-01-3133-73/+925
* Change Fibonacci to default argument when none provided for test-art-target-o...Brian Carlstrom2012-01-311-8/+10
* Class::SetStatus(kStatusError) now checks that an exception is pending and us...Brian Carlstrom2012-01-312-5/+5
* Adjust expected line numbers in tests to account for fixed copyright headersBrian Carlstrom2012-01-313-11/+11
* Fix copyright headers.Elliott Hughes2012-01-30107-111/+1606
* Make the class loading behavior closer to the RI's.Elliott Hughes2012-01-262-17/+6
* Merge "Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL ...Ian Rogers2012-01-261-6/+6
|\
| * Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...Ian Rogers2012-01-261-6/+6
* | Be honest about our assertions implementation.Elliott Hughes2012-01-262-2/+2
|/
* Fix test 046.Elliott Hughes2012-01-262-2/+6
* This fixes several of the VM tests.Elliott Hughes2012-01-261-10/+2
* Fix thread hangBrian Carlstrom2012-01-251-1/+6
* Improve exceptions thrown during class loading.Elliott Hughes2012-01-243-0/+39
* Interface dispatch bugIan Rogers2012-01-1813-1/+88
* Fix for issue 5884080: Loop formation regressionbuzbee2012-01-183-0/+23
* Add GC map to oat fileBrian Carlstrom2012-01-172-2/+2
* Fixes for 071-dexfileIan Rogers2012-01-111-3/+3
* Fix 086-null-super and 087-gc-after-linkIan Rogers2012-01-102-2/+2
* Fix for test 003-omnibus-opcodesIan Rogers2012-01-101-4/+7
* Rename SystemMethods to ReflectionTest.Elliott Hughes2012-01-091-60/+60
* Add installd support to dex2oatBrian Carlstrom2012-01-055-6/+6
* Ensure that 055 checks we don't cheat on the library side...Elliott Hughes2011-12-161-0/+20
* Improve the ThreadStress test to send SIGQUIT, and fix the bug that finds.Elliott Hughes2011-12-151-1/+9
* Fix 088 the way the test's author intended.Elliott Hughes2011-12-141-2/+0
* Knock 0.5s off the Calculator startup time.Elliott Hughes2011-12-131-1/+1
* Fix regression in vm tests 021 and 082Ian Rogers2011-12-125-6/+6
* Revert dex2oat file lockingBrian Carlstrom2011-12-126-8/+14
* Reduce meta-data object sizes, introduce meta-data helper classes.Ian Rogers2011-12-062-11/+15
* Always compile tests with -g.Elliott Hughes2011-11-301-1/+1
* Implement enough JDWP functionality that we can attach jdb.Elliott Hughes2011-11-161-2/+2
* Refactor the use of Method by the compiler.Ian Rogers2011-11-131-2/+2
* Added support for -XX:HeapGrowthLimit switchjeffhao2011-10-281-0/+57
* Testing with the new verifier, fix comments as going through code.Shih-wei Liao2011-10-281-20/+149
* Fix the ReferenceMap test.Shih-wei Liao2011-10-271-108/+83
* Created --runtime-arg switch for dex2oat to pass arguments to runtime.jeffhao2011-10-254-24/+0
* Fix the StackWalk unit test. SegFault was caused by wrong comparisons.Shih-wei Liao2011-10-241-3/+3
* Wire up enough of the pieces that we can connect ddms or jdb.Elliott Hughes2011-10-241-0/+8
* Verifier clean up.Ian Rogers2011-10-242-81/+69
* dex2oat invoked by system if it can't find an oat file for a dex file.jeffhao2011-10-242-10/+0
* Give proxy all of the return types. Part 2.Jesse Wilson2011-10-242-10/+6
* Basic JDWP option parsing...Elliott Hughes2011-10-212-3/+3
* Fixes for ThreadStress testBrian Carlstrom2011-10-211-6/+8
* Add ThreadStress test to try and exercise corner casesBrian Carlstrom2011-10-211-0/+235
* Merge "Reuse SIRT for C++ references" into dalvik-devBrian Carlstrom2011-10-201-1/+1
|\
| * Reuse SIRT for C++ referencesBrian Carlstrom2011-10-201-1/+1
* | Add --invoke-with and -d to the dalvik tests.Elliott Hughes2011-10-195-21/+27
|/
* System calls dex2oat when opening a dex file with an output locationjeffhao2011-10-193-12/+2