summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-01-12 17:15:45 +0000
committerNarayan Kamath <narayan@google.com>2015-01-20 15:57:27 +0000
commit1895955344b23f4d8a01596906a62f521c5463ef (patch)
tree8b3e99995b3fd4c184a81f2669170d1cc176ec3f /expectations
parent9169032f055cb8f007fcb9df979518177e22c833 (diff)
downloadlibcore-1895955344b23f4d8a01596906a62f521c5463ef.zip
libcore-1895955344b23f4d8a01596906a62f521c5463ef.tar.gz
libcore-1895955344b23f4d8a01596906a62f521c5463ef.tar.bz2
Add a unit test to demonstrate ICU CharsetProvider problems
Also add a single FakeCharsetProvider for unit tests that does nothing by default, so that we can stub it in for tests that do care about it and none of our other tests are affected. Change-Id: I03abb8f1aff53c160935b4cdbeaef764d30f240a
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index cf93bab..0da87d6 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -1529,5 +1529,12 @@
names: [
"org.apache.harmony.tests.java.lang.MathTest#test_cbrt_D"
]
+},
+{
+ description: "Recursive calls to Charset.forName from within providers will overflow the stack.",
+ result: EXEC_FAILED,
+ names: [
+ "org.apache.harmony.tests.java.nio.charset.CharsetTest#testForName_withProviderWithRecursiveCall"
+ ]
}
]