wasm-api-tests.status 808 Bytes
Newer Older
1 2 3 4 5
# 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.

[
6

7 8
# TODO(v8:7777): Change this once wasm is supported in jitless mode.
['not has_webassembly or variant == jitless', {
9
  '*': [SKIP],
10
}],  # not has_webassembly or variant == jitless
11

12 13 14 15 16
################################################################################
['variant == stress_snapshot', {
  '*': [SKIP],  # only relevant for mjsunit tests.
}],

17 18 19 20 21 22 23 24
################################################################################
['third_party_heap', {
  # Requires a second isolate
  'WasmCapiTest.InstanceFinalization': [SKIP],
  'WasmCapiTest.MultiStoresOneThread': [SKIP],
  'WasmCapiTest.Threads': [SKIP],
}], # third_party_heap

25
]