summaryrefslogtreecommitdiff
path: root/test/084-class-init/src
AgeCommit message (Collapse)Author
2017-06-02Tests: never use System.errKevin Brodsky
Always print stack traces to System.out, and replace all System.err.println()'s with System.out.println(). Follow-up of https://android-review.googlesource.com/#/c/187020/ and https://android-review.googlesource.com/#/c/407032/. Test: m test-art-host m test-art-target Change-Id: I9ab9cd955a8db25b2ec6673790e5bc924f62c88a
2014-02-19Do not FixupStaticTrampolines of uninitialized classesBrian Carlstrom
Bug: 13027732 Change-Id: I5966d63afd8fbcd091801297290f117f3c9cb44c
2012-12-10Port new 084 test to art.Elliott Hughes
art equivalent of: https://android-review.googlesource.com/48006 Change-Id: I64be67c22d0e2db5a52facbb37941ef0c14383f6
2012-11-26Fixes to make all run-tests except 051-thread work.jeffhao
- 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
2012-03-01Fix the expectations for test 084.Elliott Hughes
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
2012-02-29Add a test for correct delivery of exceptions caught by methods called from ↵Elliott Hughes
<clinit>. Change-Id: Ie770240962959b92753e4b55acc0f81f1afe2b68
2012-01-31Manually merge my AOSP update to the VM tests.Elliott Hughes
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
2011-09-29Adding old unit tests to test suite.jeffhao
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8