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-03-19 23:17:54 +00:00
|
|
|
'AstDecoderTest.AllLoadMemCombinations': [SKIP],
|
|
|
|
'AstDecoderTest.AllStoreMemCombinations': [SKIP],
|
2016-01-11 10:18:22 +00:00
|
|
|
}], # 'byteorder == big'
|
2016-06-29 09:00:13 +00:00
|
|
|
['arch == x87', {
|
|
|
|
'Ieee754.Expm1': [SKIP],
|
|
|
|
'Ieee754.Cos': [SKIP],
|
|
|
|
'Ieee754.Tan': [SKIP],
|
|
|
|
}], # 'arch == x87'
|
2014-08-06 09:35:21 +00:00
|
|
|
]
|