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
|
|
|
##############################################################################
|
2019-02-04 10:24:00 +00:00
|
|
|
['lite_mode or variant == jitless', {
|
2019-01-10 10:04:51 +00:00
|
|
|
# TODO(v8:7777): Re-enable once wasm is supported in jitless mode.
|
|
|
|
'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],
|
2019-02-04 10:24:00 +00:00
|
|
|
}], # lite_mode 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.
|
|
|
|
}],
|
|
|
|
|
2016-01-26 10:38:37 +00:00
|
|
|
]
|