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

Support verbosity options in langtools testing

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 9
    • None
    • infrastructure
    • None
    • b14

        I typically run langtools tests via something like:

        make -C test PRODUCT_HOME="$JDK9IMG_HOME" langtools_jtreg

        This passes the option "-v:fail,error,nopass" to jtreg. I'd prefer to be able to specify my verbosity preference:

        make -C test PRODUCT_HOME="$JDK9IMG_HOME" JTREG_VERBOSE=summary langtools_jtreg

        This can be easily achieved with an extra variable in langtools/test/Makefile.

        The same would also be convenient for the langtools_jck-compiler target.

              dlsmith Dan Smith
              dlsmith Dan Smith
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: