Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fuzzer.status « fuzzer « test « v8 « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65e51c238b77cca3579a7dd86e7345a2046bc7c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.

[

##############################################################################
['lite_mode or variant == jitless', {
  # TODO(v8:7777): Re-enable once wasm is supported in jitless mode.
  'multi_return/*': [SKIP],
  'wasm_async/*': [SKIP],
  'wasm_code/*': [SKIP],
  'wasm_compile/*': [SKIP],
}], # lite_mode or variant == jitless

]