fuzzer.status 1005 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 9
# TODO(v8:7777): Change this once wasm is supported in jitless mode.
['not has_webassembly or variant == jitless', {
10
  'multi_return/*': [SKIP],
11
  'wasm/*': [SKIP],
12
  'wasm_async/*': [SKIP],
13
  'wasm_code/*': [SKIP],
14
  'wasm_compile/*': [SKIP],
15
}], # not has_webassembly or variant == jitless
16

17 18 19 20 21
################################################################################
['variant == stress_snapshot', {
  '*': [SKIP],  # only relevant for mjsunit tests.
}],

22 23 24 25 26 27 28 29 30
################################################################################
['third_party_heap', {
  # Requires a second isolate
  'inspector/empty': [SKIP],
  'inspector/endless-loop': [SKIP],
  'inspector/invalid': [SKIP],
  'inspector/regress-1166549': [SKIP],
}], # third_party_heap

31
]