summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2010-12-01 14:00:31 -0800
committerJesse Wilson <jessewilson@google.com>2010-12-01 14:00:31 -0800
commit1cb2bee503f359fa17899b42bfb705fd64b1635f (patch)
treecf4d0e3d794854d0e08a1726f6ab58c3b2d040ec /expectations
parent7de0a93123e999429ccc2ea791cf48c35fbaa010 (diff)
downloadlibcore-1cb2bee503f359fa17899b42bfb705fd64b1635f.zip
libcore-1cb2bee503f359fa17899b42bfb705fd64b1635f.tar.gz
libcore-1cb2bee503f359fa17899b42bfb705fd64b1635f.tar.bz2
Update expectations to match renamed test.
Change-Id: I7a4e38caba2bed0d44782da0e1499d6848a695fb http://b/2702411
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index 54cf6ad..d7a1a19 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -179,16 +179,16 @@
description: "UTF-16 and UTF-32 encoders don't write big-endian output on little-endian devices",
names: [
"libcore.java.nio.charset.CharsetEncoderTest#test_defaultReplacementBytesUtf_16",
- "libcore.java.nio.charset.OldCharset_MultiByte_UTF_16#test_Encode",
- "libcore.java.nio.charset.OldCharsetTest#test_UTF_16",
- "libcore.java.nio.charset.OldCharsetTest#test_UTF_32",
- "libcore.java.nio.charset.OldCharsetTest#test_UTF_16BE",
- "libcore.java.nio.charset.OldCharsetTest#test_UTF_16LE",
- "libcore.java.nio.charset.OldCharsetTest#test_UTF_32BE",
- "libcore.java.nio.charset.OldCharsetTest#test_UTF_32LE",
- "libcore.java.nio.charset.OldCharsetTest#test_x_UTF_16LE_BOM",
- "libcore.java.nio.charset.OldCharsetTest#test_X_UTF_32BE_BOM",
- "libcore.java.nio.charset.OldCharsetTest#test_X_UTF_32LE_BOM"
+ "libcore.java.nio.charset.CharsetTest#test_UTF_16",
+ "libcore.java.nio.charset.CharsetTest#test_UTF_32",
+ "libcore.java.nio.charset.CharsetTest#test_UTF_16BE",
+ "libcore.java.nio.charset.CharsetTest#test_UTF_16LE",
+ "libcore.java.nio.charset.CharsetTest#test_UTF_32BE",
+ "libcore.java.nio.charset.CharsetTest#test_UTF_32LE",
+ "libcore.java.nio.charset.CharsetTest#test_x_UTF_16LE_BOM",
+ "libcore.java.nio.charset.CharsetTest#test_X_UTF_32BE_BOM",
+ "libcore.java.nio.charset.CharsetTest#test_X_UTF_32LE_BOM",
+ "libcore.java.nio.charset.OldCharset_MultiByte_UTF_16#test_Encode"
],
bug: 2702411
},