summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2011-06-17 13:46:06 -0700
committerJesse Wilson <jessewilson@google.com>2011-06-17 13:46:06 -0700
commit25e769d476ae139ed576f20fe27fd7e38ab034bb (patch)
tree1fd22692f88afef28c7f35837dab9ff5961c27c8 /expectations
parentd2dd676be7b9fc0ac49c90a9d0acc437d0010a6e (diff)
downloadlibcore-25e769d476ae139ed576f20fe27fd7e38ab034bb.zip
libcore-25e769d476ae139ed576f20fe27fd7e38ab034bb.tar.gz
libcore-25e769d476ae139ed576f20fe27fd7e38ab034bb.tar.bz2
Add tests for Calendar/SimpleDateFormat bugs
Change-Id: Ib9142a6926c9eb30b021977db9eec7b4f47dae38 http://b/4723412
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index f784394..e169ffe 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -3,6 +3,11 @@
*/
[
{
+ description: "SimpleDateFormat assumes DST always uses 60 minute offset; this fails for zones like Lord Howe Daylight Time",
+ name: "libcore.java.text.SimpleDateFormatTest#testDstZoneWithNonDstTimestampForNonHourDstZone",
+ bug: 4723412
+},
+{
description: "Encoded bytes don't match for EC elliptic curve keys created through KeyFactory.generatePrivate()",
names: [
"org.apache.harmony.security.tests.java.security.KeyFactory2Test#test_generatePrivateLjava_security_spec_KeySpec",