Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: update V8 trace events test expectations #42120

Closed
wants to merge 1 commit into from

Commits on Feb 24, 2022

  1. test: update V8 trace events test expectations

    The event "V8.GCScavenger" is soon to be deprecated. Most of V8
    trace events are either behind flags and disabled by default, or
    are emitted infrequently. Instead of replacing "V8.GCScavenger"
    with some other random event, this patch updates the tests to
    check that there is some event in the category "v8" whose name
    starts with "V8.".
    nickie committed Feb 24, 2022
    Copy the full SHA
    e7411da View commit details
    Browse the repository at this point in the history