2018-10-17 19:00:16 +00:00
|
|
|
# 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.
|
|
|
|
|
|
|
|
[
|
2019-01-03 15:55:05 +00:00
|
|
|
[ALWAYS, {
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=8633
|
|
|
|
'limits': [SKIP],
|
2019-08-27 14:14:34 +00:00
|
|
|
'proposals/reference-types/limits': [SKIP],
|
2020-02-18 14:32:12 +00:00
|
|
|
'proposals/multi-value/limits': [SKIP],
|
|
|
|
'proposals/bulk-memory-operations/limits': [SKIP],
|
|
|
|
'proposals/JS-BigInt-integration/limits': [SKIP],
|
|
|
|
'proposals/js-types/limits': [SKIP],
|
2019-09-05 10:44:10 +00:00
|
|
|
# TODO(v8:9673): Enable these spec tests once they exist, and the out-dated
|
|
|
|
# tests have been removed.
|
2019-10-30 14:19:45 +00:00
|
|
|
'proposals/JS-BigInt-integration/module/params-long': [FAIL],
|
2019-01-03 15:55:05 +00:00
|
|
|
}], # ALWAYS
|
|
|
|
|
2018-11-30 16:38:43 +00:00
|
|
|
['arch == s390 or arch == s390x or system == aix', {
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=8402
|
|
|
|
'instance/constructor': [SKIP],
|
2019-01-24 15:55:42 +00:00
|
|
|
'constructor/instantiate': [SKIP],
|
2018-11-30 16:38:43 +00:00
|
|
|
}], # 'arch == s390 or arch == s390x or system == aix'
|
|
|
|
|
2019-01-10 10:04:51 +00:00
|
|
|
##############################################################################
|
2019-02-04 10:24:00 +00:00
|
|
|
['lite_mode or variant == jitless', {
|
2019-01-10 10:04:51 +00:00
|
|
|
# TODO(v8:7777): Re-enable once wasm is supported in jitless mode.
|
|
|
|
'*': [SKIP],
|
2019-02-04 10:24:00 +00:00
|
|
|
}], # lite_mode or variant == jitless
|
2019-01-10 10:04:51 +00:00
|
|
|
|
2018-10-17 19:00:16 +00:00
|
|
|
]
|