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/+/2784694
Reviewed-by: Igor Sheludko <ishell@chromium.org>
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#73649}
This commit is contained in:
Igor Sheludko 2021-03-24 21:24:32 +01:00 committed by Commit Bot
parent ed231aa0c7
commit 59cc8e7a33

View File

@ -535,6 +535,10 @@ struct SharedSwissTableTests {
}
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
// larger capacities.
// TODO(v8:11330) Revisit this once the actual CSA/Torque versions are run
@ -841,6 +845,10 @@ struct SharedSwissTableTests {
}
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
// larger capacities.
// TODO(v8:11330) Revisit this once the actual CSA/Torque versions are run