summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-01-20 16:01:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-20 16:01:02 +0000
commit6dc0ed7247a7520bf14a89db9b4bc3015d3cdcb2 (patch)
tree845495d34cbffc5b7ebe2fe1ea5196decd6bf96d /expectations
parent934ecd5677fec1bae56662c10920a331e17eea81 (diff)
parent1895955344b23f4d8a01596906a62f521c5463ef (diff)
downloadlibcore-6dc0ed7247a7520bf14a89db9b4bc3015d3cdcb2.zip
libcore-6dc0ed7247a7520bf14a89db9b4bc3015d3cdcb2.tar.gz
libcore-6dc0ed7247a7520bf14a89db9b4bc3015d3cdcb2.tar.bz2
Merge "Add a unit test to demonstrate ICU CharsetProvider problems"
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 0526b64..d85df07 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -1494,5 +1494,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"
+ ]
}
]