[static-roots] Skip a slow serializer test on windows debug build

A new test added in https://crrev.com/c/4092575 times out on ASan
windows builds and is slow.

Superseeds https://crrev.com/c/4096677.

No-Tree-Checks: true
No-Try: true
Bug: v8:13466
Change-Id: I40d61459437434cf739fbff8c223871012a23010
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4096817
Reviewed-by: Matthias Liedtke <mliedtke@chromium.org>
Reviewed-by: Igor Sheludko <ishell@chromium.org>
Commit-Queue: Olivier Flückiger <olivf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#84784}
This commit is contained in:
Olivier Flückiger 2022-12-12 14:15:54 +00:00 committed by V8 LUCI CQ
parent 4760f9292c
commit f834ce3ae4

View File

@ -99,6 +99,7 @@
'test-jump-table-assembler/JumpTablePatchingStress': [PASS, SLOW],
'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode == debug', SKIP]],
'test-serialize/CreateIsolateFromReadOnlySnapshot': [PASS, SLOW],
# Tests that need to run sequentially (e.g. due to memory consumption).
'test-accessors/HandleScopePop': [PASS, HEAVY],
@ -301,6 +302,9 @@
'test-serialize/StartupSerializerOnceRunScript': [SKIP],
'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
'test-serialize/StartupSerializerTwice': [SKIP],
# Test too slow with ASan
'test-serialize/CreateIsolateFromReadOnlySnapshot': [SKIP],
}], # 'system == windows and arch == x64 and mode == debug'
##############################################################################