Integrated: 8253913: unify gtest test names

Igor Ignatyev iignatyev at openjdk.java.net
Fri Oct 2 13:50:47 UTC 2020


On Thu, 1 Oct 2020 21:42:10 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:

> Hi all,
> 
> could you please review this small and trivial patch that unifies the names of hotspot gtests? in some cases, "_test"
> is added to gtest names, in others it isn't. given some tests specify "test" in their names, so we get "test_test" like
> in `UninitializedDoubleElementWorkerDataArrayTest.sum_test_test_vm`. the patch removes `_test` from the suffixes added
> by `TEST*` macros.  testing: ✅ `make test TEST=gtest` on macosx-x64
> ✅ `test/hotspot/jtreg/gtest/` on {linux,windows,macosx}-x64

This pull request has now been integrated.

Changeset: 406db1c2
Author:    Igor Ignatyev <iignatyev at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/406db1c2
Stats:     14 lines in 3 files changed: 5 ins; 0 del; 9 mod

8253913: unify gtest test names

Reviewed-by: stefank

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

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


More information about the hotspot-runtime-dev mailing list