diff options
author | David Brazdil <dbrazdil@google.com> | 2015-02-24 14:13:05 +0000 |
---|---|---|
committer | David Brazdil <dbrazdil@google.com> | 2015-02-24 14:13:05 +0000 |
commit | 18c776e5aa714d0a79bbf946651212c25fbca282 (patch) | |
tree | 1a21751f76fcb6de15394b96020e43c93776069d /tools | |
parent | 27a3e6153df81dd8adbc9ace70fdb3e7922b72f8 (diff) | |
download | art-18c776e5aa714d0a79bbf946651212c25fbca282.zip art-18c776e5aa714d0a79bbf946651212c25fbca282.tar.gz art-18c776e5aa714d0a79bbf946651212c25fbca282.tar.bz2 |
ART: Disable one more libcore test failing on hammerhead
One more test from the harmony package fails due to the locale issue
on hammerhead. This patch disables it.
Change-Id: I1f3941bfcc20d5b2e23fe5ae963676138eecccb8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/libcore_failures.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index c7d6ea2..a09d86f 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -59,7 +59,8 @@ "libcore.java.text.SimpleDateFormatTest#testDstZoneNameWithNonDstTimestamp", "libcore.java.text.SimpleDateFormatTest#testDstZoneWithNonDstTimestampForNonHourDstZone", "libcore.java.text.SimpleDateFormatTest#testNonDstZoneNameWithDstTimestamp", - "libcore.java.text.SimpleDateFormatTest#testNonDstZoneWithDstTimestampForNonHourDstZone"] + "libcore.java.text.SimpleDateFormatTest#testNonDstZoneWithDstTimestampForNonHourDstZone", + "org.apache.harmony.tests.java.text.SimpleDateFormatTest#test_parseLjava_lang_StringLjava_text_ParsePosition"] }, { description: "Failing due to switched off network stack on volantisg.", |