diff options
| author | 2016-08-03 10:13:22 +0100 | |
|---|---|---|
| committer | 2016-08-04 10:14:20 +0100 | |
| commit | bc5016565a55df1fe160a9af37e03d27aab92ac2 (patch) | |
| tree | 51da70fb89e23174bc9b734d70662ef676e2691c | |
| parent | c984725d0035e1925371757c38fed339b409e525 (diff) | |
libcore_failures: Remove obsolete entries.
These tests were failing with the OpenJDK switch, but have since
been fixed.
bug: 26326992
test: art/tools/run-libcore-tests.sh --mode=host --variant=X32
Change-Id: I9210d3fd428e0e462d95c2a620fe014e26bb942c
| -rw-r--r-- | tools/libcore_failures.txt | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index bf8d12b9c6..afed581072 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -174,38 +174,7 @@ description: "Failing tests after OpenJDK move.", result: EXEC_FAILED, bug: 26326992, - names: ["libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeDateTimeStringDST", - "libcore.java.lang.OldSystemTest#test_load", - "libcore.java.text.NumberFormatTest#test_currencyWithPatternDigits", - "libcore.java.text.NumberFormatTest#test_setCurrency", - "libcore.java.text.OldNumberFormatTest#test_getIntegerInstanceLjava_util_Locale", - "libcore.java.util.CalendarTest#testAddOneDayAndOneDayOver30MinuteDstForwardAdds48Hours", - "libcore.java.util.CalendarTest#testNewCalendarKoreaIsSelfConsistent", - "libcore.java.util.CalendarTest#testSetTimeInZoneWhereDstIsNoLongerUsed", - "libcore.java.util.CalendarTest#test_nullLocale", - "libcore.java.util.FormatterTest#test_numberLocalization", - "libcore.java.util.FormatterTest#test_uppercaseConversions", - "libcore.javax.crypto.CipherTest#testCipher_getInstance_WrongType_Failure", - "libcore.javax.crypto.CipherTest#testDecryptBufferZeroSize_mustDecodeToEmptyString", - "libcore.javax.security.auth.x500.X500PrincipalTest#testExceptionsForWrongDNs", - "org.apache.harmony.luni.tests.java.net.URLConnectionTest#test_getDate", - "org.apache.harmony.luni.tests.java.net.URLConnectionTest#test_getExpiration", - "org.apache.harmony.regex.tests.java.util.regex.PatternSyntaxExceptionTest#testPatternSyntaxException", - "org.apache.harmony.tests.java.lang.FloatTest#test_parseFloat_LString_Harmony6261", - "org.apache.harmony.tests.java.lang.ThreadTest#test_isDaemon", - "org.apache.harmony.tests.java.text.DecimalFormatSymbolsTest#test_setInternationalCurrencySymbolLjava_lang_String", - "org.apache.harmony.tests.java.text.DecimalFormatTest#testSerializationHarmonyRICompatible", - "org.apache.harmony.tests.java.text.SimpleDateFormatTest#test_parseLjava_lang_StringLjava_text_ParsePosition", - "org.apache.harmony.tests.java.text.SimpleDateFormatTest#test_parse_W_w_dd_MMMM_yyyy_EEEE", - "org.apache.harmony.tests.java.text.SimpleDateFormatTest#test_parse_dayOfYearPatterns", - "org.apache.harmony.tests.java.text.SimpleDateFormatTest#test_parse_h_m_z", - "org.apache.harmony.tests.java.text.SimpleDateFormatTest#test_parse_h_z_2DigitOffsetFromGMT", - "org.apache.harmony.tests.java.text.SimpleDateFormatTest#test_parse_h_z_4DigitOffsetFromGMT", - "org.apache.harmony.tests.java.text.SimpleDateFormatTest#test_parse_h_z_4DigitOffsetNoGMT", - "org.apache.harmony.tests.java.util.jar.JarFileTest#test_getInputStreamLjava_util_jar_JarEntry_subtest0", - "libcore.java.util.CalendarTest#test_clear_45877", - "org.apache.harmony.crypto.tests.javax.crypto.spec.SecretKeySpecTest#testGetFormat", - "org.apache.harmony.tests.java.util.TimerTaskTest#test_scheduledExecutionTime"] + names: ["libcore.java.lang.OldSystemTest#test_load"] }, { description: "Missing resource in classpath", |