diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2009-11-12 18:45:15 -0800 |
|---|---|---|
| committer | Jean-Baptiste Queru <jbq@google.com> | 2009-11-12 18:45:15 -0800 |
| commit | 72e93344b4d1ffc71e9c832ec23de0657e5b04a5 (patch) | |
| tree | 1a08d1e43d54200ea737234d865c4668c5d3535b /tests/030-bad-finalizer | |
| parent | dfd0afbcb08b871e224a28ecb4ed427a7693545c (diff) | |
| download | android_dalvik-72e93344b4d1ffc71e9c832ec23de0657e5b04a5.tar.gz android_dalvik-72e93344b4d1ffc71e9c832ec23de0657e5b04a5.tar.bz2 android_dalvik-72e93344b4d1ffc71e9c832ec23de0657e5b04a5.zip | |
eclair snapshot
Diffstat (limited to 'tests/030-bad-finalizer')
| -rw-r--r-- | tests/030-bad-finalizer/info.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/030-bad-finalizer/info.txt b/tests/030-bad-finalizer/info.txt index 08127da23..0f76ad6a8 100644 --- a/tests/030-bad-finalizer/info.txt +++ b/tests/030-bad-finalizer/info.txt @@ -1,6 +1,3 @@ -This is a miscellaneous test that was imported into the new-at-the-time -runtime test framework. The test is intended to exercise basic features, -and as such cannot be build on top of junit, since failure of such basic -features might disrupt junit. - -TODO: Real description goes here. +The finalizer for this class never finishes. Dalvik is expected to detect +this situation and abort the VM (so you will likely see a "deadd00d" +crash in the log output). |
