History log of /dalvik/dx/tests/134-maindexlist-lambdas/run
Revision Date Author Comments
a9ce640c36c040b9d2d6df879c71fa3ba38f0ceb 18-Dec-2017 Orion Hodson <oth@google.com> dx: Test script fixes for OpenJDK 9

Add build scripts to each directory and class files generated with
Java 8 compiler. The tests use the latter as golden inputs and remove
the compiler and jasmin as a test running dependency. The build
scripts are only present for updating tests.

There are a few tests where the class files are not added because
there are too many generated during execution. The tests still using
the compiler are 095, 124, 129, 130, 131 and 143.

Bug: 70525148
Test: export EXPERIMENTAL_USE_OPENJDK9=1.8; . build/envsetup.sh; lunch; art/tools/buildbot-build --host -j32; dalvik/dx/tests/run-all-tests --seq
Test: export EXPERIMENTAL_USE_OPENJDK9=false; . build/envsetup.sh; lunch; art/tools/buildbot-build --host -j32; dalvik/dx/tests/run-all-tests --seq

Change-Id: Ifd49e3e81bccb3a0317e9f5677f73d4c5445965e
0a0a6341906567e8d5e338f0be52bde64d7b37c3 11-May-2017 Yohann Roussel <yroussel@google.com> Allow parsing constant pool of class file 52

Add support for parsing MethodHandle, MethodType and InvokeDynamic
entries from the constant pool.

Bug: 37772111
Bug: 36641082
Change-Id: I8fe4b368c5f34c32f6676198a4f1a43d127b2c54
Test: ./tests/run-test 134