• Clemens Backes's avatar
    [wasm][debug] Stage --debug-in-liftoff behind --future · 0f4d68da
    Clemens Backes authored
    There are only three tests with differing behaviour if Liftoff is used
    for debugging.
    This CL thus stages the --debug-in-liftoff flag behind --future (tested
    by the "future" variant) and excludes the three tests.
    This allows us to test the other (already working) tests for
    regressions, and iteratively shrinking down the list of failing tests.
    
    Drive-by: Tier down modules in tests before testing debugging features
    to avoid hitting a DCHECK in Liftoff recompilation for debugging.
    
    R=thibaudm@chromium.org, ecmziegler@chromium.org
    
    Bug: v8:10351
    Change-Id: I3b1dd1a29258ecf13c1f60020fb06358005558d4
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2122021Reviewed-by: 's avatarThibaud Michaud <thibaudm@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#66889}
    0f4d68da
test-wasm-breakpoints.cc 20.6 KB