mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8255463: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed with ThreadTimeoutException
Reviewed-by: jpai Backport-of: a26221299e657b64379d2d56ed3b073f12b227d1
This commit is contained in:
parent
a2111b0ca6
commit
509ca63371
@ -40,7 +40,6 @@
|
||||
* @key intermittent
|
||||
*/
|
||||
|
||||
import java.nio.file.Files;
|
||||
import java.nio.file.Path;
|
||||
import java.nio.file.Paths;
|
||||
import java.util.ArrayList;
|
||||
@ -77,7 +76,7 @@ public class InheritedChannelTest {
|
||||
};
|
||||
}
|
||||
|
||||
@Test(dataProvider = "testCases", timeOut=30000)
|
||||
@Test(dataProvider = "testCases")
|
||||
public void test(String desc, List<String> opts) throws Throwable {
|
||||
String pathVar = Platform.sharedLibraryPathVariableName();
|
||||
System.out.println(pathVar + "=" + libraryPath);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user