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

[test] Skip baseline for variant stress_concurrent_inlining

We compile with Sparkplug when we allocate the feedback vector with lazy
feedback vector allocation. --stress-concurrent-inlining implies
--no-lazy-feedback-allocation, so it doesn't make sense to run
baseline tests with this variant.

Change-Id: I7fd4c2b11cf2a9bb29d6f78c5973aed80abab85e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2903118
Commit-Queue: Victor Gomes <victorgomes@chromium.org>
Auto-Submit: Patrick Thier <pthier@chromium.org>
Reviewed-by: 's avatarVictor Gomes <victorgomes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74669}
parent 0052640e
......@@ -1462,9 +1462,9 @@
##############################################################################
# Skip baseline for no-lazy-feedback-allocation
['variant == no_lfa', {
['variant == no_lfa or variant == stress_concurrent_inlining', {
'baseline/*': [SKIP],
}], # variant == no_lfa
}], # variant == no_lfa or variant == stress_concurrent_inlining
##############################################################################
['variant == experimental_regexp', {
......
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