As detailed in
https://bugs.openjdk.org/browse/JDK-8357051
when the --verify-exclude flag is set and there are errors found in the problemlist files, jtreg prints a message such as:
Error: Cannot run because an exclude list had errors, printed above. Either resolve them or remove the exclude list.
Jtreg should then terminate without running the tests. However, the actual behavior is that it continues to run the tests. Terminating would be easier to detect as a failure case for e.g. makefiles.
https://bugs.openjdk.org/browse/JDK-8357051
when the --verify-exclude flag is set and there are errors found in the problemlist files, jtreg prints a message such as:
Error: Cannot run because an exclude list had errors, printed above. Either resolve them or remove the exclude list.
Jtreg should then terminate without running the tests. However, the actual behavior is that it continues to run the tests. Terminating would be easier to detect as a failure case for e.g. makefiles.
- links to
-
Review(master) openjdk/jtreg/265