Commit 38c872aa authored by Mike Stanton's avatar Mike Stanton Committed by V8 LUCI CQ

Concurrent stress mode adjustment in predictable test variant

If a test specifies --stress-concurrent-inlining it shouldn't be
run in predictable mode, since it is depending on some concurrent
behavior (a race condition) between threads.

Bug: v8:11907
Change-Id: I027eed056689a8ee62675fce7dfa0701d202e970
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2975298Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Stanton <mvstanton@chromium.org>
Cr-Commit-Position: refs/heads/master@{#75297}
parent 83a5e42b
......@@ -81,7 +81,8 @@ INCOMPATIBLE_FLAGS_PER_BUILD_VARIABLE = {
+ INCOMPATIBLE_FLAGS_PER_VARIANT["jitless"],
"predictable": ["--parallel-compile-tasks",
"--concurrent-recompilation",
"--stress-concurrent-allocation"],
"--stress-concurrent-allocation",
"--stress-concurrent-inlining"],
}
# Flags that lead to a contradiction when a certain extra-flag is present.
......
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