Commit da888fed authored by Jakob Gruber's avatar Jakob Gruber Committed by Commit Bot

[stress_snapshot] Skip failing tests

To be unskipped once root cause is fixed.

Bug: v8:11166
Change-Id: I03c3ac9a7e715fce7683d230965bd92a410c8f91
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2546681
Auto-Submit: Jakob Gruber <jgruber@chromium.org>
Commit-Queue: Georg Neis <neis@chromium.org>
Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71248}
parent 6e275f4f
......@@ -1236,6 +1236,10 @@
##############################################################################
['variant == stress_snapshot and arch == x64', {
# https://bugs.chromium.org/p/v8/issues/detail?id=11166
'compiler/globals-freeze-constant': [SKIP],
'compiler/globals-freeze-constanttype': [SKIP],
'compiler/globals-freeze-mutable': [SKIP],
# Crashes the serializer due to recursion.
'deep-recursion': [SKIP],
'string-replace-gc': [SKIP],
......
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