summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge "Now we have a proper C++ library, use std::unique_ptr."Ian Rogers2014-05-202-2/+2
|\
| * Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-192-2/+2
* | Updating clean-oat againBrian Carlstrom2014-05-191-4/+4
|/
* Add ISA directory to image and odex pathnames.Brian Carlstrom2014-05-162-34/+14
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-152-2/+2
* Declare variable for all art oat testsTsu Chiang Chuang2014-05-151-0/+1
* Merge "ART: Fix typo in ArtMethod::FindCatchBlock"Andreas Gampe2014-05-155-0/+87
|\
| * ART: Fix typo in ArtMethod::FindCatchBlockAndreas Gampe2014-05-145-0/+87
* | Merge "ART: Fix PWD in oat tests"Andreas Gampe2014-05-141-3/+3
|\ \
| * | ART: Fix PWD in oat testsAndreas Gampe2014-05-141-3/+3
| |/
* | Declare variable for all art dex tests.Tsu Chiang Chuang2014-05-141-2/+5
|/
* Don't build art-run-tests directly into userdata.imgYing Wang2014-05-081-1/+5
* Add --64 option for run-all-tests.Zheng Xu2014-05-081-1/+4
* Automatically create non-/data dalvik-cache directoriesBrian Carlstrom2014-05-061-1/+1
* art/test: support sequential runDmitry Petrochenko2014-05-022-25/+54
* Merge "ART: aarch64 jni compiler needs to extend small return types"Andreas Gampe2014-05-012-0/+156
|\
| * ART: aarch64 jni compiler needs to extend small return typesAndreas Gampe2014-05-012-0/+156
* | ART: Fix target run-tests to build architecture directoriesAndreas Gampe2014-05-011-2/+2
|/
* Track package change.Elliott Hughes2014-04-281-2/+4
* Merge "Skip BBs without SSA representation in the Constant Propagation phase"Bill Buzbee2014-04-252-0/+28
|\
| * Skip BBs without SSA representation in the Constant Propagation phaseAlexei Zavjalov2014-04-212-0/+28
* | Add test that Class.newInstance does not wrap its exceptions.Jeff Hao2014-04-232-0/+29
* | Fix dependencies in the test suite for multi-target testsAndreas Gampe2014-04-212-5/+29
|/
* Merge "String.IndexOf method handles negative start index value in incorrect ...Bill Buzbee2014-04-171-0/+2
|\
| * String.IndexOf method handles negative start index value in incorrect wayAlexei Zavjalov2014-04-171-0/+2
* | Disable another timing sensitive test on dist buildsBrian Carlstrom2014-04-161-1/+1
|/
* Merge "Long support in optimizing compiler."Nicolas Geoffray2014-04-163-0/+117
|\
| * Long support in optimizing compiler.Nicolas Geoffray2014-04-163-0/+117
* | Merge "ART: A workaround for a wrongly-read caller's frame"Andreas Gampe2014-04-081-0/+12
|\ \ | |/ |/|
| * ART: A workaround for a wrongly-read caller's frameVladimir Kostyukov2014-04-071-0/+12
* | Merge "Test control flow instruction with optimizing compiler."Nicolas Geoffray2014-04-083-0/+77
|\ \
| * | Test control flow instruction with optimizing compiler.Nicolas Geoffray2014-04-083-0/+77
| |/
* | Inlining setters that return one of their arguments.Vladimir Marko2014-04-072-0/+744
|/
* Add support for taking parameters in optimizing compiler.Nicolas Geoffray2014-04-072-0/+82
* Fix wrong handling of Generic JNI not finding native method.Andreas Gampe2014-04-041-0/+1
* Add support for new-instance and invoke-direct.Nicolas Geoffray2014-04-042-0/+16
* Merge "Support passing arguments to invoke-static* instructions."Nicolas Geoffray2014-04-032-0/+20
|\
| * Support passing arguments to invoke-static* instructions.Nicolas Geoffray2014-04-032-0/+20
* | Fix Unsafe.getLong()/putLong() for x86, add test.Vladimir Marko2014-04-031-0/+28
|/
* Use debug version of DEX2OAT explicitly.Nicolas Geoffray2014-04-021-2/+2
* Use TEST_ART_RUN_TESTS consistentlyBrian Carlstrom2014-04-011-1/+3
* Build changes to build multilib testsAndreas Gampe2014-04-013-11/+37
* Fix reflection access checks for app compatibility.Jeff Hao2014-04-011-5/+7
* Disable timing sensitive tests on dist builds.Brian Carlstrom2014-04-011-1/+7
* Merge "Add support for invoke-static in optimizing compiler."Nicolas Geoffray2014-03-314-1/+66
|\
| * Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-314-1/+66
* | No longer restrict to -source 1.5 since it causes a warning with 1.7Brian Carlstrom2014-03-301-1/+1
* | Add access checks to Method and Field reflection.Jeff Hao2014-03-287-23/+76
|/
* Error when taking the modulo of the length of an arrayBrian Carlstrom2014-03-272-0/+27
* Fix CopyRegInfo to keep live/dirty flags of new registers.Chao-ying Fu2014-03-272-0/+34