From 5ce54c2e045c21c500ba5511f0592adf3c48fa79 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Mon, 26 Jan 2026 15:24:00 +0530 Subject: [PATCH] add bug id to the test --- test/jdk/java/nio/channels/Selector/FailedConnect.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/jdk/java/nio/channels/Selector/FailedConnect.java b/test/jdk/java/nio/channels/Selector/FailedConnect.java index cbe7f2d451f..dfa15e8af02 100644 --- a/test/jdk/java/nio/channels/Selector/FailedConnect.java +++ b/test/jdk/java/nio/channels/Selector/FailedConnect.java @@ -40,6 +40,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue; /* * @test + * @bug 8376290 * @summary Verify that when a SocketChannel is registered with a Selector * with an interest in CONNECT operation, then SocketChannel.finishConnect() * throws the correct exception message, if the connect() fails