On Mon, 3 Jan 2022 11:34:14 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
> Current GHA workflow only prints `newfailures.txt` when tests fail. But the > tests can also "ERROR" out. In which case, we want to print > `other_errors.txt` as well. In current mainline GHA, we have a x86_32 > langtools_tier1 failure like this: > > > ============================== > Test summary > ============================== > TEST TOTAL PASS FAIL ERROR > >>> jtreg:test/langtools:tier1 4282 4281 0 1 << > ============================== > TEST FAILURE > > # newfailures.txt > <empty> > > # other_errors.txt > jdk/javadoc/doclet/testLinkPlatform/TestLinkPlatform.java > > > I would like to get it in JDK 18 as well, to make GHA better during > stabilization. Marked as reviewed by erikj (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk18/pull/75