Commit 8bb3de6e authored by Leszek Swirski's avatar Leszek Swirski Committed by V8 LUCI CQ

[test] Disallow BG compile stress in log test

The log test checks for log positions, which may change when background
serialization / background compilation are enabled.

Fixed: v8:12117
Change-Id: I193c9c23e016fad1e3f06a9f377bb53db84a6988
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3129421
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Auto-Submit: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Cr-Commit-Position: refs/heads/main@{#76573}
parent 89aaa182
......@@ -3,6 +3,7 @@
// found in the LICENSE file.
// Flags: --logfile='+' --log --log-code --log-function-events --no-stress-opt
// Flags: --no-stress-background-compile
let twoByteName = "twoByteName_🍕"
let o = {
......
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