JDK-8234175 : Remove obsolete ServiceWithSecurityManagerTest unit test
  • Type: Bug
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: openjfx13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-11-14
  • Updated: 2022-02-17
  • Resolved: 2021-05-24
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
openjfx17Fixed
Related Reports
Relates :  
Relates :  
Description
The test ServiceWithSecurityManagerTest  seems to behave uncertainly. Statement.evaluate() does not get invoked sometimes.
The test should be evaluated for correctness and updated or removed.
Comments
Changeset: 9507ea41 Author: Kevin Rushforth <kcr@openjdk.org> Date: 2021-05-24 12:07:46 +0000 URL: https://git.openjdk.java.net/jfx/commit/9507ea416a14639ed41e4cfdd87df7c12114078c
24-05-2021

The security manager is being deprecated for removal in JEP 411, JDK-8264713. As a result, it isn't worth the effort to fix this test, which has been `@Ignore`ed since JDK 8. The fix for this bug will therefore be to remove this test entirely, which I will do in connection with JDK-8264140.
20-05-2021