From 59cc8e7a330cb64cfa34b0853c4f2db0dc4d3521 Mon Sep 17 00:00:00 2001 From: Igor Sheludko Date: Wed, 24 Mar 2021 21:24:32 +0100 Subject: [PATCH] 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 Commit-Queue: Igor Sheludko Cr-Commit-Position: refs/heads/master@{#73649} --- test/cctest/test-swiss-name-dictionary-shared-tests.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/cctest/test-swiss-name-dictionary-shared-tests.h b/test/cctest/test-swiss-name-dictionary-shared-tests.h index c260c41144..3c2377eea1 100644 --- a/test/cctest/test-swiss-name-dictionary-shared-tests.h +++ b/test/cctest/test-swiss-name-dictionary-shared-tests.h @@ -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