JDK-8255487 : Mark SandboxAppTest unstable on Windows
  • Type: Bug
  • Component: javafx
  • Sub-Component: application-lifecycle
  • Affected Version: openjfx16
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-10-27
  • Updated: 2020-10-29
  • Resolved: 2020-10-29
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
openjfx16Fixed
Related Reports
Relates :  
Description
Until JDK-8255486 can be fixed we should mark SandboxAppTest as unstable on Windows by adding the following:

        if (PlatformUtil.isWindows()) {
            assumeTrue(Boolean.getBoolean("unstable.test")); // JDK-8255486
        }

Comments
Changeset: 0376e602 Author: Kevin Rushforth <kcr@openjdk.org> Date: 2020-10-29 11:39:05 +0000 URL: https://git.openjdk.java.net/jfx/commit/0376e602
29-10-2020