2016-04-07 14:06:55 -07: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-03-12 09:01:49 +01: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-03-12 09:01:49 +01:00
|
|
|
'multi_return/*': [SKIP],
|
2020-10-15 20:17:08 +02:00
|
|
|
'wasm/*': [SKIP],
|
2021-06-08 14:04:59 +02:00
|
|
|
}], # not has_webassembly or variant == jitless
|
2019-03-15 18:35:06 +05:30
|
|
|
|
2020-07-13 10:39:42 +02:00
|
|
|
################################################################################
|
|
|
|
['variant == stress_snapshot', {
|
|
|
|
'*': [SKIP], # only relevant for mjsunit tests.
|
|
|
|
}],
|
|
|
|
|
2023-10-05 08:46:07 +02:00
|
|
|
##############################################################################
|
|
|
|
['no_simd_hardware == True', {
|
2025-04-29 08:03:15 +02:00
|
|
|
'wasm/module/regress-1464231.wasm': [SKIP],
|
2023-10-05 08:46:07 +02:00
|
|
|
}], # no_simd_hardware == True
|
|
|
|
|
2024-04-19 12:51:52 +02:00
|
|
|
##############################################################################
|
2025-04-29 08:03:15 +02:00
|
|
|
['wasm_random_fuzzers == False', {
|
2024-04-19 12:51:52 +02:00
|
|
|
# Random Wasm module generation is not available on official builds.
|
2025-04-29 08:03:15 +02:00
|
|
|
'wasm/compile/*': [FAIL],
|
|
|
|
}], # 'wasm_random_fuzzers == False'
|
2024-04-19 12:51:52 +02:00
|
|
|
|
2016-04-07 14:06:55 -07:00
|
|
|
]
|