Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7902053

jtreg should combine -k flags

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • jtreg4.2
    • None
    • tools
    • None
    • b10

      currently, jtreg uses the latest -k flag, so it's hard for execution scripts, including jdk makefiles, to use several keywords for filtering.

      jdk10 makefiles use -k flags for hotspot tests:
       -k:!ignore to filter out excluded tests
       -k:!headful to filter out tests which require JDK under test to be headful
      but only the last (-k:!ignore) is used, as a result we are getting failures on headless configurations.

            jjg Jonathan Gibbons
            iignatyev Igor Ignatyev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: