• Clemens Backes's avatar
    [wasm] Fix tier-down test for multiple isolates · 81b3372e
    Clemens Backes authored
    The test was explicitly tiering up or down a module, without respecting
    other isolates. Thus it was failing in multi-isolate mode.
    This CL removes two runtime functions which do not make sense in a
    multi-isolate setting (and were only used in this one test), and
    replaces them with runtime functions that mimic what enabling/disabling
    the debugger domain does: As long as there is at least one isolate which
    needs modules to be tiered down, we keep them tiered down.
    
    R=thibaudm@chromium.org
    
    Bug: v8:10359, v8:10099
    Change-Id: Ia85f4ea29ba6a6bb54aca54a48fadd351121d3eb
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2637231Reviewed-by: 's avatarThibaud Michaud <thibaudm@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#72164}
    81b3372e
Name
Last commit
Last update
..
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
runtime-array.cc Loading commit data...
runtime-atomics.cc Loading commit data...
runtime-bigint.cc Loading commit data...
runtime-classes.cc Loading commit data...
runtime-collections.cc Loading commit data...
runtime-compiler.cc Loading commit data...
runtime-date.cc Loading commit data...
runtime-debug.cc Loading commit data...
runtime-forin.cc Loading commit data...
runtime-function.cc Loading commit data...
runtime-futex.cc Loading commit data...
runtime-generator.cc Loading commit data...
runtime-internal.cc Loading commit data...
runtime-interpreter.cc Loading commit data...
runtime-intl.cc Loading commit data...
runtime-literals.cc Loading commit data...
runtime-module.cc Loading commit data...
runtime-numbers.cc Loading commit data...
runtime-object.cc Loading commit data...
runtime-operators.cc Loading commit data...
runtime-promise.cc Loading commit data...
runtime-proxy.cc Loading commit data...
runtime-regexp.cc Loading commit data...
runtime-scopes.cc Loading commit data...
runtime-strings.cc Loading commit data...
runtime-symbol.cc Loading commit data...
runtime-test.cc Loading commit data...
runtime-typedarray.cc Loading commit data...
runtime-utils.h Loading commit data...
runtime-wasm.cc Loading commit data...
runtime-weak-refs.cc Loading commit data...
runtime.cc Loading commit data...
runtime.h Loading commit data...