Commit 781789c0 authored by Peter Marshall's avatar Peter Marshall Committed by Commit Bot

[tests] Disable tests on nosnap that have old-space limits

These two tests fail if the memory used by builtins increases too much.
They aren't intended to monitor the memory used by builtins, so these
failures are spurious.

Bug: v8:8521
Change-Id: I67e61abe30aaf69aeb3e6a2c885795061a318851
Reviewed-on: https://chromium-review.googlesource.com/c/1354041
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57911}
parent b03041de
......@@ -238,6 +238,9 @@
'test-serialize/CustomSnapshotDataBlobWithWarmup': [SKIP],
'test-serialize/SnapshotDataBlobWithWarmup': [SKIP],
# https://crbug.com/v8/8521
'test-api/InitializeDefaultIsolateOnSecondaryThread_ResourceConstraints': [SKIP],
# https://crbug.com/v8/7763
'test-lockers/ExtensionsRegistration': [SKIP],
}], # 'no_snap == True'
......
......@@ -50,4 +50,11 @@
# Stack manipulations in LiveEdit is not implemented for this arch.
'debugger/set-script-source-stack-padding': [SKIP],
}], # 'arch == s390 or arch == s390x'
##############################################################################
['no_snap == True', {
# https://crbug.com/v8/8521
'debugger/pause-on-oom': [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