log graal/com.oracle.graal.test/src/com/oracle/graal/test/GraalVerboseTextListener.java @ 18408:2c3666f44855

age author description
Mon, 10 Nov 2014 18:16:21 +0100 Doug Simon mx: added --fail-fast option to unittest that stops Junit after first input class causing a test failure
Wed, 29 Oct 2014 15:23:46 +0100 Roland Schatz Print information about failed assumptions when running unittests in --verbose mode.
Thu, 15 May 2014 11:13:44 +0200 Josef Eisl GraalVerboseTextListener: fix testFailed printing.
Wed, 14 May 2014 20:59:27 +0200 Josef Eisl mx unittest: add --eager-stacktrace.
Tue, 13 May 2014 15:40:23 +0200 Doug Simon made GraalVerboseTestListener eagerly print stack trace for failure which is useful if the VM crashes before completing all unit tests
Mon, 05 May 2014 11:34:00 +0200 Josef Eisl Add GraalVerboseTextListener.