diff options
author | Elliott Hughes <enh@google.com> | 2013-09-19 14:55:10 -0700 |
---|---|---|
committer | The Android Automerger <android-build@google.com> | 2013-09-19 16:49:25 -0700 |
commit | 9366a6b82f4951ea293ca898aa98405910b80c56 (patch) | |
tree | 68418fa136fd5a2c8f928e3dd236e577944db8af | |
parent | 47974153b37227fd362f7be3013d2439a42ea00f (diff) | |
download | libcore-9366a6b82f4951ea293ca898aa98405910b80c56.zip libcore-9366a6b82f4951ea293ca898aa98405910b80c56.tar.gz libcore-9366a6b82f4951ea293ca898aa98405910b80c56.tar.bz2 |
Add a missing expectation for ASCIICharsetEncoderTest.
Bug: 10837242
Bug: 10729779
(cherry picked from commit 189df91cdff73cf78862df947c8d23b9b9c91b82)
Change-Id: I121f60070f9e79c105a029fd18310fa514046d03
-rw-r--r-- | expectations/knownfailures.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 6c61475..5055cbf 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -3,8 +3,9 @@ */ [ { - description: "three known CharsetDecoder-/CharsetEncoder-related failures", + description: "four known CharsetDecoder-/CharsetEncoder-related failures", names: [ + "org.apache.harmony.nio_char.tests.java.nio.charset.ASCIICharsetEncoderTest#testCanEncodeSurrogate", "org.apache.harmony.nio_char.tests.java.nio.charset.ASCIICharsetEncoderTest#testMultiStepEncode", "org.apache.harmony.nio_char.tests.java.nio.charset.CharsetDecoderTest#testInvalidDecoding", "org.apache.harmony.nio_char.tests.java.nio.charset.CharsetDecoderTest#test_decode" |