diff options
author | Elliott Hughes <enh@google.com> | 2010-05-14 17:26:22 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2010-05-14 17:26:22 -0700 |
commit | 4ccac1d702ac77c52819918af42a215040bc2db1 (patch) | |
tree | f8e18162c9cb3e99535fc05cbcf2836247cf7f24 | |
parent | b64216b26ade0c4da110590b7a7c5fabcbb3f021 (diff) | |
download | libcore-4ccac1d702ac77c52819918af42a215040bc2db1.zip libcore-4ccac1d702ac77c52819918af42a215040bc2db1.tar.gz libcore-4ccac1d702ac77c52819918af42a215040bc2db1.tar.bz2 |
Add an expectation for another bogus exception priority test.
Change-Id: Ib71559b5fec38a82543c59536325e9c27e8ff6f7
-rw-r--r-- | expectations/brokentests.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index 03f6649..9f0ff66 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -887,4 +887,9 @@ pattern .*junit.framework.AssertionFailedError: expected:<3> but was:<2>.* # our behaviour is consistent with the JDK test tests.api.java.math.BigDecimalTest#test_stripTrailingZero result EXEC_FAILED -pattern .*junit.framework.AssertionFailedError: stripTrailingZero failed for 0.0000.*
\ No newline at end of file +pattern .*junit.framework.AssertionFailedError: stripTrailingZero failed for 0.0000.* + +# this is testing exception priorities +test org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest#testReadByteBuffer_readOnlyBuf +result EXEC_FAILED +pattern .*java.lang.IllegalArgumentException: read-only buffer.* |