JDK-8281705 : SourceLauncherTest.testSystemProperty isn't being run
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-02-14
  • Updated: 2024-11-08
  • Resolved: 2022-03-31
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 19
19 b17Fixed
Related Reports
Relates :  
Description
Changes in https://bugs.openjdk.java.net/browse/JDK-8209963 introduced a "testSystemProperty" method in SourceLauncherTest.java. However, that test method is missing a "@Test" annotation because of which the (internal toolbox) test framework is skipping running this test.
 
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/7456 Date: 2022-02-14 06:37:55 +0000
08-11-2024

Changeset: ec0897ab Author: Jaikiran Pai <jpai@openjdk.org> Date: 2022-03-31 01:09:39 +0000 URL: https://git.openjdk.java.net/jdk/commit/ec0897ab8064ce168f57b1b65c64b760044674dd
31-03-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7456 Date: 2022-02-14 06:37:55 +0000
14-02-2022