OpenJDK / jdk / jdk
changeset 36752:30f8e8079271
8153147: Mark java/net/BindException/Test.java as intermittently failing
Reviewed-by: darcy
author | amlu |
---|---|
date | Fri, 01 Apr 2016 09:14:05 +0800 |
parents | 2be81523171c |
children | 5977ba282e9b |
files | jdk/test/java/net/BindException/Test.java |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.*;