Commit 59cc8e7a authored by Igor Sheludko's avatar Igor Sheludko Committed by Commit Bot

Disable more slow test-swiss-name-dictionary*/ tests

In particular Copy and EnumerationOrder.

Tbr: emrich@google.com
Change-Id: Iff3e67b1c51fc070672e1b041dea43339518b6c3
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2784694Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#73649}
parent ed231aa0
...@@ -535,6 +535,10 @@ struct SharedSwissTableTests { ...@@ -535,6 +535,10 @@ struct SharedSwissTableTests {
} }
MEMBER_TEST(EnumerationOrder) { MEMBER_TEST(EnumerationOrder) {
// TODO(v8:11330) Disabling this for now until the real CSA testing has
// landed.
if (true) return;
// This test times out on sanitizer builds in CSA mode when testing the // This test times out on sanitizer builds in CSA mode when testing the
// larger capacities. // larger capacities.
// TODO(v8:11330) Revisit this once the actual CSA/Torque versions are run // TODO(v8:11330) Revisit this once the actual CSA/Torque versions are run
...@@ -841,6 +845,10 @@ struct SharedSwissTableTests { ...@@ -841,6 +845,10 @@ struct SharedSwissTableTests {
} }
MEMBER_TEST(Copy) { MEMBER_TEST(Copy) {
// TODO(v8:11330) Disabling this for now until the real CSA testing has
// landed.
if (true) return;
// This test times out on sanitizer builds in CSA mode when testing the // This test times out on sanitizer builds in CSA mode when testing the
// larger capacities. // larger capacities.
// TODO(v8:11330) Revisit this once the actual CSA/Torque versions are run // TODO(v8:11330) Revisit this once the actual CSA/Torque versions are run
......
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