Add `libcore.android.system` tests to the ART Libcore test suite.
Tests execution time: 7.77s on host, 12.09s on device (Pixel XL).
Test: Run Libcore tests on host and target
Change-Id: Ie4f8b6fb164da5aea19d4ff6112361b79618fcd2
diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh
index bdaf091..be09f57 100755
--- a/tools/run-libcore-tests.sh
+++ b/tools/run-libcore-tests.sh
@@ -83,7 +83,8 @@
use_jit=true
# Packages that currently work correctly with the expectation files.
-working_packages=("libcore.dalvik.system"
+working_packages=("libcore.android.system"
+ "libcore.dalvik.system"
"libcore.java.lang"
"libcore.java.math"
"libcore.java.text"