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

wasm-js.status « wasm-js « test « v8 « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8fe4c068a72ff951f07aaf2e84207f61f065b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright 2018 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.

[
[ALWAYS, {
  # These are slow, and not useful to run for the proposals:
  'proposals/reference-types/limits': [SKIP],
  'proposals/multi-value/limits': [SKIP],
  'proposals/bulk-memory-operations/limits': [SKIP],
  'proposals/JS-BigInt-integration/limits': [SKIP],
  'proposals/js-types/limits': [SKIP],
  # TODO(v8:9673): Enable these spec tests once they exist, and the out-dated
  # tests have been removed.
  'proposals/JS-BigInt-integration/module/params-long': [FAIL],
}], # ALWAYS

['arch == s390 or arch == s390x or system == aix', {
  # https://bugs.chromium.org/p/v8/issues/detail?id=8402
  'instance/constructor': [SKIP],
  'constructor/instantiate': [SKIP],
}],  # 'arch == s390 or arch == s390x or system == aix'

['mode == debug or simulator_run or variant != default or arch == arm', {
  # Slow, and we always have the same limits anyway.
  # ODroid bots don't have enough memory to run the test.
  'limits': [SKIP],
}],  # mode == debug or simulator_run or variant != default or arch == arm

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

]