summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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