diff options
author | Elliott Hughes <enh@google.com> | 2013-04-26 18:05:49 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-04-26 18:05:49 -0700 |
commit | 105a9405b2e059352185f9ca1138cc8480ccb9bc (patch) | |
tree | 86432261882b51cb9a9bc90fa87c96d2815e8738 /expectations | |
parent | f2068d4c93e59742565349b1701cf2b64b06ec30 (diff) | |
download | libcore-105a9405b2e059352185f9ca1138cc8480ccb9bc.zip libcore-105a9405b2e059352185f9ca1138cc8480ccb9bc.tar.gz libcore-105a9405b2e059352185f9ca1138cc8480ccb9bc.tar.bz2 |
Fix various of the harmony nio tests.
Plus one real bug, in FileChannelImpl. The expectation I've removed was for a
test that doesn't seem to exist in either our tests or the harmony tests.
Change-Id: I1ea99042f3f8897f07ba8b4ad8e9a15f30ace79b
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/brokentests.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index dfc65e7..4a4e2e8 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -768,12 +768,6 @@ substring: "junit.framework.AssertionFailedError: expected:<3> but was:<2>" }, { - description: "this is testing exception priorities", - result: EXEC_FAILED, - name: "org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest#testReadByteBuffer_readOnlyBuf", - substring: "java.lang.IllegalArgumentException: read-only buffer" -}, -{ description: "ICU doesn't provide localized pattern characters, and these tests assume the locale they're using has them.", result: EXEC_FAILED, name: "org.apache.harmony.text.tests.java.text.SimpleDateFormatTest#test_applyLocalizedPatternLjava_lang_String", |