diff options
author | David Brazdil <dbrazdil@google.com> | 2015-02-24 13:33:01 +0000 |
---|---|---|
committer | David Brazdil <dbrazdil@google.com> | 2015-02-24 13:34:49 +0000 |
commit | 4cd7dfd2538ee7ef7f0965554b9d029ac3d42b41 (patch) | |
tree | 86a19bc44688e98b4fda453a9dad8aacbd9fb29e /tools | |
parent | 27a3e6153df81dd8adbc9ace70fdb3e7922b72f8 (diff) | |
download | art-4cd7dfd2538ee7ef7f0965554b9d029ac3d42b41.zip art-4cd7dfd2538ee7ef7f0965554b9d029ac3d42b41.tar.gz art-4cd7dfd2538ee7ef7f0965554b9d029ac3d42b41.tar.bz2 |
ART: Enable more libcore tests (crypto)
This patch enables additional libcore tests run by the ART buildbots.
These are tests from the org.apache.harmony.crypto and
libcore.javax.crypto packages and take extra ~8 minutes to run on
target and ~2 minutes on host.
Change-Id: I7cd314eca654320104fee26d8c34437450814dc2
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run-libcore-tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh index e25d1b3..a19fd15 100755 --- a/tools/run-libcore-tests.sh +++ b/tools/run-libcore-tests.sh @@ -34,6 +34,7 @@ working_packages=("libcore.icu" "libcore.java.math" "libcore.java.text" "libcore.java.util" + "libcore.javax.crypto" "libcore.javax.security" "libcore.javax.sql" "libcore.javax.xml" @@ -41,6 +42,7 @@ working_packages=("libcore.icu" "libcore.reflect" "libcore.util" "org.apache.harmony.annotation" + "org.apache.harmony.crypto" "org.apache.harmony.luni" "org.apache.harmony.nio" "org.apache.harmony.regex" |