Commit 020d387f authored by Michael Lippautz's avatar Michael Lippautz Committed by Commit Bot

[testing] Add gc_stats variant

This is to allow testing object stats collection.

No-try: true
Bug: v8:7760
Change-Id: I1e5318f18bfb3799b90c0ee0aec6df87a794b32c
Reviewed-on: https://chromium-review.googlesource.com/1065478
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53274}
parent e0cd8f57
...@@ -7,6 +7,7 @@ ALL_VARIANT_FLAGS = { ...@@ -7,6 +7,7 @@ ALL_VARIANT_FLAGS = {
"code_serializer": [["--cache=code"]], "code_serializer": [["--cache=code"]],
"default": [[]], "default": [[]],
"future": [["--future"]], "future": [["--future"]],
"gc_stats": [["--gc_stats=1"]],
# Alias of exhaustive variants, but triggering new test framework features. # Alias of exhaustive variants, but triggering new test framework features.
"infra_staging": [[]], "infra_staging": [[]],
"liftoff": [["--liftoff"]], "liftoff": [["--liftoff"]],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment