Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8249618 normalize usage of @ignore and ProblemList
  3. JDK-8249692

sun/java2d/marlin/CrashTest.java test uses @ignore w/o bug id

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 15, 16
    • client-libs
    • 2d

      sun/java2d/marlin/CrashTest.java has '@ignore tests that take a long time and consumes 5Gb memory'; canonically, @ignore should be followed by the id of the bug which describes the problem and will be used to eventually fix it.

      as a note:
      the requirement of 5Gb memory should be expressed via '@requires os.maxMemory > 5G'.
      if a test execution time is too long for it to be run in regular/automated test execution, the more appropriate way to express this is '/manual' option which excludes a test from automated execution, yet still allows one to run it.

            shurailine Aleksandre Iline
            iignatyev Igor Ignatyev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: