diff options
author | David Brazdil <dbrazdil@google.com> | 2015-02-24 10:12:06 +0000 |
---|---|---|
committer | David Brazdil <dbrazdil@google.com> | 2015-02-24 10:12:06 +0000 |
commit | 598b220ab4cefcb118e68f381fa0df5c37a6c2d7 (patch) | |
tree | 9fefa5f5ac00322c11db3d3062b0160a3650b76b /tools/run-libcore-tests.sh | |
parent | 735969139b162f9d45a3c0e47dc24a8aec63c736 (diff) | |
download | android_art-598b220ab4cefcb118e68f381fa0df5c37a6c2d7.tar.gz android_art-598b220ab4cefcb118e68f381fa0df5c37a6c2d7.tar.bz2 android_art-598b220ab4cefcb118e68f381fa0df5c37a6c2d7.zip |
ART: Enable more libcore tests (libcore.* package)
This patch enables additional libcore tests run by the ART buildbots.
These are tests from the libcore.* packages and take extra ~3 minutes
to run on both host and target.
Change-Id: I89512836adb87b20ed5f9446d3b3ee245f9162dc
Diffstat (limited to 'tools/run-libcore-tests.sh')
-rwxr-xr-x | tools/run-libcore-tests.sh | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh index 9fa3fda651..0f08928f98 100755 --- a/tools/run-libcore-tests.sh +++ b/tools/run-libcore-tests.sh @@ -28,9 +28,18 @@ if [ ! -f $test_jar ]; then fi # Packages that currently work correctly with the expectation files. -working_packages=("libcore.java.lang" +working_packages=("libcore.icu" + "libcore.io" + "libcore.java.lang" "libcore.java.math" + "libcore.java.text" "libcore.java.util" + "libcore.javax.security" + "libcore.javax.sql" + "libcore.javax.xml" + "libcore.net" + "libcore.reflect" + "libcore.util" "org.apache.harmony.annotation" "org.apache.harmony.regex" "org.apache.harmony.tests.java.lang" |