summaryrefslogtreecommitdiff
path: root/tests/087-gc-after-link/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/087-gc-after-link/info.txt')
-rw-r--r--tests/087-gc-after-link/info.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/087-gc-after-link/info.txt b/tests/087-gc-after-link/info.txt
new file mode 100644
index 0000000..9483838
--- /dev/null
+++ b/tests/087-gc-after-link/info.txt
@@ -0,0 +1,8 @@
+This test causes a linkage error, which calls dvmFreeClassInnards on
+the unlinked Class.
+
+This is a regression test for a defect in Dalvik, which was assuming
+that dvmFreeClassInnards could be called twice on the same class.
+
+This test is a modified version of test 086.
+This test is not expected to work for the reference implementation.