/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/test/filecheck/filecheck.status
35 строк
1 KB
Michaël Zasso
deps: update V8 to 14.6.202.33
24 апр 2026, 19:01
Не верифицирован
24 апр 2026, 19:01
f1e0b83
Код
Авторство
О чём код?
# Copyright 2025 the V8 project authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. [ [ALWAYS, { # These are negative test cases that make sure that certain scenarios are # reported as failures. 'fail/*': [FAIL], }], ['variant == code_serializer', { # Code serializer output is incompatible with some filecheck tests because the # same test is executed twice (similar to message tests). 'deopt-too-much-feedback': [SKIP], }], # variant == code_serializer ['not has_webassembly or variant == jitless', { 'wasm/*': [SKIP], }], # not has_webassembly or variant == jitless ['variant in (jitless, nooptimization)', { 'js-wasm-wrapper-inlining-lazy-deopt': [SKIP], }], # variant in (jitless, nooptimization) ['single_generation', { # TODO(42204563): These tests rely on the shared heap which is incompatible # with single generation. 'wasm/pause': [SKIP], }], # single_generation ['official_build', { 'wasm/crash/failed-type-assertion': [SKIP], }], # official_build ]