From 598b220ab4cefcb118e68f381fa0df5c37a6c2d7 Mon Sep 17 00:00:00 2001 From: David Brazdil Date: Tue, 24 Feb 2015 10:12:06 +0000 Subject: ART: Enable more libcore tests (libcore.* package) This patch enables additional libcore tests run by the ART buildbots. These are tests from the libcore.* packages and take extra ~3 minutes to run on both host and target. Change-Id: I89512836adb87b20ed5f9446d3b3ee245f9162dc --- tools/libcore_failures.txt | 11 +++++++++-- tools/run-libcore-tests.sh | 11 ++++++++++- 2 files changed, 19 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 92d22028c3..2c921f509d 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -34,10 +34,11 @@ modes: [device], names: ["libcore.java.util.TimeZoneTest#testDisplayNames", "libcore.java.util.TimeZoneTest#test_useDaylightTime_Taiwan", + "libcore.java.util.TimeZoneTest#testAllDisplayNames", + "libcore.io.OsTest#testUnixDomainSockets_in_file_system", "org.apache.harmony.tests.java.util.DateTest#test_Constructor", "org.apache.harmony.tests.java.util.ScannerTest#test_Constructor_LReadableByteChannel", - "org.apache.harmony.tests.java.util.TimeZoneTest#test_hasSameRules_Ljava_util_TimeZone", - "libcore.java.util.TimeZoneTest#testAllDisplayNames"] + "org.apache.harmony.tests.java.util.TimeZoneTest#test_hasSameRules_Ljava_util_TimeZone"] }, { description: "Test timeouts", @@ -50,5 +51,11 @@ result: EXEC_FAILED, modes: [device], names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_getErrorStream"] +}, +{ + description: "Short date format flag ignored for es_US locale.", + result: EXEC_FAILED, + name: "libcore.icu.DateIntervalFormatTest#test_formatDateInterval", + bug: 18619426 } ] diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh index 9fa3fda651..0f08928f98 100755 --- a/tools/run-libcore-tests.sh +++ b/tools/run-libcore-tests.sh @@ -28,9 +28,18 @@ if [ ! -f $test_jar ]; then fi # Packages that currently work correctly with the expectation files. -working_packages=("libcore.java.lang" +working_packages=("libcore.icu" + "libcore.io" + "libcore.java.lang" "libcore.java.math" + "libcore.java.text" "libcore.java.util" + "libcore.javax.security" + "libcore.javax.sql" + "libcore.javax.xml" + "libcore.net" + "libcore.reflect" + "libcore.util" "org.apache.harmony.annotation" "org.apache.harmony.regex" "org.apache.harmony.tests.java.lang" -- cgit v1.2.3