History log of /dalvik/dx/tests/034-dex-minimal/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
f6c387128427e121477c1b32ad35cdcaa5101ba3 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
f72d5de56a522ac3be03873bdde26f23a5eeeb3c 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
2ad60cfc28e14ee8f0bb038720836a4696c478ad 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution