2014-08-06 09:35:21 +00:00
|
|
|
# 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.
|
|
|
|
|
|
|
|
[
|
2016-01-11 10:18:22 +00:00
|
|
|
['byteorder == big', {
|
|
|
|
# TODO(mips-team): Fix Wasm for big-endian.
|
|
|
|
'WasmModuleVerifyTest*': [SKIP],
|
|
|
|
'WasmFunctionVerifyTest*': [SKIP],
|
|
|
|
'WasmDecoderTest.TableSwitch*': [SKIP],
|
2016-01-12 08:25:05 +00:00
|
|
|
'WasmDecoderTest.AllLoadMemCombinations': [SKIP],
|
2016-01-11 10:18:22 +00:00
|
|
|
}], # 'byteorder == big'
|
|
|
|
|
2014-08-06 09:35:21 +00:00
|
|
|
]
|