[test] Disable test incompatible with single_generation

Bug: chromium:1052746
Change-Id: I169c4f7d9f17644ac12c234f8bde72c77e940128
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3048187
Commit-Queue: Maya Lekova <mslekova@chromium.org>
Commit-Queue: Nico Hartmann <nicohartmann@chromium.org>
Auto-Submit: Maya Lekova <mslekova@chromium.org>
Reviewed-by: Nico Hartmann <nicohartmann@chromium.org>
Cr-Commit-Position: refs/heads/master@{#75887}
This commit is contained in:
Maya Lekova 2021-07-23 15:10:21 +02:00 committed by V8 LUCI CQ
parent 6a5568b48e
commit f287e90103

View File

@ -34,6 +34,7 @@
'regress/modules-skip*': [SKIP], 'regress/modules-skip*': [SKIP],
'wasm/exceptions-utils': [SKIP], 'wasm/exceptions-utils': [SKIP],
'wasm/wasm-module-builder': [SKIP], 'wasm/wasm-module-builder': [SKIP],
'compiler/fast-api-helpers': [SKIP],
# All tests in the bug directory are expected to fail. # All tests in the bug directory are expected to fail.
'bugs/*': [FAIL], 'bugs/*': [FAIL],
@ -1302,13 +1303,6 @@
'compiler/number-toboolean': [SKIP], 'compiler/number-toboolean': [SKIP],
}], # variant == assert_types }], # variant == assert_types
##############################################################################
['variant == stress_snapshot', {
# Not an actual test, only helpers, but the flag --turbo-fast-api-calls is
# declared as incompatible with stress_snapshot.
'compiler/fast-api-helpers': [SKIP],
}], # variant == stress_snapshot
############################################################################## ##############################################################################
['variant == stress_snapshot and arch != x64', { ['variant == stress_snapshot and arch != x64', {
# Deserialization fails due to read-only snapshot checksum verification. # Deserialization fails due to read-only snapshot checksum verification.
@ -1477,6 +1471,7 @@
'compiler/native-context-specialization-hole-check': [SKIP], 'compiler/native-context-specialization-hole-check': [SKIP],
'compiler/test-literal-map-migration': [SKIP], 'compiler/test-literal-map-migration': [SKIP],
'compiler/deopt-pretenure': [SKIP], 'compiler/deopt-pretenure': [SKIP],
'compiler/fast-api-sequences-x64': [SKIP],
}], # single_generation }], # single_generation
################################################################################ ################################################################################