19 lines
512 B
Plaintext
19 lines
512 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
|
||
|
]
|