summaryrefslogtreecommitdiffstats
path: root/test/003-omnibus-opcodes
Commit message (Expand)AuthorAgeFilesLines
* Support compiling run-tests with jackSebastien Hertz2015-07-091-1/+6
* ART: Reset runtime_throw_failure flagAndreas Gampe2015-06-251-2/+2
* ART: Fix x86_64 GenSelect case when destination is RefJean Christophe Beyler2014-09-043-0/+30
* ART: Implement the easy long division/remainder by a constantAlexei Zavjalov2014-08-041-1/+1
* Limit the size of files created by run-test to 2MB.Ian Rogers2014-06-221-1/+1
* Update ART tests to handle new System.gc behaviorMathieu Chartier2014-02-042-4/+4
* Interpreter entries and instrumentation as a listener.Ian Rogers2013-04-082-13/+6
* fix missing dx in build server.Tsu Chiang Chuang2012-07-201-1/+1
* Remove explicit dex2oat calls from run-testBrian Carlstrom2012-06-041-1/+0
* Special case division by small constantsbuzbee2012-04-112-0/+76
* Fix run-test on host.TDYa1272012-04-101-1/+1
* Fix cpplint's whitespace complaints.Elliott Hughes2012-03-261-1/+1
* Do not generate run-test out files in $ANDROID_PRODUCT_OUTBrian Carlstrom2012-03-101-3/+2
* Fix 071-dexfile by having run-test use a unique directoryBrian Carlstrom2012-03-061-2/+3
* Fix test 003's expectations.Elliott Hughes2012-02-271-12/+6
* Test behavior of int shifts >= 32Ian Rogers2012-02-172-0/+35
* Use debug dex2oatd in run-testBrian Carlstrom2012-02-161-1/+1
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-1/+1
* Only JDWP exposes ACC_SUPER.Elliott Hughes2012-02-141-2/+10
* Fix a few bugs in push-and-run-test-jar.Elliott Hughes2012-02-011-1/+1
* Fix copyright headers.Elliott Hughes2012-01-306-10/+90
* Make the class loading behavior closer to the RI's.Elliott Hughes2012-01-262-17/+6
* This fixes several of the VM tests.Elliott Hughes2012-01-261-10/+2
* Improve exceptions thrown during class loading.Elliott Hughes2012-01-243-0/+39
* Fix for test 003-omnibus-opcodesIan Rogers2012-01-101-4/+7
* Add installd support to dex2oatBrian Carlstrom2012-01-051-1/+1
* Fix regression in vm tests 021 and 082Ian Rogers2011-12-121-1/+1
* Revert dex2oat file lockingBrian Carlstrom2011-12-121-0/+1
* Created --runtime-arg switch for dex2oat to pass arguments to runtime.jeffhao2011-10-251-6/+0
* art/test build fixesbuzbee2011-10-161-4/+4
* Working ClassLoaderBrian Carlstrom2011-10-101-1/+0
* Use a test-specific name for each generated file.Elliott Hughes2011-10-041-4/+4
* Simplify command line argumentsBrian Carlstrom2011-10-041-3/+1
* Separate oat from imageBrian Carlstrom2011-10-031-2/+4
* Old tests run with new system.jeffhao2011-09-3017-421/+424
* Adding old unit tests to test suite.jeffhao2011-09-2922-0/+4755