summaryrefslogtreecommitdiffstats
path: root/test/021-string2
Commit message (Collapse)AuthorAgeFilesLines
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-272-1/+8
| | | | | | | | | | | | Summary of high level changes: - Adds compiler inliner support to identify string init methods - Adds compiler support (quick & optimizing) with new invoke code path that calls method off the thread pointer - Adds thread entrypoints for all string init methods - Adds map to verifier to log when receiver of string init has been copied to other registers. used by compiler and interpreter Change-Id: I797b992a8feb566f9ad73060011ab6f51eb7ce01
* Really fix tests.Alex Light2014-08-274-346/+429
| | | | | | | | | | | | Remove extra line in Android.run-test.mk. Update junit code in 082 and 021. Set correct bootclasspath for --no-image. Make host core.art depend on dex files being installed. Make 118 pass in the correct bootclasspath. Bug: 17290452 Change-Id: I415eddfa3632ec7eda927abe95925202de193749
* Incorrect result of compareTo between empty and non-empty stringsAlexei Zavjalov2014-02-271-0/+4
| | | | | | | | | | Current implementation of the Strings.compareTo() handles the case when empty string compares to non-empty string in the wrong way. This patch adds handler for such cases. Change-Id: I35cc2cfd5141551d6da65748c44b59e64a3f8117 Signed-off-by: Alexei Zavjalov <alexei.zavjalov@intel.com>
* Fix cpplint's whitespace complaints.Elliott Hughes2012-03-261-1/+1
| | | | Change-Id: I11fd2db2badf7bd98e7866ca2155d8ef1e112408
* Adding old unit tests to test suite.jeffhao2011-09-296-0/+462
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8