2016-01-26 10:38:37 +00:00
|
|
|
# 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.
|
|
|
|
|
|
|
|
[
|
|
|
|
|
2019-01-10 10:04:51 +00:00
|
|
|
##############################################################################
|
2021-02-26 10:52:45 +00:00
|
|
|
# TODO(v8:7777): Change this once wasm is supported in jitless mode.
|
|
|
|
['not has_webassembly or variant == jitless', {
|
2019-01-10 10:04:51 +00:00
|
|
|
'multi_return/*': [SKIP],
|
2020-08-18 08:14:25 +00:00
|
|
|
'wasm/*': [SKIP],
|
2019-01-14 15:41:03 +00:00
|
|
|
'wasm_async/*': [SKIP],
|
2019-02-04 09:29:36 +00:00
|
|
|
'wasm_code/*': [SKIP],
|
2019-01-10 10:04:51 +00:00
|
|
|
'wasm_compile/*': [SKIP],
|
2021-02-26 10:52:45 +00:00
|
|
|
}], # not has_webassembly or variant == jitless
|
2019-01-10 10:04:51 +00:00
|
|
|
|
2020-05-05 07:52:48 +00:00
|
|
|
################################################################################
|
|
|
|
['variant == stress_snapshot', {
|
|
|
|
'*': [SKIP], # only relevant for mjsunit tests.
|
|
|
|
}],
|
|
|
|
|
2021-04-26 01:34:03 +00:00
|
|
|
################################################################################
|
|
|
|
['third_party_heap', {
|
|
|
|
# Requires a second isolate
|
|
|
|
'inspector/empty': [SKIP],
|
|
|
|
'inspector/endless-loop': [SKIP],
|
|
|
|
'inspector/invalid': [SKIP],
|
|
|
|
'inspector/regress-1166549': [SKIP],
|
2022-02-17 15:17:30 +00:00
|
|
|
'inspector/regress-1297964': [SKIP],
|
2021-04-26 01:34:03 +00:00
|
|
|
}], # third_party_heap
|
|
|
|
|
2016-01-26 10:38:37 +00:00
|
|
|
]
|