commit | d19ee6340949a24950e07f694e362aa337659258 | [log] [tgz] |
---|---|---|
author | Hans Boehm <hboehm@google.com> | Fri Mar 29 23:05:59 2019 -0700 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Apr 01 09:31:10 2019 +0000 |
tree | 34d2f6368358533743e42adc85384e7177255fea | |
parent | 8b5af2c1fb1f3b54ec4eb8c3188a7f7105466b6d [diff] |
De-flake 1336-short-finalizer-timeout Remove the message that tends to get reordered. Bug: 129597278 Test: Treehugger Change-Id: I7bdfc99eee0eda5dca9a42bb38008beb8e6ff00a
diff --git a/test/1336-short-finalizer-timeout/expected.txt b/test/1336-short-finalizer-timeout/expected.txt index 8f5f91c..496e0e6 100644 --- a/test/1336-short-finalizer-timeout/expected.txt +++ b/test/1336-short-finalizer-timeout/expected.txt
@@ -1,7 +1,6 @@ Finalizer timeout = 500 msecs. About to null reference. Finalizer started and snoozing... -Starting main snooze. Finalizer done snoozing. Finalizer sleeping forever now. exit status: 2
diff --git a/test/1336-short-finalizer-timeout/src/Main.java b/test/1336-short-finalizer-timeout/src/Main.java index e5a4aad..1a28a64 100644 --- a/test/1336-short-finalizer-timeout/src/Main.java +++ b/test/1336-short-finalizer-timeout/src/Main.java
@@ -43,7 +43,6 @@ System.out.println("finalizerWait timed out."); } - System.out.println("Starting main snooze."); // Sleep for less time than the default finalizer timeout, but significantly more than // the new timeout plus the 5 seconds we wait to dump thread stacks before actually // exiting.