2019-08-01 08:38:30 +02: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-07-13 10:39:42 +02:00
|
|
|
|
2021-06-08 14:04:59 +02:00
|
|
|
# TODO(v8:7777): Change this once wasm is supported in jitless mode.
|
|
|
|
['not has_webassembly or variant == jitless', {
|
2019-08-01 08:38:30 +02:00
|
|
|
'*': [SKIP],
|
2021-06-08 14:04:59 +02:00
|
|
|
}], # not has_webassembly or variant == jitless
|
2019-08-01 08:38:30 +02:00
|
|
|
|
2020-07-13 10:39:42 +02:00
|
|
|
################################################################################
|
|
|
|
['variant == stress_snapshot', {
|
|
|
|
'*': [SKIP], # only relevant for mjsunit tests.
|
|
|
|
}],
|
|
|
|
|
2019-08-01 08:38:30 +02:00
|
|
|
]
|