summaryrefslogtreecommitdiffstats
path: root/tests/089-many-methods/info.txt
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2011-12-09 12:35:55 -0500
committerJesse Wilson <jessewilson@google.com>2011-12-09 12:39:53 -0500
commit541a4c1b24ebd73e2ecd5f3e010ac4a902a7661b (patch)
treea6a1c6ee2ed541c7a926b8dab288f92d4681559e /tests/089-many-methods/info.txt
parent709fa843320139cb87ad47d84b5cb191818c2ee0 (diff)
downloadandroid_dalvik-541a4c1b24ebd73e2ecd5f3e010ac4a902a7661b.tar.gz
android_dalvik-541a4c1b24ebd73e2ecd5f3e010ac4a902a7661b.tar.bz2
android_dalvik-541a4c1b24ebd73e2ecd5f3e010ac4a902a7661b.zip
Admit to not supporting over 65,536 methods.
This was previously a work in progress, but that work wasn't completed and the test shouldn't assume the work is complete. Bug: http://code.google.com/p/android/issues/detail?id=22545 Change-Id: I44a9532d96ab548283278ca3218773ea449f8318
Diffstat (limited to 'tests/089-many-methods/info.txt')
-rw-r--r--tests/089-many-methods/info.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/089-many-methods/info.txt b/tests/089-many-methods/info.txt
new file mode 100644
index 000000000..4f73bd605
--- /dev/null
+++ b/tests/089-many-methods/info.txt
@@ -0,0 +1,2 @@
+Test that we print a reasonable message when the application exceeds more
+than 65536 methods.