commit | 4c78ffa757dd8e23312ac46d01a12f8bc1eb7fff | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Thu Jun 11 07:33:51 2015 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Thu Jun 11 18:39:27 2015 -0700 |
tree | 9f5a42fbe45cd014fdcbfb6315c712dc92ec604c | |
parent | bb6a5557fc63283111b3145d36c09a97fc99fa4e [diff] |
Add dalvik.system to run-libcore-tests.sh Change-Id: I64c5dfb7fbb0c337befb57e2d7bebc14b022cf85
diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh index 344d2ded..4e76eb4 100755 --- a/tools/run-libcore-tests.sh +++ b/tools/run-libcore-tests.sh
@@ -33,7 +33,8 @@ 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"