Support verbosity options in langtools testing

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • 9
    • Affects Version/s: None
    • Component/s: 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.

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

                Created:
                Updated:
                Resolved: