Other |
---|
tbdUnresolved |
Relates :
|
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.