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],
|
|
|
|
}], # 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
|
|
|
|
2019-02-26 13:39:41 +00:00
|
|
|
##############################################################################
|
|
|
|
['variant == jitless and not embedded_builtins', {
|
|
|
|
'*': [SKIP],
|
|
|
|
}], # variant == jitless and not embedded_builtins
|
|
|
|
|
2018-10-17 19:00:16 +00:00
|
|
|
]
|