Commit cb762adc authored by ishell@chromium.org's avatar ishell@chromium.org Committed by V8 LUCI CQ

[tests] Skip tests that fail in --stress-snapshot mode

Bug: v8:13038
Change-Id: I98832b00523535b57cde67d4d389aa361bc19a46
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3745405Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Auto-Submit: Igor Sheludko <ishell@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81542}
parent e8cea8c8
......@@ -1419,6 +1419,11 @@
# Investigate (IsFixedArrayBase).
'regress/regress-786784': [SKIP],
'regress/regress-v8-9656': [SKIP],
# TODO(v8:13038): the following tests cause GC during deserialization of
# backing stores for huge typed arrays.
'regress/regress-10931': [SKIP],
'regress/regress-948307': [SKIP],
'regress/regress-crbug-1057653': [SKIP],
# Investigate (segfault).
'regress/regress-crbug-397662': [SKIP],
# Script referenced only through context-dependent SourceTextModule
......
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