6935199: java/net regression tests failing with Assertions
Reviewed-by: michaelm
This commit is contained in:
parent
f2034e6bba
commit
9b23617373
@ -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
|
||||
|
||||
|
@ -48,7 +48,6 @@ public class TestHttpCookie {
|
||||
}
|
||||
|
||||
TestHttpCookie(String cHeader) {
|
||||
assert cHeader != null;
|
||||
this.cHeader = cHeader;
|
||||
|
||||
try {
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user