On Fri, 13 Mar 2026 12:03:46 GMT, Mahendra Chhipa <[email protected]> wrote:
>> SCTP protocol is supported only on Linux platforms. Test should not be >> executed on other platforms. > > Mahendra Chhipa has updated the pull request incrementally with one > additional commit since the last revision: > > Added os.family == aix Tests like com/sun/nio/sctp/SctpChannel/Bind.java currently get a SkippedException on AIX. And the build of BUILD_LIBSCTP (make/modules/jdk.sctp/Lib.gmk) is Linux only. See https://github.com/openjdk/jdk/blob/1ea8ef92bcfac4f5c032b6d8bd5a5ba99a6abe2f/make/modules/jdk.sctp/Lib.gmk#L30 So better avoid adding AIX (the OS itself might support SCTP, but OpenJDK on AIX not) . ------------- PR Comment: https://git.openjdk.org/jdk/pull/30186#issuecomment-4054768517
