Commit 98ba4acc authored by Patrick Thier's avatar Patrick Thier Committed by V8 LUCI CQ

[test] Skip baseline for variant no_lfa

We compile with Sparkplug when we allocate the feedback vector with lazy
feedback vector allocation.
With --no-lazy-feedback-allocation, it doesn't make sense to run
baseline tests.

Change-Id: Ib71e8624531ba927680e83c2e813c0886c460da4
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2903148
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Auto-Submit: Patrick Thier <pthier@chromium.org>
Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74637}
parent 5abe0ffe
......@@ -1460,6 +1460,12 @@
'baseline/*': [SKIP],
}],
##############################################################################
# Skip baseline for no-lazy-feedback-allocation
['variant == no_lfa', {
'baseline/*': [SKIP],
}], # variant == no_lfa
##############################################################################
['variant == experimental_regexp', {
'regress/regress-779407': [SKIP],
......
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