8153147: Mark java/net/BindException/Test.java as intermittently failing

Reviewed-by: darcy
This commit is contained in:
Amy Lu 2016-04-01 09:14:05 +08:00
parent e42fd0aadb
commit c240356dba

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -24,6 +24,7 @@
/*
* @test
* @bug 4417734
* @key intermittent
* @summary Test that we get a BindException in all expected combinations
*/
import java.net.*;