2019-05-28 09:15:48 +00:00
|
|
|
# Copyright 2019 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.
|
|
|
|
|
|
|
|
[
|
2020-05-05 07:52:48 +00:00
|
|
|
|
2019-05-28 09:15:48 +00:00
|
|
|
['lite_mode or variant == jitless', {
|
|
|
|
# TODO(v8:7777): Re-enable once wasm is supported in jitless mode.
|
|
|
|
'*': [SKIP],
|
|
|
|
}], # lite_mode or variant == jitless
|
|
|
|
|
2020-05-05 07:52:48 +00:00
|
|
|
################################################################################
|
|
|
|
['variant == stress_snapshot', {
|
|
|
|
'*': [SKIP], # only relevant for mjsunit tests.
|
|
|
|
}],
|
|
|
|
|
2019-05-28 09:15:48 +00:00
|
|
|
]
|