-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
None
-
b14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045167 | 8u25 | Dan Smith | P5 | Resolved | Fixed | b01 |
JDK-8043058 | 8u20 | Dan Smith | P5 | Resolved | Fixed | b15 |
JDK-8052606 | emb-8u26 | Dan Smith | P5 | Resolved | Fixed | b17 |
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.
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.
- backported by
-
JDK-8043058 Support verbosity options in langtools testing
-
- Resolved
-
-
JDK-8045167 Support verbosity options in langtools testing
-
- Resolved
-
-
JDK-8052606 Support verbosity options in langtools testing
-
- Resolved
-