On Tue, 17 Mar 2026 02:13:50 GMT, Jaikiran Pai <[email protected]> wrote:
>> test/jdk/ProblemList.txt line 573: >> >>> 571: java/nio/channels/DatagramChannel/Promiscuous.java >>> 8144003 macosx-all >>> 572: java/nio/channels/SocketChannel/CloseDuringConnect.java >>> 8375658 macosx-26.0,macosx-26.1,macosx-26.2,macosx-26.3 >>> 573: java/nio/channels/SocketChannel/OpenLeak.java >>> 8375658 macosx-26.0,macosx-26.1,macosx-26.2,macosx-26.3 >> >> Does jtreg support problem-listing against a specific version of the OS? Is >> it a new feature of jtreg? >> >> I've always assumed the only possibilities were `-x64` and `-aarch64` as >> well as `-all` to exclude in all architectures. > > Hello Alexey, yes it does support OS version to be part of the platform > specification. The FAQ here notes that detail > https://openjdk.org/jtreg/faq.html#what-is-a-problemlist.txt-file. I haven't > yet checked the jtreg code when this was introduced. Awesome! I didn't see it previously. I guess it works in our CI, that is the test is now excluded from running on macOS 26.*. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30162#discussion_r2962826532
