Fwd: [11] RFR: 8202553: Update FXLauncherTest as part of removing JavaFX from JDK

Kevin Rushforth kevin.rushforth at oracle.com
Tue May 8 15:17:58 UTC 2018


FYI...

-- Kevin



-------- Forwarded Message --------
Subject: 	[11] RFR: 8202553: Update FXLauncherTest as part of removing 
JavaFX from JDK
Date: 	Tue, 8 May 2018 08:15:48 -0700
From: 	Kevin Rushforth <kevin.rushforth at oracle.com>
To: 	core-libs-dev at openjdk.java.net <core-libs-dev at openjdk.java.net>, 
Kumar Srinivasan <kumar.x.srinivasan at oracle.com>



Please review the following test fix:

https://bugs.openjdk.java.net/browse/JDK-8202553
http://cr.openjdk.java.net/~kcr/8202553/webrev.00/

This modifies the existing FXLauncherTest as follows:

1. Reverse the check for the presence of the
javafx.application.Application class and fail the test if present

2. Create a "mock" javafx.graphics module with a mocked up version of
the few classes needed to validate the FX launcher functionality

3. Remove the "intermittent" and "headful" keywords, since neither apply
any more

4. Remove the test from the problem list

Thanks.

-- Kevin



More information about the openjfx-dev mailing list