From 4cd7dfd2538ee7ef7f0965554b9d029ac3d42b41 Mon Sep 17 00:00:00 2001 From: David Brazdil Date: Tue, 24 Feb 2015 13:33:01 +0000 Subject: [PATCH] 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 --- tools/run-libcore-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh index e25d1b345..a19fd1555 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" -- 2.11.0