From 63dfb123c1eb0c3560b2c77b7c9b61dc5f522f45 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Wed, 9 Feb 2011 21:13:12 -0800 Subject: Update expectations for charset and URL test failures. Change-Id: I3ff901d56df34e29830efbcd6e5e2a619629a733 --- expectations/brokentests.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'expectations/brokentests.txt') 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.", -- cgit v1.1