8153147: Mark java/net/BindException/Test.java as intermittently failing
Reviewed-by: darcy
--- a/jdk/test/java/net/BindException/Test.java Thu Mar 31 14:11:33 2016 -0700
+++ b/jdk/test/java/net/BindException/Test.java Fri Apr 01 09:14:05 2016 +0800
@@ -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.*;