fuzzer.status 699 Bytes
Newer Older
1 2 3 4 5 6
# 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.

[

7
##############################################################################
8
['lite_mode or variant == jitless', {
9 10
  # TODO(v8:7777): Re-enable once wasm is supported in jitless mode.
  'multi_return/*': [SKIP],
11
  'wasm_async/*': [SKIP],
12
  'wasm_code/*': [SKIP],
13
  'wasm_compile/*': [SKIP],
14
}], # lite_mode or variant == jitless
15

16 17 18 19 20
##############################################################################
['variant == jitless and not embedded_builtins', {
  '*': [SKIP],
}], # variant == jitless and not embedded_builtins

21
]