summaryrefslogtreecommitdiffstats
path: root/expectations/knownfailures.txt
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-05-09 16:44:32 +0100
committerNarayan Kamath <narayan@google.com>2014-05-12 10:15:24 +0100
commit3f2128b3408255e317f66c10c6dd5edbff53b3ee (patch)
treed662d3d5406714d75faa0f226b916b95c3f72cec /expectations/knownfailures.txt
parent5c1acb43c314a7048341f1ab36799fb6675505f4 (diff)
downloadlibcore-3f2128b3408255e317f66c10c6dd5edbff53b3ee.zip
libcore-3f2128b3408255e317f66c10c6dd5edbff53b3ee.tar.gz
libcore-3f2128b3408255e317f66c10c6dd5edbff53b3ee.tar.bz2
Blacklist a known failure in GregorianCalendarTest.
The issues here relate to how we deal with ambiguous wall clock times, i.e, wall clock values that we "skip" when we move the clock forward when transitioning into daylight savings, and wall clock times that occur twice when we move the clock backward This isn't a regression. We've never handled this correctly. bug: 12778197 Change-Id: Ida79583c02c6895096a8afdd8f59b1002b282d32
Diffstat (limited to 'expectations/knownfailures.txt')
-rw-r--r--expectations/knownfailures.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index b0923e5..8bf1306 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -1655,5 +1655,10 @@
"org.apache.harmony.tests.java.net.URLTest#test_sameFileLjava_net_URL",
"org.apache.harmony.tests.java.net.URLDecoderTest#test_decodeLjava_lang_String_Ljava_lang_String"
]
+},
+{
+ description: "Known failure in GregorianCalendarTest",
+ bug: 12778197,
+ name: "org.apache.harmony.tests.java.util.GregorianCalendarTest#test_computeTime"
}
]