ART: Update libcore package list
Required after libcore commit d430cc782689a7f6a256ef6b0ebfc7210b0c31d9.
Bug: 68224249
Bug: 68932217
Test: art/tools/buildbot-build.sh --host && art/tools/run-libcore-tests.sh --mode=host
Change-Id: I0887022ca85b1a7223408846ee1663c4d3b70f85
diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh
index ed3cf40..51c7348 100755
--- a/tools/run-libcore-tests.sh
+++ b/tools/run-libcore-tests.sh
@@ -69,9 +69,7 @@
use_jit=true
# Packages that currently work correctly with the expectation files.
-working_packages=("dalvik.system"
- "libcore.icu"
- "libcore.io"
+working_packages=("libcore.dalvik.system"
"libcore.java.lang"
"libcore.java.math"
"libcore.java.text"
@@ -80,9 +78,11 @@
"libcore.javax.security"
"libcore.javax.sql"
"libcore.javax.xml"
- "libcore.net"
- "libcore.reflect"
- "libcore.util"
+ "libcore.libcore.icu"
+ "libcore.libcore.io"
+ "libcore.libcore.net"
+ "libcore.libcore.reflect"
+ "libcore.libcore.util"
"org.apache.harmony.annotation"
"org.apache.harmony.crypto"
"org.apache.harmony.luni"
@@ -169,4 +169,4 @@
# Run the tests using vogar.
echo "Running tests for the following test packages:"
echo ${working_packages[@]} | tr " " "\n"
-vogar $vogar_args $expectations $(cparg $DEPS) ${working_packages[@]}
+vogar --no-stream $vogar_args $expectations $(cparg $DEPS) ${working_packages[@]}