summaryrefslogtreecommitdiffstats
path: root/test/020-string
Commit message (Collapse)AuthorAgeFilesLines
* Intercept JNI invocation of String.<init> methods.Jeff Hao2015-05-201-0/+36
| | | | | | | | | | | libmono uses JNI AllocObject and CallNonvirtualVoidMethod to create and initialize a string instead of using the recommended NewObject. This change adds an intercept to change the String.<init> call to a StringFactory call instead. Then, it uses the object id of the original string object referrer and maps it to the result of the StringFactory. Bug: 21288130 Change-Id: Ib4db402c178bc37188d5c5faf30b6e4fdc747b17
* Adding old unit tests to test suite.jeffhao2011-09-293-0/+97
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8