a0f91c6ad0
Reason for revert: Clang roll with fix is in. Original issue's description: > [test] Skip failing test after clang roll. > > BUG=v8:4995 > LOG=n > NOTRY=true > TBR=thakis@chromium.org, titzer@chromium.org > > Committed: https://crrev.com/6e6a7ea3a425bee65d856814bd361ddbf14811f5 > Cr-Commit-Position: refs/heads/master@{#36064} TBR=thakis@chromium.org,titzer@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=v8:4995 NOTRY=true LOG=n Review-Url: https://codereview.chromium.org/1960053002 Cr-Commit-Position: refs/heads/master@{#36119}
16 lines
533 B
Plaintext
16 lines
533 B
Plaintext
# Copyright 2014 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.
|
|
|
|
[
|
|
['byteorder == big', {
|
|
# TODO(mips-team): Fix Wasm for big-endian.
|
|
'WasmModuleVerifyTest*': [SKIP],
|
|
'WasmFunctionVerifyTest*': [SKIP],
|
|
'WasmDecoderTest.TableSwitch*': [SKIP],
|
|
'WasmDecoderTest.AllLoadMemCombinations': [SKIP],
|
|
'AstDecoderTest.AllLoadMemCombinations': [SKIP],
|
|
'AstDecoderTest.AllStoreMemCombinations': [SKIP],
|
|
}], # 'byteorder == big'
|
|
]
|