6935199: java/net regression tests failing with Assertions

Reviewed-by: michaelm
This commit is contained in:
Chris Hegarty 2010-03-16 14:31:57 +00:00
parent f2034e6bba
commit 9b23617373
3 changed files with 0 additions and 7 deletions

View File

@ -596,10 +596,6 @@ sun/net/www/http/KeepAliveStream/KeepAliveStreamCloseWithWrongContentLength.java
# Interrupted or IO exception, maybe writing to non-unique named file?
com/sun/net/httpserver/bugs/B6373555.java generic-all
# Dies on pretty much all platforms when run with -ea -esa, Assertion error
java/net/CookieHandler/TestHttpCookie.java generic-all
java/net/URLClassLoader/closetest/CloseTest.java generic-all
# Fails on OpenSolaris, BindException unexpected
java/net/BindException/Test.java generic-all

View File

@ -48,7 +48,6 @@ public class TestHttpCookie {
}
TestHttpCookie(String cHeader) {
assert cHeader != null;
this.cHeader = cHeader;
try {

View File

@ -34,7 +34,6 @@
import java.io.*;
import java.net.*;
import java.lang.reflect.*;
import java.util.concurrent.*;
import com.sun.net.httpserver.*;
public class CloseTest {
@ -107,7 +106,6 @@ public class CloseTest {
} else {
copyFile (new File (src, f), new File (dst, f));
}
assert false;
}
}