Skip to content

Commit

Permalink
Disable failed tests with openjdk9-hotspot (#344)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo authored Mar 16, 2018
1 parent 279bd88 commit 7064e42
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions openjdk_regression/ProblemList_openjdk9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,14 @@
# jdk_other

############################################################################

# jdk_net

java/net/InetAddress/BadDottedIPAddress.java 323 linux-x64
java/net/InetAddress/CachedUnknownHostName.java 324 linux-x64
java/net/InetAddress/IPv4Formats.java 325 linux-x64
java/net/SocketPermission/SocketPermissionCollection.java 331 linux-x64
java/net/SocketPermission/Wildcard.java 336 linux-x64
java/net/httpclient/websocket/WSDriver.java 338 linux-x64
java/net/Socks/SocksV4Test.java 337 linux-x64
############################################################################

# jdk_io
Expand All @@ -84,6 +89,11 @@
############################################################################

# jdk_nio
java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile.java 334 linux-x64
java/nio/channels/DatagramChannel/SendToUnresolved.java 339 linux-x64
java/nio/channels/SocketChannel/ExceptionTranslation.java 340 linux-x64
java/nio/charset/coders/StreamTimeout.java 341 linux-x64
java/nio/channels/AsyncCloseAndInterrupt.java 342 linux-all

############################################################################

Expand Down

0 comments on commit 7064e42

Please sign in to comment.