Skip to content

Commit

Permalink
Triage (adoptium#1453)
Browse files Browse the repository at this point in the history
* Reverted ExceptionTranslation.java to linux-all

* Excluded B6791927.java

* Corrected issue for B6791927.java
  • Loading branch information
adam-thorpe authored and Shelley Lambert committed Nov 20, 2019
1 parent ba5b9ba commit 454f7e3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion openjdk/ProblemList_openjdk11-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ java/math/BigInteger/PrimeTest.java https://github.com/AdoptOpenJDK/openjdk-test

# jdk_net

java/net/CookieHandler/B6791927.java https://bugs.openjdk.java.net/browse/JDK-8234007 generic-all
java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java https://github.com/eclipse/openj9/issues/3568 generic-all
java/net/InetAddress/BadDottedIPAddress.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/net/InetAddress/CachedUnknownHostName.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
Expand Down Expand Up @@ -225,7 +226,7 @@ java/nio/channels/FileChannel/TempDirectBuffersReclamation.java https://github.c
java/nio/channels/FileChannel/directio/DirectIOTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all
java/nio/channels/ServerSocketChannel/SocketOptionTests.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/nio/channels/SocketChannel/AdaptSocket.java https://github.com/eclipse/openj9/issues/4317 macosx-all
java/nio/channels/SocketChannel/ExceptionTranslation.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/984 linux-x64
java/nio/channels/SocketChannel/ExceptionTranslation.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/984 linux-all
java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java https://github.com/eclipse/openj9/issues/7624 linux-s390x
java/nio/file/Files/CopyAndMove.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/795 macosx-all
java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/602 linux-all
Expand Down
3 changes: 2 additions & 1 deletion openjdk/ProblemList_openjdk11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ java/lang/String/StringRepeat.java https://github.com/AdoptOpenJDK/openjdk-tests
############################################################################

# jdk_net
java/net/CookieHandler/B6791927.java https://bugs.openjdk.java.net/browse/JDK-8234007 generic-all
java/net/InetAddress/BadDottedIPAddress.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all
java/net/InetAddress/CachedUnknownHostName.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all
java/net/InetAddress/IPv4Formats.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all
Expand Down Expand Up @@ -102,7 +103,7 @@ java/nio/channels/AsyncCloseAndInterrupt.java https://github.com/AdoptOpenJDK/op
java/nio/charset/spi/CharsetProviderBasicTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all
java/nio/channels/DatagramChannel/ConnectExceptions.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all
java/nio/channels/DatagramChannel/SendExceptions.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all
java/nio/channels/SocketChannel/ExceptionTranslation.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/984 linux-x64
java/nio/channels/SocketChannel/ExceptionTranslation.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/984 linux-all
java/nio/file/Files/InterruptCopy.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all
java/nio/channels/AsynchronousFileChannel/Basic.java https://bugs.openjdk.java.net/browse/JDK-7052549 windows-all
java/nio/channels/AsynchronousSocketChannel/Basic.java https://bugs.openjdk.java.net/browse/JDK-7052549 windows-all
Expand Down
3 changes: 2 additions & 1 deletion openjdk/ProblemList_openjdk13-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ java/math/BigInteger/PrimeTest.java https://github.com/AdoptOpenJDK/openjdk-test

# jdk_net

java/net/CookieHandler/B6791927.java https://bugs.openjdk.java.net/browse/JDK-8234007 generic-all
java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java https://github.com/eclipse/openj9/issues/3568 generic-all
java/net/InetAddress/BadDottedIPAddress.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/net/InetAddress/CachedUnknownHostName.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
Expand Down Expand Up @@ -239,7 +240,7 @@ java/nio/channels/FileChannel/TempDirectBuffersReclamation.java https://github.c
java/nio/channels/FileChannel/directio/DirectIOTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all
java/nio/channels/ServerSocketChannel/SocketOptionTests.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/nio/channels/SocketChannel/AdaptSocket.java https://github.com/eclipse/openj9/issues/4317 macosx-all
java/nio/channels/SocketChannel/ExceptionTranslation.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/984 linux-x64
java/nio/channels/SocketChannel/ExceptionTranslation.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/984 linux-all
java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java https://github.com/eclipse/openj9/issues/7624 linux-s390x
java/nio/file/Files/CopyAndMove.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/795 macosx-all
jdk/nio/zipfs/ZipFSTester.java https://github.com/eclipse/openj9/issues/4679 linux-x64,macosx-all
Expand Down
3 changes: 2 additions & 1 deletion openjdk/ProblemList_openjdk13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ java/lang/String/StringRepeat.java https://github.com/AdoptOpenJDK/openjdk-tests
############################################################################

# jdk_net
java/net/CookieHandler/B6791927.java https://bugs.openjdk.java.net/browse/JDK-8234007 generic-all
java/net/InetAddress/BadDottedIPAddress.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all
java/net/InetAddress/CachedUnknownHostName.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all
java/net/InetAddress/IPv4Formats.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all
Expand Down Expand Up @@ -110,7 +111,7 @@ java/nio/channels/AsyncCloseAndInterrupt.java https://github.com/AdoptOpenJDK/op
java/nio/charset/spi/CharsetProviderBasicTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all
java/nio/channels/DatagramChannel/ConnectExceptions.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all
java/nio/channels/DatagramChannel/SendExceptions.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all
java/nio/channels/SocketChannel/ExceptionTranslation.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/984 linux-x64
java/nio/channels/SocketChannel/ExceptionTranslation.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/984 linux-all
java/nio/file/Files/InterruptCopy.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all
java/nio/channels/AsynchronousFileChannel/Basic.java https://bugs.openjdk.java.net/browse/JDK-7052549 windows-all
java/nio/channels/AsynchronousSocketChannel/Basic.java https://bugs.openjdk.java.net/browse/JDK-7052549 windows-all
Expand Down
3 changes: 2 additions & 1 deletion openjdk/ProblemList_openjdk8-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ sun/management/jmxremote/startstop/JMXStatusTest.java https://github.com/Adopt

# jdk_net

java/net/CookieHandler/B6791927.java https://bugs.openjdk.java.net/browse/JDK-8234007 generic-all
java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/649 generic-all
java/net/InetAddress/CheckJNI.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1259 macosx-all
java/net/InetAddress/BadDottedIPAddress.java https://github.com/eclipse/openj9/issues/1129 generic-all
Expand Down Expand Up @@ -193,7 +194,7 @@ java/nio/channels/Selector/RacyDeregister.java https://bugs.openjdk.java.net/bro
java/nio/channels/ServerSocketChannel/AdaptServerSocket.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/821 windows-all
java/nio/channels/ServerSocketChannel/Basic.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/821 windows-all
java/nio/channels/SocketChannel/AdaptSocket.java https://github.com/eclipse/openj9/issues/4317 macosx-all
java/nio/channels/SocketChannel/ExceptionTranslation.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/984 linux-x64
java/nio/channels/SocketChannel/ExceptionTranslation.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/984 linux-all
java/nio/charset/Charset/EmptyCharsetName.java https://github.com/eclipse/openj9/issues/1130 generic-all
java/nio/charset/Charset/NIOCharsetAvailabilityTest.java https://github.com/eclipse/openj9/issues/1130 generic-all
java/nio/charset/CharsetDecoder/AverageMax.java https://github.com/eclipse/openj9/issues/1130 generic-all
Expand Down
3 changes: 2 additions & 1 deletion openjdk/ProblemList_openjdk8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ java/math/BigInteger/LargeValueExceptions.java https://github.com/AdoptOpenJDK/o
############################################################################

# jdk_net
java/net/CookieHandler/B6791927.java https://bugs.openjdk.java.net/browse/JDK-8234007 generic-all
java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/649 generic-all
java/net/InetAddress/BadDottedIPAddress.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/827 linux-all
java/net/InetAddress/CachedUnknownHostName.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/827 linux-all
Expand Down Expand Up @@ -177,7 +178,7 @@ java/io/Serializable/concurrentClassDescLookup/ConcurrentClassDescLookup.java ht
java/nio/channels/SocketChannel/Connect.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/156 macosx-all
java/nio/channels/ServerSocketChannel/Basic.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/821 windows-all
java/nio/channels/ServerSocketChannel/AdaptServerSocket.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/821 windows-all
java/nio/channels/SocketChannel/ExceptionTranslation.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/984 linux-x64
java/nio/channels/SocketChannel/ExceptionTranslation.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/984 linux-all
java/nio/channels/DatagramChannel/SendToUnresolved.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/827 linux-all
java/nio/channels/Selector/RacyDeregister.java https://bugs.openjdk.java.net/browse/JDK-8161083 aix-all
java/nio/channels/AsyncCloseAndInterrupt.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 aix-all
Expand Down

0 comments on commit 454f7e3

Please sign in to comment.