On Fri, 24 Jul 2026 03:38:14 GMT, Prasanta Sadhukhan <[email protected]> wrote:
>> Test should not run in non-WIndows platform if `sun.java2d.d3d=true` but >> `isSupported` call in the test checks for `Boolean.getBoolean(d3d)` which >> returns false as it treats "true" as the name of another system property >> so we need to use `Boolean.parseBoolean` which returns true and >> `isSupported` in that case returns false >> so that test should be ignored for non-Windows platform if d3d is true >> >> Since 1st @run execution already tests for default pipeline in non-Windows >> platform, there's no need to run it again if d3d is true >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Prasanta Sadhukhan has updated the pull request incrementally with one > additional commit since the last revision: > > Remove isSupported code and test defautl pipeline in all platforms Marked as reviewed by prr (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/32024#pullrequestreview-4775080467
