Skip to content

Commit

Permalink
8332495: java/util/logging/LoggingDeadlock2.java fails with Assertion…
Browse files Browse the repository at this point in the history
…Error: Some tests failed

Reviewed-by: jpai, stefank
  • Loading branch information
xmas92 committed May 21, 2024
1 parent fb45bab commit 9f77793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jdk/java/util/logging/LoggingDeadlock2.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2006, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2006, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -309,7 +309,7 @@ private static ProcessResults run(Process p) {
errAccumulator.join();

out = outAccumulator.result();
err = errAccumulator.result();
err = errAccumulator.result().replaceAll(".* VM warning:.* deprecated.*\\R", "");
} catch (Throwable t) {
throwable = t;
}
Expand Down

1 comment on commit 9f77793

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.