-
Bug
-
Resolution: Unresolved
-
P4
-
7, 8, 24
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.
@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.
- relates to
-
JDK-6970771 Some regression manual tests failed due to the tag @run main/manual=yesno not accepted by jtreg
-
- Open
-