summaryrefslogtreecommitdiffstats
path: root/test/012-math
Commit message (Collapse)AuthorAgeFilesLines
* Add numerator check for integer divide and moduloYixin Shou2014-08-272-0/+28
| | | | | | | Implemented numerator == 0 optimization for integer divide and modulo Change-Id: I6e3bff4a9f68d2790394f7df6106a948003a04c4 Signed-off-by: Yixin Shou <yixin.shou@intel.com>
* Quick compiler: support for 006, 012, 013, 017buzbee2012-06-261-1/+4
| | | | | | | | | | Continued fleshing out of the Quick compiler. With this CL, we're passing run-tests 006, 012, 013 and 017. Note minor changes to the tests to allow for easy identification of methods we want to run through the Quick path. Also, set up by default now to dump bitcode file to /sdcard/Bitcode/ Change-Id: I77ec73a87a21064273567802ddb44c4fdf71f9fd
* Adding old unit tests to test suite.jeffhao2011-09-293-0/+140
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8