summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2015-06-11 07:33:51 -0700
committer Brian Carlstrom <bdc@google.com> 2015-06-11 18:39:27 -0700
commit4c78ffa757dd8e23312ac46d01a12f8bc1eb7fff (patch)
tree9f5a42fbe45cd014fdcbfb6315c712dc92ec604c
parentbb6a5557fc63283111b3145d36c09a97fc99fa4e (diff)
Add dalvik.system to run-libcore-tests.sh
Change-Id: I64c5dfb7fbb0c337befb57e2d7bebc14b022cf85
-rwxr-xr-xtools/run-libcore-tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh
index 344d2dedb3..4e76eb4354 100755
--- a/tools/run-libcore-tests.sh
+++ b/tools/run-libcore-tests.sh
@@ -33,7 +33,8 @@ if [ ! -f $test_jar ]; then
fi
# Packages that currently work correctly with the expectation files.
-working_packages=("libcore.icu"
+working_packages=("dalvik.system"
+ "libcore.icu"
"libcore.io"
"libcore.java.lang"
"libcore.java.math"