Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8334622

java/awt/Graphics/TallText/TallText.html uses invalid '@run main/manual=yesno'

XMLWordPrintable

      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.

            aivanov Alexey Ivanov
            aivanov Alexey Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: