a49e609896
* Failed tests that also trigger GCs are not filtered out. They are expected to be fixed when TPH supports real garbage collection. Bug: v8:11641 Change-Id: I30b8bcf48d5e3f32439eeffb39d28ee45db2a21c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2849822 Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Reviewed-by: Dominik Inführ <dinfuehr@chromium.org> Commit-Queue: Wenyu Zhao <wenyu.zhao@anu.edu.au> Cr-Commit-Position: refs/heads/master@{#74212}
32 lines
1005 B
Plaintext
32 lines
1005 B
Plaintext
# Copyright 2016 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.
|
|
|
|
[
|
|
|
|
##############################################################################
|
|
# TODO(v8:7777): Change this once wasm is supported in jitless mode.
|
|
['not has_webassembly or variant == jitless', {
|
|
'multi_return/*': [SKIP],
|
|
'wasm/*': [SKIP],
|
|
'wasm_async/*': [SKIP],
|
|
'wasm_code/*': [SKIP],
|
|
'wasm_compile/*': [SKIP],
|
|
}], # not has_webassembly or variant == jitless
|
|
|
|
################################################################################
|
|
['variant == stress_snapshot', {
|
|
'*': [SKIP], # only relevant for mjsunit tests.
|
|
}],
|
|
|
|
################################################################################
|
|
['third_party_heap', {
|
|
# Requires a second isolate
|
|
'inspector/empty': [SKIP],
|
|
'inspector/endless-loop': [SKIP],
|
|
'inspector/invalid': [SKIP],
|
|
'inspector/regress-1166549': [SKIP],
|
|
}], # third_party_heap
|
|
|
|
]
|