JDK-8334622 : java/awt/Graphics/TallText/TallText.html uses invalid '@run main/manual=yesno'
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7,8,24
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2024-06-20
  • Updated: 2024-12-23
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
tbdUnresolved
Related Reports
Relates :  
Description
The java/awt/Graphics/TallText/TallText.html test uses two `@run` tags:

  @run main/manual=yesno TallText
  @run applet/manual=yesno TallText.html

The first one is invalid as `main/manual` does not accept any parameters and results in jtreg parse error:

Error. Parse Exception: Arguments to `manual' option not supported: yesno

The second one is valid, yet applets should be converted to regular stand-alone apps.