Integrated: 8257229: gtest death tests fail with unrecognized stderr output

Ioi Lam iklam at openjdk.java.net
Mon Dec 14 07:03:56 UTC 2020


On Fri, 11 Dec 2020 17:18:08 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> The regexp used by the TEST_VM_ASSERT_MSG macro is too restrictive. It shouldn't require that "assert failed" to be the very beginning of the VM output. Note that the other macro, TEST_VM_ASSERT, does not have the "^" in its regexp.

This pull request has now been integrated.

Changeset: c30fff7c
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/c30fff7c
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8257229: gtest death tests fail with unrecognized stderr output

Reviewed-by: coleenp, minqi

-------------

PR: https://git.openjdk.java.net/jdk/pull/1748


More information about the hotspot-runtime-dev mailing list