diff options
author | David Brazdil <dbrazdil@google.com> | 2015-02-24 15:43:18 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-24 15:43:19 +0000 |
commit | a48c573d2351177d878e36e003f0cdf4d7f9328f (patch) | |
tree | 3a7b06fe1567c0b79d203c5e31be6c9a499ac5d6 /tools | |
parent | 995e7d495eb898b2812e14ad82d54597676e93fd (diff) | |
parent | 4cd7dfd2538ee7ef7f0965554b9d029ac3d42b41 (diff) | |
download | art-a48c573d2351177d878e36e003f0cdf4d7f9328f.zip art-a48c573d2351177d878e36e003f0cdf4d7f9328f.tar.gz art-a48c573d2351177d878e36e003f0cdf4d7f9328f.tar.bz2 |
Merge "ART: Enable more libcore tests (crypto)"
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" |