diff options
author | Jesse Wilson <jessewilson@google.com> | 2011-02-09 21:13:12 -0800 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2011-02-09 21:13:12 -0800 |
commit | 63dfb123c1eb0c3560b2c77b7c9b61dc5f522f45 (patch) | |
tree | 7368584c378af2ba36638d3c1b57fa154759c82f /expectations/brokentests.txt | |
parent | 640e4a73d88b750b63d381ef52b041876df272ae (diff) | |
download | libcore-63dfb123c1eb0c3560b2c77b7c9b61dc5f522f45.zip libcore-63dfb123c1eb0c3560b2c77b7c9b61dc5f522f45.tar.gz libcore-63dfb123c1eb0c3560b2c77b7c9b61dc5f522f45.tar.bz2 |
Update expectations for charset and URL test failures.
Change-Id: I3ff901d56df34e29830efbcd6e5e2a619629a733
Diffstat (limited to 'expectations/brokentests.txt')
-rw-r--r-- | expectations/brokentests.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index 213b519..de553a9 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -3,6 +3,25 @@ */ [ { + description: "This test and testGetKeepAlive have been failing in our continuous build recently.", + names: [ + "libcore.java.net.URLConnectionTest#testConnectTimeouts", + "libcore.java.net.URLConnectionTest#testGetKeepAlive" + ], + bug: 3441111 +}, +{ + description: "on the RI, writing the two halves of the surrogate pair in separate writes + is an error because the CharsetEncoder doesn't remember it's half-way through a + surrogate pair across the two calls!", + result: EXEC_FAILED, + names: [ + "libcore.java.nio.charset.CharsetEncoderTest#testCharsetEncoderSurrogatesBrokenByDesign_IGNORE_RI", + "libcore.java.nio.charset.CharsetEncoderTest#testCharsetEncoderSurrogatesBrokenByDesign_REPLACE_RI", + "libcore.java.nio.charset.CharsetEncoderTest#testCharsetEncoderSurrogatesBrokenByDesign_REPORT_RI " + ] +}, +{ description: "We're retiring the security manager. Unfortunately, tests all over the place need to check that they're secure, so they all fail when we refuse to install a security manager. This suppresses all of these failures.", |