diff options
author | David Brazdil <dbrazdil@google.com> | 2015-02-24 12:47:42 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-24 12:47:44 +0000 |
commit | 27a3e6153df81dd8adbc9ace70fdb3e7922b72f8 (patch) | |
tree | e214d0ea79fd8baf48e730c9e31b85d932996f43 | |
parent | 2d043b356d2e5c911892badf78aa56b843c5c3a6 (diff) | |
parent | 830d16e40e541e247ae5adb2d4970c0823e9c9cf (diff) | |
download | art-27a3e6153df81dd8adbc9ace70fdb3e7922b72f8.zip art-27a3e6153df81dd8adbc9ace70fdb3e7922b72f8.tar.gz art-27a3e6153df81dd8adbc9ace70fdb3e7922b72f8.tar.bz2 |
Merge "ART: Disable libcore tests failing on bots"
-rw-r--r-- | tools/libcore_failures.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index d74a0cc..c7d6ea2 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -45,6 +45,31 @@ "org.apache.harmony.tests.java.text.MessageFormatTest#test19011159"] }, { + description: "Failing due to a locale problem on hammerhead.", + result: EXEC_FAILED, + modes: [device], + names: ["libcore.icu.DateIntervalFormatTest#test10089890", + "libcore.icu.DateIntervalFormatTest#test10209343_when_not_this_year", + "libcore.icu.DateIntervalFormatTest#test10560853_for_single_day_events", + "libcore.icu.DateIntervalFormatTest#test10560853_when_time_not_displayed", + "libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeDateTimeString", + "libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeTimeSpanString", + "libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeTimeSpanStringAbbrev", + "libcore.java.text.OldDateFormatTest#test_parseLString", + "libcore.java.text.SimpleDateFormatTest#testDstZoneNameWithNonDstTimestamp", + "libcore.java.text.SimpleDateFormatTest#testDstZoneWithNonDstTimestampForNonHourDstZone", + "libcore.java.text.SimpleDateFormatTest#testNonDstZoneNameWithDstTimestamp", + "libcore.java.text.SimpleDateFormatTest#testNonDstZoneWithDstTimestampForNonHourDstZone"] +}, +{ + description: "Failing due to switched off network stack on volantisg.", + result: EXEC_FAILED, + modes: [device], + names: ["org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest", + "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest", + "org.apache.harmony.luni.tests.java.net.URLConnectionTest"] +}, +{ description: "Test timeouts", result: EXEC_TIMEOUT, modes: [device], |