• Home
  • History
  • Annotate
  • only in /dalvik/tests/087-gc-after-link/src/
History log of /dalvik/tests/087-gc-after-link/src/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a5a184892e60a89b564ca7c74e50b2ecb27d9f80 20-Jan-2012 Andy McFadden <fadden@android.com> Update and extend Dalvik tests

029 - exercise setDefaultAssertionStatus
031 - enable some tests that were disabled back when our generics
support didn't exist. Added new FancyClass test.
034 - print success/fail rather than matching exact exception text
038 - (same as 034)
042 - added new test for bug 5861201, currently disabled
045 - added a bunch of new tests, including one that fails
046 - added new tests, including some for bug 5861201 (the latter
are disabled)
068 - loadClass() wants class names with dots, not slashes
086 - (same as 068)
087 - (same as 068)
092 - new test, exercises some locale-specific classes
093 - new test, exercises object serialization
094 - new test, exercises regex code

Test 045 now fails, because it's exercising a feature that should
work but doesn't. All others pass.

Change-Id: I6481bfa88681c4ac8af629cb60797b2708bdeba4
ain.java
32fed2dee7399137908042a37aec28fbbda385ca 04-Nov-2010 Andy McFadden <fadden@android.com> Fix CloseGuard issue in test 087.

Need to explicitly close the DexFile.

Change-Id: I15ec8550d3991cf492fbd20c87cb9408d205dd7f
ain.java
581fae8ab680b214c50d6dbb29dcf7bdb1b1e439 12-Jul-2010 Barry Hayes <bhayes@google.com> Add a regression test. dvmFreeClassInnards had a defect where it would
SIGSEGV when a linking error tried to clean up, and then GC also tried
to clean up when freeing a ClassObject.

Bug 2786413

Change-Id: Ia4c6bc9eae007a9cf65db13ddf3019ed9ac07d7f
ain.java