Commit 1786ab50 authored by Maya Lekova's avatar Maya Lekova Committed by Commit Bot

[test] Disable fast API test on incompatible variants

The compiler/fast-api-interface-types test is incompatible with
jitless and stress_snapshot, so this CL disables it on these two
variants. This fixes a failure on FYI bots:
https://ci.chromium.org/ui/p/v8/builders/ci/V8%20Linux64%20-%20fyi/21641/overview

The test was first introduced in
https://chromium-review.googlesource.com/c/v8/v8/+/2835711.

Change-Id: I0f9e2cc5d444673a1ad2ca9f16cd789fc2c2a814
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2843343
Commit-Queue: Maya Lekova <mslekova@chromium.org>
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Auto-Submit: Maya Lekova <mslekova@chromium.org>
Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74077}
parent d8ce100f
......@@ -351,8 +351,9 @@
'regexp-tier-up-multiple': [SKIP],
'regress/regress-996234': [SKIP],
# This test relies on TurboFan being enabled.
# These tests rely on TurboFan being enabled.
'compiler/fast-api-calls': [SKIP],
'compiler/fast-api-interface-types': [SKIP],
# These tests check that we can trace the compiler.
'tools/compiler-trace-flags': [SKIP],
......@@ -1319,9 +1320,10 @@
##############################################################################
['variant == stress_snapshot', {
# This test initializes an embedder object that never needs to be serialized
# 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-interface-types': [SKIP],
}], # variant == stress_snapshot
##############################################################################
......
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