JDK-8297072 : Provide gradle option to test a previously built SDK
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: build
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-11-15
  • Updated: 2024-10-14
  • Resolved: 2024-09-27
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.
Other
jfx24 b12Fixed
Related Reports
Blocks :  
Description
We would like to enable testing a build that was built somewhere other than the machine on which you are running the tests (e.g., testing a CI build) on a number of different test machines).

Define a "TEST_SDK" directory (which we used to have in openjfx 8u, although it never fully worked) or pick a different name. It would point to the output of the sdk+shims build.

We will need to create a bundle with the sdk + monocle classes + shims as an artifact that could be downloaded and pointed to from a previously built build.
Comments
Changeset: 7870a226 Branch: master Author: Ambarish Rapte <arapte@openjdk.org> Date: 2024-09-27 05:47:02 +0000 URL: https://git.openjdk.org/jfx/commit/7870a226a21826e3979e314c0218d351b3cfb82f
27-09-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jfx/pull/1577 Date: 2024-09-23 15:48:00 +0000
23-09-2024