JDK 9 RFR of JDK-8153147: Mark java/net/BindException/Test.java as intermittently failing
Amy Lu
amy.lu at oracle.com
Thu Mar 31 03:38:27 UTC 2016
java/net/BindException/Test.java
This test is known to fail intermittently (JDK-8073353). This patch is
to mark the test accordingly with keyword 'intermittent'.
bug: https://bugs.openjdk.java.net/browse/JDK-8153147
webrev: http://cr.openjdk.java.net/~amlu/8153147/webrev.00/
Thanks,
Amy
--- old/test/java/net/BindException/Test.java 2016-03-31 11:26:45.000000000 +0800
+++ new/test/java/net/BindException/Test.java 2016-03-31 11:26:45.000000000 +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.*;
More information about the core-libs-dev
mailing list