v8/test/unittests/execution
Dave Tapuska 65e1c6a292 [execution] Pushed microtask queue suppression must be for current queue
The SuppressMicrotaskExecutionScope being pushed was for the isolate's
default queue. It should be for the current queue not the default one.
This wouldn't cause any issues because microtasks are also suppressed
via the is_running_microtasks_ variable as well but is odd to read.

BUG=chromium:961186

Change-Id: Id7a64aac0fb86322014f9755f0abc0330a85556f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4004599
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Igor Sheludko <ishell@chromium.org>
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#84099}
2022-11-07 16:30:13 +00:00
..
microtask-queue-unittest.cc [execution] Pushed microtask queue suppression must be for current queue 2022-11-07 16:30:13 +00:00
thread-termination-unittest.cc [runtime] Clear array join stack when throwing uncatchable 2022-09-28 07:40:55 +00:00
threads-unittest.cc [test] Move cctest/test-threads to unittests/execution/ 2022-06-01 08:01:51 +00:00