summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix getter/setter special case codegenbuzbee2012-03-271-2/+14
* Fix cpplint's whitespace complaints.Elliott Hughes2012-03-267-8/+8
* Merge "Expand test 046 and move reflective class initialization later." into ...Elliott Hughes2012-03-232-30/+87
|\
| * Expand test 046 and move reflective class initialization later.Elliott Hughes2012-03-232-30/+87
* | Make our new NullPointerException detail messages more readable to Java progr...Elliott Hughes2012-03-223-4/+4
|/
* Merge "Stash the directly-implemented interfaces in Proxy so we can implement...Elliott Hughes2012-03-212-0/+3
|\
| * Stash the directly-implemented interfaces in Proxy so we can implement Class....Elliott Hughes2012-03-212-0/+3
* | Fix special method codegenbuzbee2012-03-214-6/+250
|/
* Fix all our unused parameter warnings so we let GCC report them.Elliott Hughes2012-03-162-6/+3
* Rewrite the invoke stubs to use JValue[]s.Elliott Hughes2012-03-152-4/+59
* Add detail message to null pointer exceptions.Ian Rogers2012-03-152-2/+2
* Give WalkStack's callback a way to terminate early.Elliott Hughes2012-03-122-6/+10
* Do not generate run-test out files in $ANDROID_PRODUCT_OUTBrian Carlstrom2012-03-107-29/+22
* Fix 071-dexfile by having run-test use a unique directoryBrian Carlstrom2012-03-0612-31/+38
* Fix bug in JNI compiler AAPCS padding calculationIan Rogers2012-03-031-0/+1
* Fix the expectations for test 084.Elliott Hughes2012-03-012-4/+5
* Add a test for correct delivery of exceptions caught by methods called from <...Elliott Hughes2012-02-291-0/+19
* Test invocation of static methods through JNI stubIan Rogers2012-02-291-0/+1
* Merge "Fix load/storeBaseDispWide bug with large offests." into dalvik-devIan Rogers2012-02-272-0/+4013
|\
| * Fix load/storeBaseDispWide bug with large offests.Ian Rogers2012-02-272-0/+4013
* | Fix test 003's expectations.Elliott Hughes2012-02-271-12/+6
|/
* Add large frame testbuzbee2012-02-243-0/+4014
* Test Class.forName and serialization on inner classesIan Rogers2012-02-174-1/+48
* Test behavior of int shifts >= 32Ian Rogers2012-02-172-0/+35
* Use debug dex2oatd in run-testBrian Carlstrom2012-02-165-5/+5
* user build support for art (2 of 3)Brian Carlstrom2012-02-167-8/+8
* We replace -d with -O recently, but not uniformly.Elliott Hughes2012-02-143-25/+20
* Only JDWP exposes ACC_SUPER.Elliott Hughes2012-02-141-2/+10
* Add a new dalvik run-test test to art.Elliott Hughes2012-02-103-0/+13
* Add access check slow paths to field accessesIan Rogers2012-02-051-7/+7
* 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