Commit ab8c0e37 authored by Frank Emrich's avatar Frank Emrich Committed by Commit Bot

Disable test-swiss-name-dictionary*/WrapAround test

This test is unnecessarily slow due to the CSA test suite for
SwissNameDictionary doing excessive runtime calls at the moment. This
causes timeouts on various bot configurations.

Change-Id: Id872698f88f699982362e68da7e9c4a26333f233
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2784691
Commit-Queue: Frank Emrich <emrich@google.com>
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#73647}
parent 63f46ae4
......@@ -669,6 +669,12 @@ struct SharedSwissTableTests {
// (logically) continue at bucket 0. Note that actually, we use the copy of
// first group at the end of the control table.
MEMBER_TEST(WrapAround) {
// TODO(v8:11330) Disabling this for now until the real CSA testing has
// landed.
if (true) {
return;
}
// This test times out in CSA mode when testing the larger capacities.
// TODO(v8:11330) Revisit this once the actual CSA/Torque versions are run
// by the test suite, which will speed things up.
......
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