mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8168934: [TESTBUG] gc/g1/logging/TestG1LoggingFailure.java failed
Reviewed-by: tschatzl, dfazunen
This commit is contained in:
parent
82da03621f
commit
cf892bc788
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ public class TestG1LoggingFailure {
|
||||||
OutputAnalyzer out = ProcessTools.executeTestJvm(options.toArray(new String[options.size()]));
|
OutputAnalyzer out = ProcessTools.executeTestJvm(options.toArray(new String[options.size()]));
|
||||||
|
|
||||||
out.shouldNotContain("pure virtual method called");
|
out.shouldNotContain("pure virtual method called");
|
||||||
out.shouldContain("Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread \"main\"");
|
|
||||||
|
|
||||||
if (out.getExitValue() == 0) {
|
if (out.getExitValue() == 0) {
|
||||||
System.out.println(out.getOutput());
|
System.out.println(out.getOutput());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue