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

Yumin Qi minqi at openjdk.java.net
Fri Dec 11 20:32:55 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.

Looks good and trivial.

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

Marked as reviewed by minqi (Reviewer).

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


More information about the hotspot-runtime-dev mailing list