8177559: Enable java/nio/channels/Selector/OutOfBand.java for macOS >= 10.10.5

Enable test for macOS 10.10.5 and newer and remove from problem list

Reviewed-by: alanb, amlu
This commit is contained in:
Brian Burkhalter 2017-03-28 09:02:59 -07:00
parent 31374e10a3
commit ec2626b88e
2 changed files with 4 additions and 3 deletions

View File

@ -180,8 +180,6 @@ java/nio/channels/Selector/Wakeup.java 6963118 windows-
java/nio/channels/DatagramChannel/ChangingAddress.java 7141822 macosx-all
java/nio/channels/Selector/OutOfBand.java 7132677 macosx-all
java/nio/file/WatchService/Basic.java 7158947 solaris-all Solaris 11
java/nio/file/WatchService/MayFlies.java 7158947 solaris-all Solaris 11
java/nio/file/WatchService/LotsOfEvents.java 7158947 solaris-all Solaris 11

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2017, 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
@ -23,6 +23,9 @@
/* @test
* @bug 6213702
* @requires (os.family != "mac") | (os.version == "10.10.5")
* | (os.simpleVersion != "10.8" & os.simpleVersion != "10.9"
* & os.simpleVersion != "10.10")
* @summary OOB data causes a SocketChannel, with OOBINLINE disabled, to be
* selected
*/