[test] Disable fast API tests with stress_snapshot

Bug: v8:11942
Change-Id: I53f79fca182f9e3a7e2e9d23e4d675ae64cf74ce
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3000962
Commit-Queue: Maya Lekova <mslekova@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Auto-Submit: Maya Lekova <mslekova@chromium.org>
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#75514}
This commit is contained in:
Maya Lekova 2021-07-01 16:32:50 +02:00 committed by V8 LUCI CQ
parent c06a8e230c
commit 63b673b57f

View File

@ -1350,10 +1350,12 @@
# These tests initialize an embedder object that never needs to be serialized
# to the snapshot, so we don't have a SerializeInternalFieldsCallback for it.
'compiler/fast-api-calls': [SKIP],
'compiler/fast-api-sequences': [SKIP],
'compiler/fast-api-interface-types': [SKIP],
'compiler/regress-crbug-1201011': [SKIP],
'compiler/regress-crbug-1201057': [SKIP],
'compiler/regress-crbug-1201082': [SKIP],
'compiler/regress-crbug-1223107': [SKIP],
}], # variant == stress_snapshot
##############################################################################