JDK-8331605 : jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java test failure
  • Type: Bug
  • Component: client-libs
  • Affected Version: 17,21,23
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2024-05-02
  • Updated: 2024-09-26
  • Resolved: 2024-05-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 21 JDK 23
11.0.26-oracleFixed 17.0.13-oracleFixed 21.0.5-oracleFixed 23 b22Fixed
Related Reports
Relates :  
Description
jdk.test.lib.Platform.isOnWayland should be added to IGNORED EnumSet


java.lang.RuntimeException: All Platform's methods with signature '():Z' should be tested. Missing: isOnWayland: expected true, was false
	at jdk.test.lib.Asserts.fail(Asserts.java:691)
	at jdk.test.lib.Asserts.assertTrue(Asserts.java:543)
	at TestMutuallyExclusivePlatformPredicates.verifyCoverage(TestMutuallyExclusivePlatformPredicates.java:109)
	at TestMutuallyExclusivePlatformPredicates.main(TestMutuallyExclusivePlatformPredicates.java:73)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
	at java.base/java.lang.Thread.run(Thread.java:1575)
Comments
Fix request [17u] I backport this for parity with 17.0.13-oracle. No risk, only tests change. Clean backport. Test pass. SAP nightly testing passed.
02-08-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk17u-dev/pull/2760 Date: 2024-08-01 02:29:31 +0000
01-08-2024

Fix request [21u] I backport this for parity with 21.0.5-oracle. No risk, only a test change. Clean backport. Test pass. SAP nightly testing passed.
01-07-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk21u-dev/pull/802 Date: 2024-06-28 06:33:14 +0000
28-06-2024

Changeset: 01125fa2 Author: Alexander Zvegintsev <azvegint@openjdk.org> Date: 2024-05-02 21:29:27 +0000 URL: https://git.openjdk.org/jdk/commit/01125fa21b733199d4fe670ecf38b82cd917e242
02-05-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/19071 Date: 2024-05-02 21:05:38 +0000
02-05-2024