History log of /art/test/059-finalizer-throw/src/Main.java
Revision Date Author Comments
1dd05d7782ee80ff6c4bb5374a13a410e445b4c0 04-Oct-2017 Andreas Gampe <agampe@google.com> ART: Try to make 059-finalizer-throw less flaky

Avoid some heavier work in the finalizer.

Bug: 64710194
Test: art/test/testrunner/testrunner.py -b --host -t 059
Change-Id: Ic538d75f84815f24a0e612adbe29c7428b33356e
f6c66c3348a2b64e4b6472827e31f711142006e3 17-Dec-2015 Kevin Brodsky <kevin.brodsky@linaro.org> Tests: never use System.err

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
2073369254ae12f87f9317c0efc9e9655f82f711 24-Nov-2015 Narayan Kamath <narayan@google.com> Revert "Fix 030-bad-finalizer & 059-finalizer-throw."

This reverts commit 13ca74fed068a6a49221b5213ce0b1bebeda3ed6.

This is now not needed, and the libcore side of this cleanup has
been reverted as it's problematic. The test passes without this
cleanup.
13ca74fed068a6a49221b5213ce0b1bebeda3ed6 18-Nov-2015 Narayan Kamath <narayan@google.com> Fix 030-bad-finalizer & 059-finalizer-throw.

Use a default uncaught exception handler to log messages.

bug: 25759624
Change-Id: I9f3253261e15cd62bd433e01b852ecae40a8f58d
2faa5f1271587cda765f26bcf2951065300a01ff 30-Jan-2012 Elliott Hughes <enh@google.com> Fix copyright headers.

Change-Id: I5b7bc76a370238d810d78522bd5531600746700f
5d1ac920fdaef5d4ec8f66bb734488cd9660b024 30-Sep-2011 jeffhao <jeffhao@google.com> Adding old unit tests to test suite.

These tests are copied straight over. They'll still run, but they're
using the old system.

Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8