summaryrefslogtreecommitdiffstats
path: root/tools/libcore_failures.txt
diff options
context:
space:
mode:
authorDavid Brazdil <dbrazdil@google.com>2015-02-24 10:12:06 +0000
committerDavid Brazdil <dbrazdil@google.com>2015-02-24 10:12:06 +0000
commit598b220ab4cefcb118e68f381fa0df5c37a6c2d7 (patch)
tree9fefa5f5ac00322c11db3d3062b0160a3650b76b /tools/libcore_failures.txt
parent735969139b162f9d45a3c0e47dc24a8aec63c736 (diff)
downloadart-598b220ab4cefcb118e68f381fa0df5c37a6c2d7.tar.gz
art-598b220ab4cefcb118e68f381fa0df5c37a6c2d7.tar.bz2
art-598b220ab4cefcb118e68f381fa0df5c37a6c2d7.zip
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
Diffstat (limited to 'tools/libcore_failures.txt')
-rw-r--r--tools/libcore_failures.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt
index 92d22028c..2c921f509 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
}
]