RFR: 8331605: jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java test failure
Phil Race
prr at openjdk.org
Thu May 2 21:27:53 UTC 2024
On Thu, 2 May 2024 21:05:38 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
> Trivial fix.
Marked as reviewed by prr (Reviewer).
OK. I see. The problem is that the test is out of sync with the actual usage of Platform.
Arguably isOnWayland() and all these others should be in some OTHER class entirely.
Something like PlatformAttribute.java or JDKBuildAttribute.java
-------------
PR Review: https://git.openjdk.org/jdk/pull/19071#pullrequestreview-2036959388
PR Comment: https://git.openjdk.org/jdk/pull/19071#issuecomment-2091703042
More information about the core-libs-dev
mailing list