More failures after ICU update.
Test: Run Libcore test with `art/tools/run-libcore-tests.sh`
Bug: 209995834
Change-Id: I364591f1b6a77574279df230ff4303078740927d
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt
index e7e6ded..5b1ba11 100644
--- a/tools/libcore_failures.txt
+++ b/tools/libcore_failures.txt
@@ -287,7 +287,11 @@
{
description: "Failure due to new test (updated in aosp/1904011) running against old ICU prebuilts. ",
result: EXEC_FAILED,
- names: ["org.apache.harmony.tests.java.lang.CharacterTest#test_getType_I"],
+ names: ["org.apache.harmony.tests.java.lang.CharacterTest#test_getType_I",
+ "libcore.libcore.icu.DateIntervalFormatTest#test_formatDateInterval",
+ "libcore.libcore.icu.LocaleDataTest#test_ru_RU",
+ "libcore.java.text.SimpleDateFormatTest#testFormatUtcLong",
+ "libcore.java.text.SimpleDateFormatTest#testParseUtcLong"],
bug: 209995834
}
]