summaryrefslogtreecommitdiffstats
path: root/test/084-class-init
Commit message (Collapse)AuthorAgeFilesLines
* Do not FixupStaticTrampolines of uninitialized classesBrian Carlstrom2014-02-192-0/+32
| | | | | Bug: 13027732 Change-Id: I5966d63afd8fbcd091801297290f117f3c9cb44c
* Port new 084 test to art.Elliott Hughes2012-12-103-0/+36
| | | | | | art equivalent of: https://android-review.googlesource.com/48006 Change-Id: I64be67c22d0e2db5a52facbb37941ef0c14383f6
* Fixes to make all run-tests except 051-thread work.jeffhao2012-11-261-2/+2
| | | | | | | | | | | | - Moved exception delivery into common method DeliverException - Renamed old DeliverException to QuickDeliverException since it is only used by quick - Fixed null checks for arrays returned by GetReference - Standardized ArrayStoreException error message - Added additional sleeps to ensure threads stay alive long enough in 051-thread, and that <clinit> is complete for 084-class-init Change-Id: I9ca306896a4bd10f453150fcf3965d9750fa0cbd
* Fix the expectations for test 084.Elliott Hughes2012-03-012-4/+5
| | | | | | | | I added a new part to the test, but only ran it in --dev mode, which doesn't check the expectations, which I forgot to update. Also make naming and comment improvements. Change-Id: Ie2cac9f3b0837eda4a821d972f72c96e0316337a
* Add a test for correct delivery of exceptions caught by methods called from ↵Elliott Hughes2012-02-291-0/+19
| | | | | | <clinit>. Change-Id: Ie770240962959b92753e4b55acc0f81f1afe2b68
* Manually merge my AOSP update to the VM tests.Elliott Hughes2012-01-312-6/+6
| | | | | | | | Original change: https://android-review.googlesource.com/32051 Bug: http://code.google.com/p/android/issues/detail?id=21599 Bug: http://code.google.com/p/android/issues/detail?id=21597 Change-Id: I31e440b66b720647afab54ca39fd6eb1bbb0cb60
* Adding old unit tests to test suite.jeffhao2011-09-296-0/+219
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8