This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/functional: Disable parameter annotation tests
Parameter annotation support is broken. If you run the test case under OpenJDK, for example, you see this: $ java -cp test/functional/ test/java/lang/reflect/MethodTest Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0 at test.java.lang.reflect.MethodTest.testGetAnnotation(MethodTest.java:23) at test.java.lang.reflect.MethodTest.main(MethodTest.java:145) Cc: Nikhil Sarda <nikhilsarda.iitkgp@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
- Loading branch information