366225ad18
architecture. Bug: v8:8402 Change-Id: I13928b6946b8fa68ccd8d329c8a0856313a10571 Reviewed-on: https://chromium-review.googlesource.com/c/1357159 Reviewed-by: Jakob Gruber <jgruber@chromium.org> Reviewed-by: Clemens Hammacher <clemensh@chromium.org> Commit-Queue: Junliang Yan <jyan@ca.ibm.com> Cr-Commit-Position: refs/heads/master@{#57999}
25 lines
715 B
Plaintext
25 lines
715 B
Plaintext
# 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, {
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=8319
|
|
'interface': [FAIL],
|
|
'memory/grow': [FAIL],
|
|
'memory/constructor': [FAIL],
|
|
'table/grow': [FAIL],
|
|
'table/constructor': [FAIL],
|
|
'table/get-set': [FAIL],
|
|
'module/customSections': [FAIL],
|
|
'global/constructor': [FAIL],
|
|
'global/value-get-set': [FAIL],
|
|
}], # ALWAYS
|
|
|
|
['arch == s390 or arch == s390x or system == aix', {
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=8402
|
|
'instance/constructor': [SKIP],
|
|
}], # 'arch == s390 or arch == s390x or system == aix'
|
|
|
|
]
|