summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement -Xjnigreflimit.Elliott Hughes2011-10-182-23/+3
* Move test codes out of src/. They belong to the test/ directory.Shih-wei Liao2011-10-172-0/+284
* Fix a heap lock/thread list lock deadlock.Elliott Hughes2011-10-171-3/+1
* Fix annotations test 004.Jesse Wilson2011-10-171-2/+2
* Add ParallelGC to reproduce system_server hangBrian Carlstrom2011-10-171-0/+49
* Clarify cause of 071 failure with an UNIMPLEMENTEDBrian Carlstrom2011-10-161-12/+17
* art/test build fixesbuzbee2011-10-163-12/+12
* Merge "Add a unit test for ReferenceMap that involves try-catch-finally." int...Shih-wei Liao2011-10-151-0/+33
|\
| * Add a unit test for ReferenceMap that involves try-catch-finally.Shih-wei Liao2011-10-151-0/+33
* | Proxy implementationIan Rogers2011-10-144-3/+225
|/
* Move art content to /dataBrian Carlstrom2011-10-123-26/+26
* Add -Xzygote to suppress starting the signal catcher thread.Elliott Hughes2011-10-114-66/+2
* Fix a handful of reflection bugs.Elliott Hughes2011-10-102-4/+7
* Setup AbstractMethodError and dlsym stub when loading from oatBrian Carlstrom2011-10-101-2/+0
* Working ClassLoaderBrian Carlstrom2011-10-106-7/+1
* "Fix" racy test 030.Elliott Hughes2011-10-061-1/+1
* Fix the thread test to not be racy.Elliott Hughes2011-10-062-522/+19
* Update test 031 to track the libcore annotations implementation changes.Elliott Hughes2011-10-061-11/+4
* Fix the expectations for test 007 to match the RI's output.Elliott Hughes2011-10-062-4/+6
* Use a test-specific name for each generated file.Elliott Hughes2011-10-048-63/+71
* Simplify command line argumentsBrian Carlstrom2011-10-046-23/+7
* Remove opening of DexFile from pointerBrian Carlstrom2011-10-031-0/+27
* Merge "Separate oat from image" into dalvik-devBrian Carlstrom2011-10-036-15/+34
|\
| * Separate oat from imageBrian Carlstrom2011-10-036-15/+34
* | Remove dead cruft from SystemMethods.Elliott Hughes2011-10-021-114/+17
|/
* Fix field access.Elliott Hughes2011-10-021-53/+27
* Fix the 051-thread test.Elliott Hughes2011-10-022-0/+3
* Fix exception throwing to support no detail message.Elliott Hughes2011-10-023-3/+0
* Update exception test with new tracebackbuzbee2011-10-011-5/+4
* Old tests run with new system.jeffhao2011-09-3022-432/+479
* Adding old unit tests to test suite.jeffhao2011-09-29456-0/+20119
* Fixed test for static final fields that don't use <clinit>.jeffhao2011-09-292-14/+19
* Fix stack scanning bugs: Add PC OFFSET before retrieving Registermap.Shih-wei Liao2011-09-281-11/+7