jdk17u-dev icon indicating copy to clipboard operation
jdk17u-dev copied to clipboard

8313256: Exclude failing multicast tests on AIX

Open amosshi opened this issue 1 year ago • 4 comments
trafficstars

Backport of JDK-8313256

  • This PR contains two commit
  • commit 1 is generated by git apply command, which is clean
  • commit 2 is the manual merge of the test/jdk/ProblemList.txt.rej file

Contents of test/jdk/ProblemList.txt.rej

@@ -586,13 +587,16 @@
 
 # jdk_net
 
-java/net/MulticastSocket/NoLoopbackPackets.java                 7122846 macosx-all
-java/net/MulticastSocket/SetLoopbackMode.java                   7122846 macosx-all
+java/net/MulticastSocket/NoLoopbackPackets.java                 7122846,8308807 macosx-all,aix-ppc64
+java/net/MulticastSocket/SetLoopbackMode.java                   7122846,8308807 macosx-all,aix-ppc64
 
-java/net/MulticastSocket/Test.java                              7145658 macosx-all
+java/net/MulticastSocket/Test.java                              7145658,8308807 macosx-all,aix-ppc64
 
 java/net/ServerSocket/AcceptInheritHandle.java                  8211854 aix-ppc64
 
+java/net/MulticastSocket/B6427403.java                          8308807 aix-ppc64
+java/net/MulticastSocket/SetOutgoingIf.java                     8308807 aix-ppc64
+
 ############################################################################
 
 # jdk_nio

Testing

  • Local: Not applicable. we don't have AIX system in local dev machine unfortunately.
  • Pipeline:
  • Testing Machine:

Progress

  • [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] JDK-8313256 needs maintainer approval

Issue

  • JDK-8313256: Exclude failing multicast tests on AIX (Sub-task - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2780/head:pull/2780
$ git checkout pull/2780

Update a local copy of the PR:
$ git checkout pull/2780
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2780/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2780

View PR using the GUI difftool:
$ git pr show -t 2780

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2780.diff

Webrev

Link to Webrev Comment

amosshi avatar Aug 03 '24 01:08 amosshi