summaryrefslogtreecommitdiff
path: root/tests/086-null-super/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/086-null-super/info.txt')
-rw-r--r--tests/086-null-super/info.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/086-null-super/info.txt b/tests/086-null-super/info.txt
new file mode 100644
index 0000000..f983bd0
--- /dev/null
+++ b/tests/086-null-super/info.txt
@@ -0,0 +1,7 @@
+ClassLoader.loadClass() is expected to throw an exception, usually
+ClassNotFound, if it can't find the given Class, and not return null.
+
+This is a regression test for a defect in Dalvik, which was assuming
+that if there was no exception, the value returned would be non-null.
+
+This test is not expected to work for the reference implementation.