diff options
author | David Brazdil <dbrazdil@google.com> | 2015-02-24 10:21:43 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-24 10:21:43 +0000 |
commit | 69f46525c7238f43eaefdb844106c2e97181c498 (patch) | |
tree | 0d10d2d66f74f583489fcef7f5abca7ee914371a /tools | |
parent | 893bee6c8f05fdf7345bf348a8f9d24e9300bf8e (diff) | |
parent | 598b220ab4cefcb118e68f381fa0df5c37a6c2d7 (diff) | |
download | art-69f46525c7238f43eaefdb844106c2e97181c498.zip art-69f46525c7238f43eaefdb844106c2e97181c498.tar.gz art-69f46525c7238f43eaefdb844106c2e97181c498.tar.bz2 |
Merge "ART: Enable more libcore tests (libcore.* package)"
Diffstat (limited to 'tools')
-rw-r--r-- | tools/libcore_failures.txt | 11 | ||||
-rwxr-xr-x | tools/run-libcore-tests.sh | 11 |
2 files changed, 19 insertions, 3 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 92d2202..2c921f5 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 9fa3fda..0f08928 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" |